v1

latestOpenAPI 3.1.02026-07-263847150.4 KB

Copy of Refund Transactions

post/v2/{order_id}/refund

Path parameters

order_idstring required

Request body

refund_keystring
amountinteger
reasonstring

Response

200

OR
OR
OR

Example response

{
  "status_code": "200",
  "status_message": "Success, refund request is approved",
  "transaction_id": "447e846a-403e-47db-a5da-d7f3f06375d6",
  "order_id": "vtcc05",
  "payment_type": "credit_card",
  "transaction_time": "2015-06-15 13:36:24",
  "transaction_status": "refund",
  "gross_amount": "10000.00",
  "refund_chargeback_id": 1,
  "refund_amount": "10000.00",
  "refund_key": "reference1"
}