
Google Pay
Process flows
- Your customers finalse an order in your shop / in your app and select Google Pay™
- Your server sends a specific Google API call to display a list of supported payment methods in the browser / app
- Your customers select a payment method
- Your server requests a payment token from Google
- You send this CreatePayment request to our platform, containing the payment token in property mobilePaymentMethodSpecificInput.encryptedPaymentData
5'(Optional for payments going through your own checkout page). If your customers use a Non-network tokenised card, you redirect the customers to their issuing bank for 3-D Secure authentication. If the identification was successful, the flow continues at step 6. If the identification was unsuccessful, we redirect your customers to your returnUrl, ending the flow - Google Pay™ processes the actual financial transaction. We receive the transaction result
- We redirect your customer to your app / returnUrl
- You request the transaction result from our platform via GetPayment or receive the result via webhooks
- If the transaction was successful, you can deliver the goods / services