Skip to main content
POST
Create Quote

Error responses

Authorizations

x-api-key
string
header
required

Body

application/json

Details for the new quote.

paymentChannel
enum<string>
required

The channel through which the payment will be processed. For SWIFT transfers, use SWIFT_CUSTOMER (sender/customer bears all transfer charges), SWIFT_SHARED (charges split between sender and beneficiary), or SWIFT_BENEFICIARY (beneficiary bears all transfer charges).

Available options:
BANK_TRANSFER,
INTERAC,
SWIFT_CUSTOMER,
SWIFT_SHARED,
SWIFT_BENEFICIARY,
MOBILE_MONEY
Example:

"BANK_TRANSFER"

source
object
required
target
object
required

Response

Quote created successfully.

message
string
Example:

"quote successfully created"

status
string
Example:

"success"

data
object