Validate data for a Recipient

Check that the user's Recipient data is valid before creation A 200 HTTP response code indicates the request is valid against the schema. No response body is returned.

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.
UserIdstringRequired
The unique identifier of the user.

Request

This endpoint expects an object.
International IndividualobjectRequired

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

OR
International BusinessobjectRequired

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

OR
Local IndividualobjectRequired

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

OR
Local BusinessobjectRequired

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

Response

Success

Errors

400
Bad Request Error