Create a store
Creates a store for the merchant account specified in the request.
To make this request, your API credential must have the following role:
- Management API—Stores read and write
In the live environment, requests to this endpoint are subject to rate limits.
Request body
The unique identifiers of the business lines that the store is associated with. If not specified, the business line of the merchant account is used. Required when there are multiple business lines under the merchant account.
Your description of the store.
The unique identifier of the merchant account that the store belongs to.
The phone number of the store, including '+' and country code.
Your reference to recognize the store by. Also known as the store code. Allowed characters: lowercase and uppercase letters without diacritics, numbers 0 through 9, hyphen (-), and underscore (_).
If you do not provide a reference in your POST request, it is populated with the Adyen-generated id.
The store name to be shown on the shopper's bank or credit card statement and on the shopper receipt. Maximum length: 22 characters; can't be all numbers.
Response
OK - the request has succeeded.
The unique identifiers of the business lines that the store is associated with. If not specified, the business line of the merchant account is used. Required when there are multiple business lines under the merchant account.
The description of the store.
The unique identifier of the store. This value is generated by Adyen.
The unique identifier of the merchant account that the store belongs to.
The phone number of the store, including '+' and country code.
A reference to recognize the store by. Also known as the store code. Allowed characters: lowercase and uppercase letters without diacritics, numbers 0 through 9, hyphen (-), and underscore (_)
The store name shown on the shopper's bank or credit card statement and on the shopper receipt.
The status of the store. Possible values are:
- active. This value is assigned automatically when a store is created.
- inactive. The terminals under the store are blocked from accepting new transactions, but capturing outstanding transactions is still possible.
- closed. This status is irreversible. The terminals under the store are reassigned to the merchant inventory.