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. 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: 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.comAuthentication
curl
-U "ws@Company.YourCompany":"YourWsPassword" \
-H "Content-Type: application/json" \
...
ENDPOINTS