Attributes
Attribute | Type | Description |
---|---|---|
| string | A unique request ID, required (in conjunction with |
| Money | The refund amount. |
| string | The merchant's corresponding refund ID or reference, required (in conjunction with |
| string | The unique, Clearpay-generated refund ID. |
| string | A UTC timestamp of the refund creation time, in ISO 8601 format. |
| string | A unique reference for the individual refund event. If provided, the value will appear in the daily settlement file as "Payment Event ID". In most cases, this would hold the same value as the |
{
"requestId": "c061b700-7f16-4a85-8289-2c1f017c8037",
"amount": {
"amount": "10.00",
"currency": "EUR"
},
"merchantReference": "merchantOrderId-1234-2021",
"refundId": "67890123",
"refundedAt": "2021-01-01T00:00:00.000Z",
"refundMerchantReference": "merchantRefundId-1234"
}