For the complete documentation index, see llms.txt. This page is also available as Markdown.

Payout Request APIs

Payout Request APIs provide a comprehensive set of endpoints for initiating, tracking, and reconciling outbound payments to registered beneficiaries — covering both same-currency domestic transfers and cross-currency international remittances.

By integrating with these APIs, organizations can:

  • Lock FX rates before sending: Use the Payout Inquiry API to obtain a guaranteed exchange rate and fee estimate for cross-currency payouts, eliminating FX uncertainty before committing to a transfer.

  • Initiate payouts to beneficiaries: Submit single or batch payout requests to domestic and overseas beneficiaries using flexible clearing options (SWIFT, LOCAL, AUTO) and purpose codes that satisfy regulatory reporting requirements.

  • Track payout outcomes in real time: Poll Get Detail Payout Request at any time to retrieve the current status and details for any payout request, or rely on the PAYMENT_INITIAL/PAYMENT_RESULT webhooks for asynchronous notification.

In essence, Payout Request APIs empower you to manage the complete outbound payment lifecycle — from rate locking and payment initiation through to settlement confirmation.

Endpoints

Method
Endpoint
Description

GET

Lock an FX rate/token for an upcoming cross-currency payout.

POST

Initiate a payout to a registered beneficiary.

GET

Retrieve full payout detail, or use its status-only variant.

Last updated

Was this helpful?