POST
Verify a payee's name

Authorizations

Authorization
string
header
required

The user's id_token from authentication — the ID token, not the access_token. The program and environment come from the token.

Body

application/json
beneficiary
object
required
account
UK · object
required

The account to check. For UK use { type: "uk", sortCode, accountNumber }; for EU { type: "iban", iban }.

Response

Verification result

success
boolean
Example:

true

data
object