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.
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 and pg_online_payment_cryptogram
Interaction diagram for Token Pay and Apple / Google / Samsung Pay#
Google Pay™ is a fast and secure way for one-touch online purchases. A customer of the store can pay with any card saved in his Google account. For merchant this payment will be processed like a regular payment by card. If the purchase is made from a mobile device supporting Google 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 Google Pay app, the customer can select any saved card in his Google account and confirm payment by passing 3D Secure authentication. All merchants must adhere to the Google Pay APIs Acceptable Use Policy and accept the terms defined in the Google Pay API Terms of Service
By clicking on the Google Pay button, the user goes to the page where the payment methods saved in his Google account are indicated. This way he will be able to quickly choose the method of payment convenient for him.Payment process:
By clicking the Google Pay button, the user goes to a page with a list of available payment methods and selects the desired one.
Google Pay securely transfers the token corresponding to the specified payment method to your site.
Your site sends its server a token and other payment details.
The server processes the data and transfers the token to the payment service provider.
Prior to implementing Google Pay, contact the manager to have Google Pay enabled on your account. You will be required to agree to the Google Pay Terms of Services. Paybox support representative will provide instructions on how to do this.
Follow the instructions of your manager. A Google Pay button will be displayed by default on the Hosted Payments Page once Google Pay has been enabled on your account
Follow Google Pay's [Deploy production environment guidelines](Follow Google Pay's Deploy production environment guidelines). In this step you will obtain a merchantID. By integrating Google Pay, you agree to Google's terms of service.
Contact your manager to have Google Pay enabled on your account. You will be supplied a gatewayMerchantID.
Supported authentication methods: PAN_ONLY and CRYPTOGRAM_3DS. Supported card networks are Visa and MasterCard. There is no need to transfer the billing address.The payment token received from Google must be passed in the token parameter in string format. It must be transferred in the same form in which you received it from Google. The rest of the options are described below.
Standard integration refers to hosting checkout page with Google Pay on merchant's website. To make a payment, you need to receive a payment token from Google Pay and transfer it to the payboxmoney payment gateway. Before you begin the integration, make sure that:
The ERR_UNKNOWN_URL_SCHEME error in WebView of Android app usually occurs when WebView encounters a URL, the scheme (for example, samsungpay://) of which is not supported by default. Here are some steps that can help to solve this problem:
Make sure that WebView is configured correctly to work with the required URLs.
These steps should help you resolve the ERR_UNKNOWN_URL_SCHEME error when using Samsung Pay in the Android app's WebView. If the problem persists, additional diagnostics and adjustments to WebView or the application itself may be required. Or you can use our SDK, which already includes these fixes.
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.