| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Refund identifier - generated |
globally unique identifier |
None. |
| LocationId |
The Id of the location that the refund occurred at |
integer |
None. |
| Status |
The status of the refund |
EcommRefundStatus |
None. |
| FailureReason |
If the refund failed to initiate this will contain the reason it failed. Otherwise, it will be an empty string |
string |
None. |
| RefundReference |
Recommended to supply the original order reference to assist in retailer reconciliation |
string |
None. |
| PaymentId |
The original Cova Pay session id, captured from the payment session |
globally unique identifier |
None. |
| Currency |
The currency for the refund |
CurrencyType |
None. |
| RequestedAmount |
The requested amount of the refund |
decimal number |
None. |
| PaymentPspReference |
The Adyen PSP reference of the Ecomm payment that was refunded |
string |
None. |
| CreatedDate |
The date and time that the refund was initiated |
date |
None. |
| Result |
Additional information about a completed refund This will be null if the refund failed to initiate or has not yet completed |
CovaEcommRefundResult |
None. |