POST

Authorizations

Authorization
string
header
required

The back-office user's id_token — the ID token, not the access_token. The API rejects access tokens.

Query Parameters

programId
string
required

The program the customer/account belongs to. Required on every request.

Body

application/json
beneficiary
object
required
account
object
required

The account to check. Send exactly one of iban (EU) or accountNumber (UK). The discriminated form { type: "uk", sortCode, accountNumber } / { type: "iban", iban } is also accepted.

Response

The name-verification result.

success
boolean
data
object