25 lines
1.7 KiB
Markdown
25 lines
1.7 KiB
Markdown
# SecuresaleResponse
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**var_3ds_url** | Option<**String**> | | [optional]
|
|
**result** | Option<[**crate::models::Result**](result.md)> | | [optional]
|
|
**test_mode** | Option<**String**> | This parameter is present in response and included in sign calculation only when the merchant account is in test mode. | [optional]
|
|
**sale_auth** | Option<**String**> | Transaction id in tpay.com system | [optional]
|
|
**cli_auth** | Option<**String**> | Client token | [optional]
|
|
**currency** | Option<**i32**> | transaction currency in ISO numeric format | [optional][default to 985]
|
|
**amount** | Option<**f32**> | transaction amount casted to float | [optional]
|
|
**date** | Option<**String**> | Date of payment | [optional]
|
|
**status** | Option<**String**> | | [optional]
|
|
**reason** | Option<**String**> | Acquirer (Elavon / eService) rejection code - see \"Card Payments Rejection Codes\" for more details | [optional]
|
|
**card** | Option<**String**> | Card number last 4 digits - for example ****1234 | [optional]
|
|
**sign** | Option<**String**> | sign is calculated from cryptographic hash function set in Merchant panel (default SHA-1) hash_alg(test_mode + sale_auth + cli_auth + card + currency + amount + date + status + verification code) | [optional]
|
|
**err_code** | Option<[**crate::models::CardsErrCode**](cards_err_code.md)> | | [optional]
|
|
**err_desc** | Option<**String**> | Error code description if an error occurs or not present in response. - see \"Card Payments Rejection Codes\" for more details | [optional]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|