Sandbox
Overview
To help you intergating, you can simulate some actions with our Sandbox tools :
- Simulate KYC result of a Consumer (even if KYC process is fully working in sandbox)
- Simulate KYB result of a Corporate
- Initialize or reset a password with secret in response
- Simulate Phone number verification
- Simulate card transactions
- Simulate incoming transactions
- Credit a Ledger
- Delete a consumer
- Get a card truncated PAN (as no physical cards will be produced)
Sandbox Endpoints
On the bottom of the Endpoint menu, there is a specific section for Sandbox Endpoints :
Initialize or reset a password with secret in response
This Endpoint is used when you want to receive the secret for the password initialization. Normally this secret is sent by sms or through a deeplink.
Credit a ledger
In order to simulate transactions, would need to add fake money on your ledgers otherwise, transactions will be declined for INSUFFICIENT_FUNDS
. The maximum that you can credit in one transaction is 250000.
You can create multiple transactions with 250000 as the amount. The ledger capacity is not limited to 250000, only the credit transaction in sandbox.
Simulate a KYC result for a consumer or a corporate-related person
When you want to make some tests automatic, you probably don't want to do KYC everytime. This Endpoint allow you to reproduce every steps of a KYC : NOT_STARTED
, CREATED
, PROCESSING
, PENDING_REVIEW
, ABORTED
, VALIDATED
,DECLINED
.
Manually bypass a corporate's KYB status
Same as KYC. You can reproduce every steps of a KYB : NOT_STARTED
, COMPLETING
, COMPLETED
, PENDING_VERIFICATION
, NEED_ADDITIONAL_INFORMATION
, DECLINED
, VALIDATED
, PROCESSING
.
Delete a consumer
In order to make tests without cluttering your sandbox environment, you can delete an Enduser after tests are finished.
You cannot delete an Enduser in the live environments.
Get a card truncated PAN
As physical cards needs to be activated, you need to provide the truncatedPan
(four last digits of the card numbers). As in Sandbox physical cards are not sent to the Enduser, you cannot provide the truncatedPan
, this is why you can use this Endpoint to get the truncatedPan
in order to activate a card in Sandbox and creating simulated transactions.