Cancel a refund
POST https://{{env_url}}/transfer/refund/cancel
The /transfer/get
fetches information about the transfer corresponding to the given transfer_id
.
Request Body
{"client_id"=>"{{client_id}}", "secret"=>"{{secret}}", "refund_id"=>"REFUND_ID_GOES_HERE"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"request_id":"saKrIBuEB9qJZno"}