Skip to content

Suggested

API Dashboard

Payments / RailsFPE

FPE

UK's Faster Payments scheme. Used for pay-out in the United Kingdom.

Rail overview

Use FPE for GBP payouts through the UK Faster Payments network.

The payment leaves the internal Conomy account and settles through the local UK rail after provider confirmation.

Region United Kingdom
Currency GBP
Direction Pay-out
Model Faster Payments

Use sort code and account number validation before capture to reduce payout failures.

FieldTypeDescription
typestringMust be "FPE"
currencystringMust be "GBP"
fpe.accountNumberstringUK bank account number (8 digits)
fpe.sortCodestringSort code (6 digits, e.g., "200415")
fpe.customer.firstNamestringRecipient’s first name
fpe.customer.lastNamestringRecipient’s last name
fpe.customer.emailstringRecipient’s email
{
"type": "FPE",
"currency": "GBP",
"fpe": {
"accountNumber": "12345678",
"sortCode": "200415",
"customer": {
"firstName": "Emma",
"lastName": "Thompson",
"email": "emma@example.com"
}
}
}

UK bank account number (8 digits).

Sort code (6 digits, e.g., "200415").

Information on who pays the transaction

idstring

Unique identifier for the internal service.

firstNamestringrequired

Payer's name

emailstring

Payer's email

lastNamestring

Payer's last name

phoneNumberstring

Payer's phone number without prefix

phoneNumberPrefixstring

Phone number prefix (e.g., +57)

documentTypestring

Documeny type of the entity (e.g., RUT, CURP, CURL). Go to the Supported Identity document types page for the complete list of supported values.

documentNumberstring

The document number associated with the documentType

addressobject

The entity’s address information.