API ReferenceRefunds
Get a refund
Retrieves a single refund by its ID.
Authorization
ApiKey X-Api-Key<token>
Merchant API key for authentication
In: header
Path Parameters
id*string
Resource ID
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/refunds/string"{ "id": "string", "payment_id": "string", "amount": 0, "currency": "string", "status": "string", "reason": "string", "requested_at": "2019-08-24T14:15:22Z", "succeeded_at": "2019-08-24T14:15:22Z"}