Skip to main content

Partner API Reference

Base URLs

  • Sandbox: https://sandbox.fiatsend.com/v1
  • Production: https://api.fiatsend.com/v1

Auth: Authorization: Bearer <api_key> on all endpoints except optional GET /health.

Endpoints

MethodPathAuthDescription
GET/healthOptionalService health
GET/ratesRequiredFX quote (from_currency, to_currency, amount)
GET/supported-networksRequiredMoMo networks and status
GET/limitsRequiredKYC tier limits
POST/withdrawalsRequiredCreate payout
GET/withdrawals/{id}RequiredGet payout
GET/withdrawalsRequiredList payouts
GET/transactionsRequiredList transactions
POST/payment-intentsRequiredCreate payment request
GET/payment-intents/{id}RequiredGet payment intent
POST/payment-intents/{id}/cancelRequiredCancel pending intent
POST/webhooksRequiredRegister webhook
GET/webhooksRequiredList webhooks
DELETE/webhooks/{id}RequiredDelete webhook
GET/webhook-deliveriesRequiredDelivery log
GET/webhook-deliveries/{event_id}RequiredSingle delivery

OpenAPI

Download the machine-readable spec: fiatsend-partner-api.yaml

Interactive reference: developer.fiatsend.com

See also OpenAPI.

Guides