#mina_mmp
1 messages · Page 1 of 1 (latest)
How are you integrating today? Do you have an example payment I can look at?
I use the react native stripe SDK. As a test, I disconnected the network intentionally after clicking the payment, then the payment was terminated, and then I restored the network, but the payment could not be successful, as if it returned payment_intent_unexpected
What's the pi_xxx ?
This is a bit hard to find, or you tell me
- After the network is disconnected, what will stripe return to me.
- If you pay again after disconnecting from the network, what will be returned?
How is it hard to find?
- Depends what actions you take without a connection. I assume
confirmPayment, in which case you'd just receive a generic network error – not a response from Stripe. - I'd imagine we'd re-attempt confirmation. The
payment_intent_unexpectederror sounds like a different issue.