Skip to main content

PaymentQuote

Payment quote details

iduuidrequired

Unique ID of the payment quote

Example: 3fa85f64-5717-4562-b3fc-2c963f66afa6
fee objectrequired

Fee associated with the payment quote

amountnumberrequired

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

Example: 100
currencystringrequired

The type of currency that the money is being exchanged from

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

Example: USD
PaymentQuote
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"fee": {
"amount": 100,
"currency": "USD"
}
}