Sandbox base URL
Test the card issuance flow
In sandbox, you create real cardholders and cards just as you would in production. There are no special “test” card numbers — the cards you create are your test cards. A typical test flow:Simulate transactions
The simulator endpoints let you trigger authorization and reversal events on sandbox cards. These endpoints are available only in the sandbox environment.Supported BINs
Only cards with the following BIN support simulation:Simulate authorization
Trigger an authorization transaction on a card.The
merchant_category_code must be 5734 for simulated transactions. Other MCC values are not supported in the simulator.issuing.transaction.authorization webhook:
Simulate reversal
Reverse an existing approved authorization using itstransaction_id.
issuing.transaction.reversal webhook:

