| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
The original Cova Pay session id, captured from the payment session |
globally unique identifier |
None. |
| LocationId |
The Id of the location that the payment occurred at |
integer |
None. |
| Status |
The status of the payment |
EcommPaymentStatus |
None. |
| FailureReason |
If the payment failed to initiate this will contain the reason it failed. Otherwise, it will be an empty string |
string |
None. |
| StoreReference |
The Adyen Store reference for the location |
string |
None. |
| OrderReference |
Unique string, such as the customer facing “order number” that will appear in reporting as the reference number to the transaction |
string |
None. |
| ReturnUrl |
A URL that redirects the shopper back to your site, after payment |
string |
None. |
| Currency |
The currency for the payment |
CurrencyType |
None. |
| Amount |
The requested amount of the payment |
decimal number |
None. |
| CreatedDate |
The date and time that the payment was initiated |
date |
None. |
| Results |
A list of all card attempts made for this payment |
Collection of CovaEcommPaymentResult |
None. |