POST /uploadDocument
Uploads a document for an account holder. Adyen uses the documents during the verification process.
Servers
- https://cal-test.adyen.com/cal/services/Account/v6
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
documentDetail |
Object | Yes |
Details of the document being submitted. |
documentDetail.description |
String | No |
Description of the document. |
documentDetail.filename |
String | No |
Filename of the document. |
documentDetail.documentType |
String | Yes |
The type of the document. Refer to Verification checks for details on when each document type should be submitted and for the accepted file formats. Permitted values:
Possible values:
|
documentDetail.legalArrangementEntityCode |
String | No |
The Adyen-generated |
documentDetail.legalArrangementCode |
String | No |
The Adyen-generated |
documentDetail.shareholderCode |
String | No |
The Adyen-generated
|
documentDetail.bankAccountUUID |
String | No |
The Adyen-generated
|
documentDetail.accountHolderCode |
String | No |
The code of account holder, to which the document applies. |
documentDetail.signatoryCode |
String | No |
The Adyen-generated |
documentContent |
String | Yes |
The content of the document, in Base64-encoded string format. To learn about document requirements, refer to Verification checks. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.