ApiRefunds
Get a refund
Authorization
OAuth2PasswordBearer AuthorizationBearer <token>
In: header
Path Parameters
refund_id*Refund Id
Format
uuidCookie Parameters
Response Body
application/json
application/json
curl -X GET "https://example.com/api/b/v1/refunds/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "charge_id": "cf8b747b-a752-4d0a-9a4d-7d19fc1769f3", "amount_minor": 0, "currency": "string", "status": "string", "method": "string", "rail": "string", "provider_reference": "string", "reason": "string", "failure_reason": "string", "created_at": "2019-08-24T14:15:22Z", "completed_at": "2019-08-24T14:15:22Z"}