Skip to main content

Create a payment quote

POST 

/api/v1/payments/quote

Initiate a new payment quote request with the provided details

Request

Header Parameters

    ApiKey stringrequired
    AccountId stringrequired

Body

required
    currency stringrequired

    Possible values: Value must match regular expression [A-Z]{3}

    Currency for the payment quote request

    country stringrequired

    Country for the payment quote request

Responses

Created

Schema
    id uuidrequired

    Unique ID of the payment quote

    fee objectrequired
    amount numberrequired

    The specific monetary value that is being converted from in the currency exchange

    currency stringrequired

    Possible values: Value must match regular expression [A-Z]{3}

    The type of currency that the money is being exchanged from

Loading...