riverty logo

Docs

Testing Onboarding API

Tailormade Postman Collection

Riverty can provide a dedicated "Postman Collection" upon request to make it easier for partners to test our APIs. This collection contains all relevant API calls for Payment and Merchant Onboarding, as well as highlighted fields and field-specific information.

Before Testing

  1. Ensure that the test credentials are already in place in the shared 'Partner Postman Collection' for Merchant Onboarding
  2. Confirm to have received the tailor-made ‘Test-Suite’-document, 'Partner Postman Collection' for Merchant Onboarding
  3. Utilize the Riverty Merchant Onboarding Partner Test-endpoint link: https://onboarding-api.riverty.io
  4. Take advantage of the ‘Riverty Test Cases’ to simulate all relevant scenarios in a structured manner. The overview is available in the table below.

Riverty Test Cases

# 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.