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
ClientId
Platform's API account identifier, associated with the API key.
UserId
The unique identifier of the user.
Request
This endpoint expects an object.
International Individual
Request body for creating a Recipient where PayoutMethodType is InternationalBankTransfer and RecipientType is Individual.
OR
International Business
Request body for creating a Recipient where PayoutMethodType is InternationalBankTransfer and RecipientType is Business.
OR
Local Individual
Request body for creating a Recipient where PayoutMethodType is LocalBankTransfer and RecipientType is Individual.
OR
Local Business
Request body for creating a Recipient where PayoutMethodType is LocalBankTransfer and RecipientType is Business.
Response
Success
Errors
400
Bad Request Error