cURL
curl --request POST \ --url https://app.tagadapay.com/api/public/v1/stores/create \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "My New Store", "baseCurrency": "USD", "presentmentCurrencies": [ "USD", "EUR" ], "chargeCurrencies": [ "USD" ] } '
{ "id": "store_123", "name": "My New Store", "type": "shopify", "baseCurrency": "USD", "presentmentCurrencies": [ "USD", "EUR" ], "chargeCurrencies": [ "USD" ], "createdAt": "2024-03-20T10:30:00Z" }
Create a new store for the authenticated account
Enter your API key as: Bearer your-api-key
Bearer your-api-key
Successful response