Account API

Public

/apis-guru/account-api

This API is used for the classic integration. If you are just starting your implementation, refer to our [new integration guide](https://docs.adyen.com/marketplaces-and-platforms) instead. The Account API provides endpoints for managing account-related entities on your platform. These related entities include account holders, accounts, bank accounts, shareholders, and verification-related documents. The management operations include actions such as creation, retrieval, updating, and deletion of them. For more information, refer to our [documentation](https://docs.adyen.com/marketplaces-and-platforms/classic). ## Authentication Your Adyen contact will provide your API credential and an API key. To connect to the API, add an `X-API-Key` header with the API key as the value, for example: ``` curl -H "Content-Type: application/json" \ -H "X-API-Key: YOUR_API_KEY" \ ... ``` Alternatively, you can use the username and password to connect to the API using basic authentication. For example: ``` curl -U "ws@MarketPlace.YOUR_PLATFORM_ACCOUNT":"YOUR_WS_PASSWORD" \ -H "Content-Type: application/json" \ ... ``` When going live, you need to generate new web service user credentials to access the [live endpoints](https://docs.adyen.com/development-resources/live-endpoints). ## Versioning The Account API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: "vXX", where XX is the version number. For example: ``` https://cal-test.adyen.com/cal/services/Account/v3/createAccountHolder ```

Versions
7
Latest version
v1.11.8
Last updated
2d ago
Organization
APIs Guru

Version history

7 published versions, newest first.

7 of 7
  1. v1.11.8LatestPublished

    The Vonage Business Cloud Account API enables you to retrieve information about accounts.

    2d ago
    7/11/2026
    Changelog

    Imported from specification (follow-on revision in same project)

  2. v1.0.4Published

    Enables users to manage their Vonage API Account by programmable means. More information is available here: <https://developer.nexmo.com/account/overview>.

    2d ago
    7/11/2026
    Changelog

    Imported from specification (follow-on revision in same project)

  3. vv1.9.0Published

    The <b>Account API</b> gives sellers the ability to configure their eBay seller accounts, including the seller's policies (eBay business policies and seller-defined custom policies), opt in and out of eBay seller programs, configure sales tax tables, and get account information. <br/><br/>For details on the availability of the methods in this API, see <a href="/api-docs/sell/account/overview.html#requirements">Account API requirements and restrictions</a>.

    2d ago
    7/11/2026
    Changelog

    Imported from specification (follow-on revision in same project)

  4. v6Published

    This API is used for the classic integration. If you are just starting your implementation, refer to our [new integration guide](https://docs.adyen.com/marketplaces-and-platforms) instead.

    2d ago
    7/11/2026
    Changelog

    Imported from specification (follow-on revision in same project)

  5. v5Published

    This API is used for the classic integration. If you are just starting your implementation, refer to our [new integration guide](https://docs.adyen.com/marketplaces-and-platforms) instead.

    2d ago
    7/11/2026
    Changelog

    Imported from specification (follow-on revision in same project)

  6. v4Published

    This API is used for the classic integration. If you are just starting your implementation, refer to our [new integration guide](https://docs.adyen.com/marketplaces-and-platforms) instead.

    2d ago
    7/11/2026
    Changelog

    Imported from specification (follow-on revision in same project)

  7. v3Published

    This API is used for the classic integration. If you are just starting your implementation, refer to our [new integration guide](https://docs.adyen.com/marketplaces-and-platforms) instead.

    2d ago
    7/11/2026
    Changelog

    Imported from specification