Skip to main content
POST
Create a quote

Authorizations

X-API-Key
string
header
required

Includes an API key in the HTTP headers to authenticate the client.

X-API-Secret
string
header
required

Includes an API secret in the HTTP headers to authenticate the client.

Body

application/json
source
object
required
target
object
required
rail
enum<string>

The payment rail which is supposed to be used for the transaction

Available options:
swift,
ach,
fedwire,
pse,
ach_colombia,
pix,
blockchain,
spei,
sepa,
ted,
rtgs,
nip,
ars_bank_transfer,
fps,
chaps,
fast,
international_wire,
bank_transfer

Response

The created object

id
string
required

A valid Quote ID

Pattern: ^quote_[a-zA-Z0-9]{27}$
Example:

"quote_2ofTABULiy4F9kO7JrrZJWpcO65"

source
object
required
target
object
required
createdAt
string<date-time>
required
expiresAt
string<date-time>
required
pricing
object
required