Create an off-ramp quote
Creates an off-ramp quote for a connector and amount. amount is the
recipient amount in the sending currency (fee-exclusive): the fee is
added on top, so total = amount + fee. The returned quoteId is what
POST /v1/payments/offramp executes against, and it expires roughly two
minutes after creation. Send direction only.
Authorizations
Access token issued by POST /v1/auth/token.
Application secret (the apiKey issued at registration), validated at the Kong edge.
Body
Response
Quote created.
Amount debited in the sending currency, as confirmed by the connector.
Amount the beneficiary receives.
Zeam's fee for the connector, in feeCurrency.
sendAmount plus fee.
ISO 8601 expiry. Quotes expire roughly two minutes after creation.