WiPay
WAPIsv2.0.2Transactions

Refund Request

Create a refund request for a successful transaction. Only transactions with `status=success` and normal status can be refunded. The receiver must have sufficient balance.

POST
/transactions/{transaction_id}/refund
AuthorizationBearer <token>

OAuth2 access token obtained from POST /auth/tokens.

In: header

Path Parameters

transaction_idstring

Response Body

curl -X POST "https://tt.wipayfinancial.com/wapi/transactions/string/refund"
{
  "message": "Refund request successfully created."
}
{
  "message": "string"
}
{
  "message": "string"
}