Token Pay#
Card token payment is used to make a payment where a token is used instead of real card details (e.g., the card number).
A token is a unique identifier generated for a specific card and used for transactions, ensuring data security.
When using this method, it is necessary to pass the pg_card_token
in the request to the Freedom Pay Gateway.
This method may only be available if the card has been previously saved and tokenized.
To use this method, you should contact your manager.
Apple / Google#
A fast and secure way for one-touch online purchases. A customer of the store can pay with any card saved in his account. For merchant this payment will be processed like a regular payment by card.If the purchase is made from a mobile device supporting Apple/Google/Samsung Pay, the customer will be asked to confirm the payment using a password, fingerprint or face recognition.If the purchase is made from a device without the Apple/Google/Samsung Pay app, the customer can select any saved card in his account and confirm payment by passing 3D Secure authentication.Additionally in the request to Freedom Pay Gateway it is necessary to pass parameters pg_eci_indicator
, pg_online_payment_cryptogram
, pg_payment_method
(google_pay or apple_pay)
Interaction diagram for Token Pay and Apple / Google#
Status: success/error/pending
Token Payout#
Card token payout is used to make a payout where a token is used instead of real card details (e.g., the card number).A token is a unique identifier generated for a specific card and used for transactions, ensuring data security.When using this method, it is necessary to pass the pg_card_token
in the request to the Freedom Pay Gateway.
To use this method, you should contact your manager.
Interaction diagram#
Status: success/error/pending
Status#
This method is used to get information about the current status of a payment, such as whether it was successful, an error occurred, or is pending etc.