Refund objectAttributes AttributeTypeDescriptionid 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 UK{ "id": "67890123", "refundedAt": "2019-01-01T00:00:00.000Z", "merchantReference": "merchantRefundId-1234", "amount": { "amount": "10.00", "currency": "GBP" } }