Transaction
Simulate credit authorization advice
Simulates a credit authorization advice from the card network. This message indicates that the network approved a credit authorization on your behalf.
post/v1/simulate/credit_authorization_advice
Request body
Example request
{
"descriptor": "COFFEE SHOP",
"mcc": "5812",
"merchant_acceptor_id": "XRKGDPOWEWQRRWU",
"merchant_acceptor_city": "SEATTLE",
"merchant_acceptor_state": "WA",
"merchant_acceptor_country": "USA",
"pan": "4111111289144142"
}Response
OK