#peter-reactnative-payment
1 messages · Page 1 of 1 (latest)
@native hound hello! Sorry that's quite vague unfortunately.
Thank you for your answer.
I can see the logs in Stripe back office website but the webhook is not being called.
Do you have a concrete Event id that isn't being called?
I need to search in events list, right?=
I don't know, sorry you're being extremely vague just saying something doesn't work with no information yet.
Maybe share a PaymentIntent id pi_123?
pm_1OHUsAHOvrdmBaYOfBx4KcIc
that's a PaymentMethod id, not a PaymentIntent id pi_123. Sorry those are foundations of our API
You also seem to use Checkout?
I'm sorry, can you explain your detailed question and integration so that I understand what's going on?
I am using https://github.com/stripe/stripe-react-native to use apple pay with stripe.
I am using a test key. I do the payment and receive pm_1OHUsAHOvrdmBaYOfBx4KcIc
Then I am waiting to webhook to be called. But nothing.
Sorry this is still barely any information at all
What exact end to end documentation page are you following?
Im using the github Stripe React Native documentation o how to implement the Apple Pay, the Apple pay is already working, we are testing with the published test key from Stripe. The problem is, when the payment on ios is successful I receive an id "pm_...." and in Stripe I do not see the transaction
I'm really sorry but you are not giving me any actionable information. You say the same thing multiple times with no mapping to our real API behaviour.
That's why I am asking you to share the docs you are using. Maybe you are using no docs at all and just rushed into it and didn't understand the overall integration at all?
Creating a PaymentMethod does basically nothing. There's no "webhook" because there's no Event because that's only one small step in an entire end to end integration.
~Im using this docs https://stripe.com/docs/apple-pay?platform=react-native
Cool so did you do https://stripe.com/docs/apple-pay?platform=react-native#handle-payment?
Yes we did, but maybe the error is there, we re gonna look, thanks