bazzar/vendor/t_pay/docs/SaleFields.md

15 lines
830 B
Markdown
Raw Permalink Normal View History

# SaleFields
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cli_auth** | **String** | Client token |
**sale_auth** | **String** | Transaction id in tpay.com system |
**api_password** | **String** | API password. |
**sign** | **String** | Request sign is calculated from cryptographic hash function set in Merchants Panel (default SHA-1): hash_alg (method + cli_auth + sale_auth + verification code); where + means concatenation with ampersand symbol. ie. name + email = john done&john.doe@example.com. Passed cli_auth has to match with cli_auth used while creating sale in presale method. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)