#basakabhi - Apple Pay + Flutter
1 messages · Page 1 of 1 (latest)
We don't directly support Flutter on this channel but I can try to offer some insights. Can you share what you are trying to do?
I am trying to use this package(https://pub.dev/packages/pay). Under "onApplePayResult" this function i got response that i sent in txt file. Now question is how can i create payment by this response.
Unfortunately this is not Stripe code specifically so I cannot offer much assistance here.
I am not familiar with the response you posted and would not know how to get started with that.
We have "ephemeralPublicKey", "publicKeyHash", "transactionId" from apple pay and more that you can check in txt file. Can you please say that is any way to create stripe token using these?
I do not know of any clear mechanism to do this. This isn't an approach I am familiar with
Please look into this - https://docs.spreedly.com/guides/apple-pay/#making-a-purchase
As you can see that there as option to create making purchase by apple pay data. Have any option in stripe like this -
This isn't Stripe code. It's not something I can help with unfortunately
Have any option to decrypt apple pay token by stripe. Please check into this - https://github.com/PayU-EMEA/apple-pay/blob/master/examples/decode_token.php
@vague meadow this still isn't Stripe code. I cannot review non-Stripe code for you. Our API docs are pretty thorough: https://stripe.com/docs/api
Please review them yourself to determine how to incorporate other 3rd party code
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Is there any option to decrypt apple pay token by stripe?
I do not think so