CollectionsHosted PaymentsRefunds

Get a Hosted Refund

GET
/v1/hosted-refunds/{id}

Authorization

authorization
AuthorizationBearer <token>

Set Your Secret API Key

In: header

Path Parameters

id*string

Response Body

*/*

curl -X GET "https://example.com/v1/hosted-refunds/string"
{  "amount": 0,  "createdAt": "string",  "currency": "string",  "hostedPaymentId": "string",  "id": "string",  "referenceId": "string",  "status": "string",  "updatedAt": "string"}