1.2 KiB
1.2 KiB
SaleResponse
Properties
Name | Type | Description | Notes |
---|---|---|---|
result | crate::models::Result | ||
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 | String | Transaction id in tpay.com system | |
cli_auth | Option<String> | Client token | [optional] |
currency | i32 | transaction currency in ISO numeric format | [default to 985] |
amount | f32 | transaction amount casted to float | |
date | Option<String> | Date of payment | [optional] |
status | String | ||
reason | Option<String> | Acquirer (Elavon / eService) rejection code - see "Card Payments Rejection Codes" for more details | [optional] |
sign | String | Response sign = hash_alg(test_mode + sale_auth + cli_auth + currency + amount + date + status + reason + verification code) |