Create Payout
Creates a new payout to a beneficiary. With development and support from SWIFT and local payment rails, you can make faster and more cost-effective international payments to your overseas corporate accounts, suppliers, and employees.
This API supports multiple payment modes, including standard payouts and Payment-On-Behalf-Of (POBO), enabling flexible and efficient fund management. Additionally, you can select the fee payment method to control how transaction fees are handled.
Usage Guidelines
-
Supports payouts to over 180 countries in 30+ currencies, including CNY payouts in Mainland China.
-
Sub-accounts for POBO transactions must be created in advance, and the account status must be active.
-
To enable POBO mode, include the
x-on-behalf-ofparameter in the request header and specify the sub-account ID used for the payout. The beneficiary will see the customized payer name instead of the actual paying entity. -
Users can select the fee charge type by
fee_paid_byparameter to determine who covers transaction costs:SHARED– Transaction fees are split between payer and recipient; payer pays sending bank fees while recipient pays receiving bank fees.OURS– All transaction fees, including intermediary bank charges, are paid by the payer.
-
There are two ways to specify the beneficiary:
- Using
beneficiary_id– If the beneficiary has already been created, provide thebeneficiary_idto reference an existing beneficiary. - Providing full beneficiary details – If the beneficiary has not been created before, include the full beneficiary information in the request. In this case, do not pass
beneficiary_id.
Note: A beneficiary will be created when full details are provided. For any future payouts to the same beneficiary, you should pass the corresponding
beneficiary_id, not the full details of beneficiary. - Using
-
If you intend to make cross-currency payouts, you can refer to the Cross-Currency Guide for details and examples.
Documentation Index
Fetch the complete documentation index at: https://developers.uqpay.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The API token for login provided by UQPay.
Headers
The value set to the connected account's ID. If the value is not empty, the request parameter is_payer will default to Y. More information at List Connected Accounts
A unique identifier (UUID) used to maintain operation idempotency, ensuring that repeated executions of the same operation do not result in unintended effects or duplication. It helps preserve data consistency in the face of network errors, retries, or failures.
Body
The currency that the payer will send out.
3"USD"
The amount that the payer will send out, in currency.
"1000.00"
Purpose code of payout and must be one of:
AUDIO_VISUAL_SERVICES- Audiovisual services.BILL_PAYMENT- Bill payment.BUSINESS_EXPENSES- Business expenses.CONSTRUCTION- Construction.DONATION_CHARITABLE_CONTRIBUTION- Donation/charitable contribution.EDUCATION_TRAINING- Education/training.FAMILY_SUPPORT- Family support.FREIGHT- Freight.GOODS_PURCHASED- Goods purchased.INVESTMENT_CAPITAL- Investment capital.INVESTMENT_PROCEEDS- Investment proceeds.LIVING_EXPENSES- Living expenses.LOAN_CREDIT_REPAYMENT- Loan/credit repayment.MEDICAL_SERVICES- Medical services.PENSION- Pension.PERSONAL_REMITTANCE- Personal remittance.PROFESSIONAL_BUSINESS_SERVICES- Professional/business services.REAL_ESTATE- Real estate.TAXES- Taxes.TECHNICAL_SERVICES- Technical services.TRANSFER_TO_OWN_ACCOUNT- Transfer to own account.TRAVEL- Travel.WAGES_SALARY- Wages/salary.
"AUDIO_VISUAL_SERVICES"
Bank payment reference displayed in the beneficiary's bank transaction records. Sent to the recipient (e.g. For Further Credit, For Benefit of, or a custom message). aka Payment reference in Dashboard.
- SWIFT payments: Must comply with the regex
/^[a-zA-Z0-9/-?:().'+, ]+$/.
Allowed characters: English letters, digits, spaces, and the following special symbols:- / ? : ( ) . ' + ,. - LOCAL payments: When
payment_method = LOCALandaccount_currency_codeis not CNH or SGD, no input format validation is applied.
100"026073150"
The charge type of payment fee. Will only be effective and required when payment_method = SWIFT.
SHARED, OURS "SHARED"
Date of when the system attempt to submit the payment to the beneficiary.
"2024-03-01"
ID of the pre-created quote, obtained via Create Quote.
Required only for cross-currency payout scenarios.
If provided, payout_currency and payout_amount must also be supplied.
"784832f7-1f8a-4b08-ac2a-8719b5b2a590"
The currency that the beneficiary will receive. Refer to Supported Currencies for the complete list of available currencies.
Required when quote_id is specified. Must match the buy_currency returned in the Create Quote response.
"SGD"
The amount that the beneficiary will receive, in payout_currency.
Required when quote_id is specified. Must match the buy_amount returned in the Create Quote response.
100
Universally unique identifier (UUID v4) of the beneficiary, This may be provided in place of the beneficiary section and should be empty if the beneficiary fields are provided, and vice versa.
"b3d9d2d5-4c12-4946-a09d-953e82sed2b0"
Details for the beneficiary in the payout request. If beneficiary_id provided in the payout request then beneficiary should be empty.
- COMPANY
- INDIVIDUAL
Important Notice: This field is scheduled to be deprecated in the next version. It is recommended to avoid using this field in new development. Whether the current user is a payer. One of Y, N
"N"
Important Notice:
This field is scheduled to be deprecated in the next version. It is recommended to avoid using this field in new development.
Unique identifier of the payer. If is_payer is Y, payer_id is empty, if is_payer is N, payer_id is queried from this interface Get list of payers.
"d36384c8-5df1-4ede-b054-804578601ae7"
Supporting documents related to this payout.
- General: Optional field for attaching files relevant to the payout.
- Mandatory case: When
beneficiary.bank_details.account_currency_code = INRandclearing_system = IFSC, an invoice document must be uploaded via thedocumentationfield.
Response
Payout creation successfully.
Unique identifier for the payout.
"b3d9d2d5-4c12-4946-a09d-953e82sed2b0"
The reference generated by the system to identify the entity.
"P220406-LLCVLRM"
The payout's status.
READY_TO_SEND, PENDING, REJECTED, FAILED, COMPLETED 
