View a Recipient

Fetch a Recipient or legacy Bank Account based on its ID

Verification of Payee (VOP) impacts SEPA local schemes, which means Recipients with Currency value EUR and PayoutMethodType value LocalBankTransfer. Read more

Authentication

AuthorizationBearer
Bearer authentication of the form `Bearer <token>`, where token is your auth token. If your platform is using a [proxy](/guides/sca/proxy-management) to take SCA-triggering action on behalf of users, you also need to integrate [mTLS authentication](/guides/sca/platform) and use the `api-mtls` base URL.

Path parameters

ClientIdstringRequired
Platform's API account identifier, associated with the API key.
RecipientIdstringRequired

The unique identifier of the Recipient or legacy Bank Account (the legacy BankAccountId value can be used on this endpoint).

Response

Success
International Individualobject

Response body for a Recipient where PayoutMethodType is InternationalBankTransfer and RecipientType is Individual.

OR
International Businessobject

Response body for a Recipient where PayoutMethodType is InternationalBankTransfer and RecipientType is Business.

OR
Local Individualobject

Response body for a Recipient where PayoutMethodType is LocalBankTransfer and RecipientType is Individual.

OR
Local Businessobject

Response body for a Recipient where PayoutMethodType is LocalBankTransfer and RecipientType is Business.