Transfer Test Cases
Simulate deterministic transfer outcomes in test mode by sending requests to designated destination account numbers. The simulator runs in place of the real provider whenever the transfer is created with a test secret key (sk_test_...), and applies to both Instapay and Pesonet.
Test destination account numbers
Use any of the following as destination_account.account_number to control the final state of the transfer.
| Account number | Final status | Error code | Provider message |
|---|---|---|---|
999999990001 | succeeded | — | — |
999999990002 | failed | test_failed_number | Simulated failure for test number |
999999990003 | failed | account_not_found | Destination account not found (test) |
999999990004 | failed | account_not_active | Destination account inactive (test) |
999999990005 | failed | account_limit_reached | Destination account limit reached (test) |
999999990006 | failed | internal_server_error | Provider internal error (test) |
Any destination account number not listed above is treated as a no-op by the simulator, it will stay in pending.
Updated about 2 hours ago