#benk6763
1 messages · Page 1 of 1 (latest)
Hi there!
This should be covered here: https://developers.google.com/pay/api/web/guides/tutorial
actually we are a platform who are integrating directly with GooglePay (we are to decrypt the encrypted payload) and thus not using Stripe as a Google Pay "Gateway". We are essentially becoming a Gooel Pay Gateway ourselves
So you decrypt the Google Pay tokens on your end, and then want to pass the decrypted contents directly to Stripe?
yes as I mentioned we have the decrypted PAN (additionally the ECI and cryptogram) which we then need to pass onto Stripe through a server API
Yes that's possible to do with the PaymentIntent API. However you need to contact Stripe support to get the instructions on how to do this.
just to clarify we will not use the Stripe Checkout or Element since we have our own hosted payment page. I mention this as usually this sort of conversation is being navigated towards those Stripe solutions which we are not using.
is there a specific Stripe Support person we need to speak with since I have already contacted Stripe Support and I was being sent a generic API link
I understand, it's possible to supply the DPAN and cryptogram directly to the PaymentIntent API, so without using Checkout or Element.
unfortunately I find Stripe Support not very "tech friendly" and usually we go through at least 3-4 hops until we get out the relevant technical information we are seeking
Let me double check something
thanks
👋 taking over for my colleague. Let me know if there's any follow-up Qs I can answer!
thanks tarzan. I understand there is a Stripe API to send the DPAN but wondering if this same API also support sending the 3-D Secure cryptogram bits (ECI, cryptogram)?
taking a look, sorry I didn't see that your question wasn't answered my bad
that's ok
I know that for the ApplePay token it's the PaymentMethodCreateParams.Token which is being utilised when the PaymentIntent object is built. But for the Google Pay integration it's the decrypted payload message (pan, expiry date year/month, ECI, cryptogram) which I'm not sure about since the PaymentMethodCreateParams.CardDetails builder doesn't expose any of the 3D-Secure related cryptogram detail fields
and this is the only tech link I found: https://support.stripe.com/questions/how-do-card-numbers-work-with-apple-pay-and-google-pay-and-what-is-dynamic-last4
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
I think it's best if you contact us via https://support.stripe.com/contact/email?topic=api_integration
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
we can take it from there if you want