gethttps://api.circle.com/v1/cpn/payments/{paymentId}/refunds/{refundId}
Retrieves the full refund object associated with a specific payment. This can be used by OFIs to reconcile refund status and verify refund completion.
The ID of the refund.
The payment id created previously.
1{
2 "data": {
3 "id": "c4d1da72-111e-4d52-bdbf-2e74a2d803d5",
4 "paymentId": "c4d1da72-111e-4d52-bdbf-2e74a2d803d5",
5 "status": "CREATED",
6 "amount": {
7 "amount": "110.27",
8 "currency": "USDC"
9 },
10 "transactionHash": "",
11 "refundAddress": "",
12 "blockchain": "ETH-SEPOLIA",
13 "createDate": "2023-01-01T12:04:05Z"
14 }
15}