Skip to main content
Quotes lock fees, FX, provider routing, and amounts for 15 minutes. Create a fresh quote before every payin, payout, or transfer.

Quote types

EndpointUse case
POST /quotes/payinCollect money from a customer.
POST /quotes/payoutSend money to a recipient.
POST /quotes/transferCollect from a payer and disburse to a recipient.
GET /quotes/{quote_id}Read an existing quote.

Payin quote example

{
  "country_code": "CM",
  "operator_code": "CM_MTN_MOMO",
  "rail_type": "mobile_money",
  "send_amount": "10000",
  "send_currency": "XAF"
}

Statuses

StatusMeaning
activeThe quote can be used to create a payin, payout, or transfer.
expiredThe quote is past expires_at; create a new quote.
Last modified on July 8, 2026