bazzar/vendor/t_pay/docs/RegisterSaleResponse.md

932 B
Raw Permalink Blame History

RegisterSaleResponse

Properties

Name Type Description Notes
result Option<crate::models::Result> [optional]
sale_auth Option<String> Transaction id in tpay.com system [optional]
sign Option<String> Sign is calculated from cryptographic hash function set in Merchants Panel (default SHA-1): sha1(sale_auth + verification code) where + means concatenation. [optional]
err_code Option<crate::models::CardsErrCode> [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] [Back to API list] [Back to README]