Logo
Adyen API Documentation

Adyen MarketPay Account Service

Number of APIs: 14


The MarketPay Account API provides endpoints for managing MarketPay account-related entities. These related entities include account holders, accounts, bank accounts, shareholders, and KYC-related documents. The management operations include actions such as creation, retrieval, updating, and deletion of them.

For further information on MarketPay API, visit the MarketPay documentation.

Authentication

To connect to the MarketPay API, you must use basic authentication credentials of your web service user. If you don't have one, please contact the Adyen Support Team. Then use its credentials to authenticate your request, for example:

curl
-U "ws@Company.YourCompany":"YourWsPassword" \
-H "Content-Type: application/json" \
...

Note that when going live, you need to generate new web service user credentials to access the [live endpoints](https://docs.adyen.com/dev

Contact Support: Name: No Contact Email: email@example.com


1. Close an existing account under an account holder.

POST {{baseUrl}}/closeAccount



2. Close an existing account holder.

POST {{baseUrl}}/closeAccountHolder



3. Create a new account under an existing account holder.

POST {{baseUrl}}/createAccount



4. Create a new account holder.

POST {{baseUrl}}/createAccountHolder



5. Delete bank accounts of an existing account holder.

POST {{baseUrl}}/deleteBankAccounts



6. Delete shareholders of an existing account holder.

POST {{baseUrl}}/deleteShareholders



7. Retrieve the details of an account holder.

POST {{baseUrl}}/getAccountHolder



8. Retrieve the uploaded documents of an existing account holder.

POST {{baseUrl}}/getUploadedDocuments



9. Suspend an existing account holder.

POST {{baseUrl}}/suspendAccountHolder



10. Reinstate a disabled account holder.

POST {{baseUrl}}/unSuspendAccountHolder

ENDPOINTS