ClientId
and an API key – if you don’t have these, contact Sales to get access to the Mangopay DashboardClientId
by Mangopay (contact our teams via the Dashboard)gateway
- The payment gateway used: in this case, whenthen
.gatewayMerchantId
- Your platform’s ClientId
provided by Mangopay.allowedAuthMethods
- The supported authentication methods: PAN_ONLY
, meaning the card is registered in the user’s Google account and requires additional 3DS authentication; CRYPTOGRAM_3DS
, meaning the card is enrolled in the customer’s Google Wallet and authentication is handled by Google, with no 3DS redirection and no liability for the platform.allowedCardNetworks
- The card networks supported by Mangopay on Google Pay: only VISA
and MASTERCARD
.PaymentData
parameter in your request to the Create a Google Pay PayIn endpoint.
To be notified of the outcome, you can use the same webhook event types as for other pay-ins. The same pay-in functional errors are also possible.