Gateway Service
Reference
Mock Amount

In the sandbox environment (base enabler gateway service), you can trigger different behavior using the below special amount.

Special amount for testing

  • applicable to new card transaction
  • triggered when the amount CONTAINS below string, e.g. 12.69, 126.90, 1269.00, or 312.69
Amount string containsHttp StatusResponse StructTranStatusBehavior
any201 CreatedTransactionApprovedApprove immediately
1269201 CreatedTransactionApprovedApprove after 5 sec
1270201 CreatedTransactionApprovedApprove after 60 sec
1271201 CreatedTransactionApprovedApprove after 120 sec
1369201 CreatedTransactionDeclinedDecline immediately
1370201 CreatedTransactionDeclinedDecline after 5 sec
1371201 CreatedTransactionDeclinedDecline after 60 sec
1372201 CreatedTransactionDeclinedDecline with reason "Require to sign on", simulate acquiring host response S0
1469201 CreatedTransactionReversedReverse immediately
  • action: REVERSED
  • tranStatus: REVERSED
1470201 CreatedTransactionReversedReverse after 5 sec
1571400 Bad RequestErrorResponseN/AReturn Bad Request
1572401 UnauthorizedErrorResponseN/AReturn Unauthorized
1573403 ForbiddenErrorResponseN/AReturn Forbidden
1574409 ConflictErrorResponseN/AReturn Conflict
1575500 Internal Server ErrorErrorResponseN/AReturn Internal Server Error
1576504 Gateway TimeoutErrorResponseN/AReturn Gateway Timeout