bazzar/vendor/t_pay/docs/SaleFields.md

830 B
Raw Permalink Blame 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] [Back to API list] [Back to README]