API Reference

Get refund details

gethttps://api.circle.com/v1/cpn/payments/{paymentId}/refunds/{refundId}

  • Reference
  • Playground

Retrieves the full refund object associated with a specific payment. This can be used by OFIs to reconcile refund status and verify refund completion.

Path parameters
refundId
uuid
Required

The ID of the refund.

paymentId
uuid
Required

The payment id created previously.

Response
RequestChoose a language
ResponseChoose an example
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}
Did this page help you?
© 2023-2025 Circle Technology Services, LLC. All rights reserved.