#emile-flutter-applepay

1 messages · Page 1 of 1 (latest)

gloomy rockBOT
smoky wing
#

emile-flutter-applepay

#

Hey @radiant pewter. We don't maintain the Flutter library here so we're not really familiar with it, it's a third-party. Have you read their docs? They should tell you exactly how this works

radiant pewter
#

yep, i had a similar issue with Google, and i was able to configure the google side with the stripe merchant id/key and get the appropriate response.
I guess i'm wondering if i can expect the same type of response from apple.
I.e. when your stripe SDK asks apple wallet for the token, what does your Stripe sdk get from apple?

smoky wing
#

Apple Pay and Google Pay work the same way on our end

#

they both give you a Token tok_123 or a PaymentMethod pm_123

radiant pewter
#

ok, good to know thanks.
Currently apple is returning

ApplePayToken(version: EC_v1, data: blahblah, header: ApplePayTokenHeader(ephemeralPublicKey: blahblah/blahblah==, publicKeyHash: blahblah, transactionId: ebablahblah6d2469f0169f1c8b74c1blahblah32))