# | Cases | Results | Details |
---|---|---|---|
1 | Retrieve bearer token | Access token, expires in, token type | The access token is required in the authorization header in the underlying requests, next to the Accept-version which is 1.0 |
2 | Create a merchant and a shop | Merchant ID, shop ID | |
3 | Retrieve first shop credentials | Test API key | Might need to wait for 2 minutes or try multiple times to get credentials back. |
4 | Add a second shop to the existing merchant | Shop ID | |
5 | Retrieve second shop credentials | Test API key | Might need to wait for 2 minutes or try multiple times to get credentials back. |
6 | Try onboarding of the same merchant with the same partner reference (Idempotency) | First call: merchant ID & shop ID, Second call: The same merchant ID & shop ID as the first call. |
Do you find this page helpful?