bazzar/vendor/t_pay/docs/PresaleFields.md

1.1 KiB
Raw Permalink Blame History

PresaleFields

Properties

Name Type Description Notes
desc String transaction description
cli_auth String Client token
amount f32 transaction amount casted to float
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 + desc + amount + currency + order_id + language + verification code) where + means concatenation with ampersand symbol. ie. amount + currency = 10.99&985
currency Option<i32> transaction currency in ISO numeric format [optional][default to 985]
order_id Option<String> merchant order ID used to recognise payment [optional]
language Option<crate::models::Language> [optional]

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