#joseviz - apple pay
1 messages · Page 1 of 1 (latest)
hey there I am not familiar with this integration pattern. What exactly would be getting sent to said gateway?
Our approach to apple pay requires you to collect payment details in the context of your application/account, and not sure if what you're describing is supported.
You may be apple to act as that gateway yourself on your own server and handle the Apple pk_token to create a Stripe token similar to what you see here: https://github.com/stripe/stripe-ios/blob/a05b307c8a9ef6ee6c53726da2392073b5292f19/Stripe/STPAPIClient%2BApplePay.swift#L156-L189
But this is a fairly advanced integration, and you might prefer to use our SDKs to build something instead.
Thanks for the quick answer, I think this is what I was looking for
what you mean by this "you might prefer to use our SDKs to build something instead" ?
you mean iOS Stripe SDK?
Yea, or using the payment request button in Stripe.js -- but if you're using the ABC then this is not supported directly as a "gateway" like you describe.