Payment#
This section outlines the methods available for card payments. Depending on the selected transaction type (one-step or two-step payment), the set of available methods varies
A one-step payment is executed with a single request that simultaneously initiates authorization and funds withdrawal
To send a request for processing a one-step payment in the Freedom Pay Gateway, you must specify pg_auto_clearing = 1
in the request parameters
A two-step payment is performed in two stages: first, authorization is carried out, during which the amount is blocked on the payer's account, and then a second request is sent for clearing (operation confirmation), which results in the actual withdrawal of funds
To send a request for processing a two-step payment in the Freedom Pay Gateway, you must specify pg_auto_clearing = 0
in the request parameters
Available statuses#
Watch out! The diagram will be coming soon!