United Kingdom 🇬🇧
Payouts within the United Kingdom leverage the Faster Payments Service (FPS) or CHAPS, providing near-instant settlement. The routing logic is centered around a precise 6-digit Sort Code and an 8-digit account number.
Metadata requirements
Metadata requirements| Element | Description |
|---|---|
currencyCode | Set to GBP for all British Pound transfers. |
paymentMethodType | The routing method. Must be SortCode. |
paymentMethodValue | The 6-digit Sort Code of the beneficiary bank. |
beneficiaryAccountNumber | The beneficiary's 8-digit account number. |
beneficiaryAccountName | The full legal name of the account holder. |
amount | Value to send (Minimum: 1.00). |
tenantReference | Your unique tracking ID for the transaction. |
beneficiaryCountryIso | The ISO 2-letter country code for Great Britain. |
{
"currencyCode": "GBP",
"beneficiaryAccountName": "BOLLY GROUP",
"beneficiaryAccountNumber": "00008245", // using test account
"amount": 1200,
"narration": "Single Payout GBP example",
"paymentMethodType": "SortCode",
"paymentMethodValue": "040691", // using test value
"tenantReference": "{{$randomInt}}",
"beneficiaryAddress": "8916 Str Ave, Woodhaven, United Kingdom",
"beneficiaryCountryIso": "GB"
}