v1
latestOpenAPI 3.0.32026-07-248079274.0 KBTools
Confirmation of Payee
Verify your payee's account details before adding them to our system or initiating a payment.
post/tools/confirmation-of-payee
Headers
Company-Idstring uuid
Unique ID assigned by Acquired.com for your company.
Request body
Example request
{
"scheme": "faster_payments",
"sort_code": "010203",
"account_number": "12345678",
"account_name": "E Johnson",
"account_type": "personal"
}Response
Created
Example response
{
"id": "a7e3fde5-5b83-44f4-9915-782bc7121717",
"status": "not_matched",
"reason": "account_name_does_not_match",
"account_name": "Mr E Johnson"
}