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

ElementDescription
currencyCodeSet to GBP for all British Pound transfers.
paymentMethodTypeThe routing method. Must be SortCode.
paymentMethodValueThe 6-digit Sort Code of the beneficiary bank.
beneficiaryAccountNumberThe beneficiary's 8-digit account number.
beneficiaryAccountNameThe full legal name of the account holder.
amountValue to send (Minimum: 1.00).
tenantReferenceYour unique tracking ID for the transaction.
beneficiaryCountryIsoThe 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"
}