Logo
API_DOC API Documentation

Upload a document

POST {{baseUrl}}/uploadDocument

Uploads a document for an account holder. Adyen uses the documents during the verification process.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status





Curl
curl -X POST 'https://cal-test.adyen.com/cal/services/Account/v3/uploadDocument' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"documentContent":"dGVzdCBkb2N1bWVudCBjb250ZW50","documentDetail":{"accountHolderCode":"CODE_OF_ACCOUNT_HOLDER","documentType":"PASSPORT","filename":"passport.png","description":"test passport description"}}'

ENDPOINTS