cURL
curl --request GET \ --url https://api.peere.network/v1/refunds/{refundId}/status \ --header 'Authorization: Bearer <token>'
{ "statusCode": 200, "success": true, "message": "Refund status retrieved successfully", "refund": { "refundId": "<string>", "originalTransactionId": "<string>", "amount": 123, "status": "<string>", "reason": "<string>", "createdAt": "2023-11-07T05:31:56Z", "processedAt": "2023-11-07T05:31:56Z" } }
Get the status of a refund.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Refund status retrieved successfully
200
true
"Refund status retrieved successfully"
Show child attributes