Skip to main content
POST
Create a quote

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
initial_currency
string
required

3 Letter Currency Code, in ISO format

final_currency
string
required

3 Letter Currency Code, in ISO format

initial_amount
integer<int32>

Amount in cents. For decimal handling for various currencies, refer to the guide here

converted_amount
integer<int32>

Amount in cents. For decimal handling for various currencies, refer to the guide here

Response

200 - application/json

200

id
string
object
string
initial_currency
string
final_currency
string
initial_amount
integer
default:0
exchange_rate
number
default:0
converted_amount
integer
default:0
created_at
string
updated_at
string
valid_until
string
status
string