Logo
Adyen API Documentation

Adyen MarketPay Account API

Number of APIs: 16


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@MarketPlace.YourMarketPlace":"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/development-resources/liv

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


1. Request to perform verification for an account holder.

POST {{baseUrl}}/checkAccountHolder



2. Close an existing account under an account holder.

POST {{baseUrl}}/closeAccount



3. Close an existing account holder.

POST {{baseUrl}}/closeAccountHolder



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

POST {{baseUrl}}/createAccount



5. Create a new account holder.

POST {{baseUrl}}/createAccountHolder



6. Delete bank accounts of an existing account holder.

POST {{baseUrl}}/deleteBankAccounts



7. Delete payout methods of an existing account holder.

POST {{baseUrl}}/deletePayoutMethods



8. Delete shareholders of an existing account holder.

POST {{baseUrl}}/deleteShareholders



9. Retrieve the details of an account holder.

POST {{baseUrl}}/getAccountHolder



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

POST {{baseUrl}}/getUploadedD

ENDPOINTS