Paytring Checkout Payment
Refund Status
The refund status is tracked via the Refund ID
POST
This API retrieves the status of a refund for a specific order.
Request Parameters
key
(string): Merchant API keyrefund_id
(string): Refund IDhash
(string): Calculated hash for request validation
Responses
200 OK
400 Bad Request
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
application/json
Merchant Account API
Refund Id will be provided in refund order api or refund attempts api
Only required in V1 API . Pass NULL IN V2 API