Cookie Consent by Free Privacy Policy Generator Update cookies preferences

Attributes

AttributeTypeDescription
id stringThe unique, Clearpay-generated refund ID.
refundedAt stringA UTC timestamp of the refund creation time, in ISO 8601 format.
merchantReferencestringThe merchant's corresponding refund ID or reference.
amountMoneyThe refund amount.

Example Refund object

{
  "id": "67890123",
  "refundedAt": "2019-01-01T00:00:00.000Z",
  "merchantReference": "merchantRefundId-1234",
  "amount": {  
    "amount": "10.00",
    "currency": "GBP"
  }
}