USD Payout
This page shows the request payload for processing Payout transaction to US Beneficiaries.
Request Body
Element | Description | Type | Example | Required |
| Currency Code for the transaction which is USD | String, 3 digits | USD | Yes |
| Full name of the beneficiary account, this can be retrieved from name enquiry endpoint | string | Account Holder | Yes |
| Account Number of beneficiary | String | max: 10 digits,
no special characters, no space, no alphanumeric | 8814648730 | Yes |
| Transaction Amount to be sent to beneficiary | Float | Integer,
Must be greater or equal to 1.00, 2 Decimal places | 100, 100.20 | Yes |
| Description for transaction, which user will see | String, maxlength: 100 character | E.g “Payment for lunch” | Yes |
| The payment method type supported for this transaction is “AbaRouting”, “BicSwift” | String | ENUM | “AbaRouting” -> local transaction “BicSwift” -> International transaction | Yes |
| This is the routing number of the beneficiary account bank, it could (wire, ach, aba, swift) depending on bank | string, all integers, 9 digits
BicSwift: 8 digits | If “AbaRouting”: 026073150
If “BicSwift” CMFGUS33 | Yes |
| This is the routing number of the processing bank | string: 9 digits | 026073150 | Yes, if paymentMethodType = “BicSwift” |
| This is your reference linked to the transaction, this will be returned with a prefix | string | If you pass “TYGHR”, it will be returned as “RTDF-TYGHR”, just as an example | Yes |
| Address of the beneficiary | string |
| No |
| Country of the beneficiary: US | string | Iso2: US | Yes |
Related articles
Leatherback 2024