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
-
Request to perform verification for an account holder. POST {{baseUrl}}/checkAccountHolder
-
Close an existing account under an account holder. POST {{baseUrl}}/closeAccount
-
Close an existing account holder. POST {{baseUrl}}/closeAccountHolder
-
Create a new account under an existing account holder. POST {{baseUrl}}/createAccount
-
Create a new account holder. POST {{baseUrl}}/createAccountHolder
-
Delete bank accounts of an existing account holder. POST {{baseUrl}}/deleteBankAccounts
-
Delete payout methods of an existing account holder. POST {{baseUrl}}/deletePayoutMethods
-
Delete shareholders of an existing account holder. POST {{baseUrl}}/deleteShareholders
-
Retrieve the details of an account holder. POST {{baseUrl}}/getAccountHolder
-
Reinstate a disabled account holder. POST {{baseUrl}}/unSuspendAccountHolder