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

*/*

application/json

curl -X GET "https://example.com/v1/hosted-refunds/string"

A refund the bank has completed.

{  "id": "hrfnd_0J7QA2M8V5X1K",  "status": "SUCCEEDED",  "amount": 420,  "currency": "SGD",  "hostedPaymentId": "hpymt_0J7Q9A2M8V5X1",  "referenceId": "RFND-10042",  "createdAt": "2026-09-09T06:44:34.233697Z",  "updatedAt": "2026-09-09T06:44:36.353554Z"}