Simulate Postbridge Transaction
Simulate a Postbridge transaction for testing in the sandbox environment.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The transaction intent.
"authorization"
The processing flow to use for the simulation.
"default"
The transaction channel.
"pos"
The payment method used for the transaction.
"chip"
The transaction amount in minor units.
1000
The ISO 4217 numeric currency code.
"566"
The card identifier to simulate against.
"{{cardId}}"
The account number linked to the card.
"1234567890"
The merchant identifier.
"M1234567"
The terminal identifier.
"T1234567"
Controls how the simulator returns a response.
"stub"
The transaction date and time in ISO 8601 format.
"2026-03-14T10:00:00.000Z"
Optional ISO 8583 field overrides for the simulated transaction.
{ "4": "000000001000" }