bazzar/vendor/t_pay/docs/SaleResponse.md

21 lines
1.2 KiB
Markdown

# SaleResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**result** | [**crate::models::Result**](result.md) | |
**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) |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)