We have designed a Sandbox (test) version to allow you to preview the steps of the payment flow before going live in production. The Sandbox environment is available at any time, and you do not need an activated account to use it.
Demo Bank
We provide the Demo Bank, enabling you to simulate a complete user journey for initiating a payment. To test payments with the Demo Bank, you can either:
- Create a payment link from the dashboard, open the URL, and select Demo Bank.
- Directly call the
payment_request
endpoint with the bank ID574
.
Testing a standard payment flow
To test the redirected payment flow, you can use any username and password of more than 6 characters. Once in the Demo Bank interface, you can test payments with or without Strong Customer Authentication (SCA) by selecting the issuing accounts. For the OTP code, you can use any code with more than 6 characters.
To thoroughly test your integration, you must handle various payment statuses. Use the following credentials to simulate different scenarios:
-
Simulate a successfully executed instant transfer using the identifier
id_acsc
and any password of more than 6 characters. -
Simulate a pending instant transfer that is successfully executed using the identifier
id_pdng_acsc
and any password of more than 6 characters. -
Simulate a rejected instant transfer using the identifier
id_pdng_rjct
and any password of more than 6 characters.
If you want to test additional scenarios, you can find the full list of identifiers right here 📖.