Skip to main content

Adyen configuration API (1.0)

Download OpenAPI specification:Download

This API can be used to store and read the Adyen integration configuration.

Get Adyen store config

Retrieves the Adyen configuration corresponding to the specified store.

Authorizations:
newStoreAccessToken
path Parameters
store_id
required
string

The store identifier in NewStore. Use the List stores method method to retrieve the store ID.

Responses

Response samples

Content type
application/json
{
  • "merchant_account": "NewStorePOS",
  • "adyen_store_id": "1001"
}