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.
In this method, we initialize payment using a previously saved card. At this stage, the existence of the pg_card_token sent by the merchant is verified. If everything is correct, Freedom Pay Gateway responds with a payment_id.
This method (Рay) is the actual payment using the token, with the input of the CVC, based on the previously created payment_id obtained in the previous step (Init). The response from Freedom Pay Gateway will include an HTML form for entering the CVC details.
Non-acceptance payments refer to a payment process where the recipient of the funds does not actively accept or approve the payment before it is processed. Instead, the funds are automatically credited to the recipient’s account without requiring any action from them.
In this method, we initialize non-acceptance payment using a previously saved card. At this stage, the existence of the pg_card_token sent by the merchant is verified. If everything is correct, Freedom Pay Gateway responds with a payment_id.
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.