v1

latestOpenAPI 3.1.02026-07-263847150.4 KB

Get Transaction Status

get/v2/{order_id}/status

Path parameters

order_idstring required

order_id or transaction_id

Response

200

OR

Example response

{
  "status_code": "200",
  "status_message": "Success, transaction found",
  "transaction_id": "249fc620-6017-4540-af7c-5a1c25788f46",
  "masked_card": "48111111-1114",
  "order_id": "example-1424936368",
  "payment_type": "credit_card",
  "transaction_time": "2015-02-26 14:39:33",
  "transaction_status": "capture",
  "fraud_status": "accept",
  "approval_code": "1424936374393",
  "signature_key": "2802a264cb978fbc59f631c68d120cbda8dc853f5dfdc52301c615cf4f14e7a0b09aa...",
  "bank": "bni",
  "gross_amount": "30000.00",
  "channel_response_code": "00",
  "channel_response_message": "Approved",
  "card_type": "credit",
  "payment_option_type": "GOPAY_WALLET",
  "shopeepay_reference_number": "103995032913255264",
  "reference_id": "DL-dduIy7XtGtvxJtNNpOfbAt"
}