Overview
The sandbox environment provides a safe testing ground for developers to simulate API calls and interactions without affecting real accounts or transactions.
Base URL
The sandbox environment runs tests for both account and payout services. Each service has its unique base URL:
Payout Service Sandbox:
<>/v1/payout/sandbox
Account Service Sandbox:
<>/v1/account/sandbox
Endpoints
The following endpoints have been provided for the sandbox feature :
Payout Service Sandbox
Simulate account deposit: This endpoint simulates the process of adding funds to an issued account in the sandbox environment.
Simulate transaction confirmation: This endpoint simulates the process of confirming a transaction in a sandbox environment.
Simulate transaction failure: This endpoint simulates the process of rejecting a transaction in the sandbox environment.
Account Service Sandbox
Simulate account issuance approval: This endpoint simulates the process of approving an account issuance request in the sandbox environment.
Simulate account issuance rejection: This endpoint simulates the process of rejecting an account issuance request in the sandbox environment.
Last updated