Transaction
Simulate authorization
Simulates an authorization request from the card network as if it came from a merchant acquirer. If you are configured for ASA, simulating authorizations requires your ASA client to be set up properly, i.e. be able to respond to the ASA request with a valid JSON. For users that are not configured for ASA, a daily transaction limit of $5000 USD is applied by default. You can update this limit via the update account endpoint.
post/v1/simulate/authorize
Request body
Example request
{
"descriptor": "COFFEE SHOP",
"mcc": "5812",
"merchant_acceptor_id": "OODKZAPJVN4YS7O",
"merchant_acceptor_city": "LOS ANGELES",
"merchant_acceptor_state": "CA",
"merchant_acceptor_country": "USA",
"merchant_currency": "GBP",
"pan": "4111111289144142",
"pin": "1234",
"status": "AUTHORIZATION"
}Response
OK