bazzar/vendor/t_pay/docs/RefundFields.md

1.1 KiB
Raw Permalink Blame History

RefundFields

Properties

Name Type Description Notes
cli_auth Option<String> Client token [optional]
sale_auth Option<String> Transaction id in tpay.com system [optional]
desc String
currency Option<i32> transaction currency in ISO numeric format [optional][default to 985]
amount Option<f32> transaction amount casted to float [optional]
language Option<crate::models::Language> [optional]
api_password String API password.
sign String Sign is calculated from cryptographic hash function set in Merchants Panel (default SHA-1): hash_alg (method + cli_auth + sale_auth + desc + amount + currency + language + verification code); where + means concatenation with ampersand symbol. ie. currency + language = 985&pl

[Back to Model list] [Back to API list] [Back to README]