POST
Account confirmation letter
Generates an account confirmation letter — a PDF the customer can use as proof of account. It includes the holder’s details, the account’s bank details (account number / sort code or IBAN), and your program’s branding. The PDF comes back inline as a base64 data URI (data:application/pdf;base64,…) — render or download it client-side; there’s no separate fetch step.

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.

Path Parameters

customerId
string
required

The customer's ID.

accountId
string
required

The account's ID.

Response

PDF document

success
boolean
Example:

true

data
object