Get account ownership certificate

This endpoint is responsible for retrieving the Account Ownership Certificate for a specific account.

Path Params
customerId (Path Variable): The ID of the customer.
merchantId (Path Variable): The ID of the client (merchant) the account will belong to. It is the same value as clientId

accountId (Path Variable): The ID if the account

Response object
data(string): This field sends a string that is encoded using Base64 encoding, which represents the requested PDF document. The actual PDF file is converted into a text-based representation using Base64 encoding to ensure safe and reliable transmission over the network.

The response allows us to provide an Account Ownership Certificate for the user as a pdf.
The Merchant user can access this feature by clicking the "Account Ownership Certificate" button on the account details page. Please note that the pdf needs to be generated in the provider integration connector and passed to Toqio as a complete document. Toqio does not store this document, it will be requested from the integration each time user submits the request. This allows you to provide the most relevant document to the user at any time.


Enabling Provider Capabilities related to this endpoint

To enable this feature for your banking provider, please add it to the list of the provider’s capabilities as hasAccountOwnershipCertificate.

Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!