You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
We're getting this error: You must provide paymentIntent that was returned from either createPaymentIntent or retrievePaymentIntent., from the method collectPaymentMethod, even thou the passed paymentIntent is returned from the retrievePaymentIntent method call.
To Reproduce
Steps to reproduce the behavior:
// 1- collection client secret.constclientSecret=awaitapi.post("endpoing",{ amount });// 2- retrievePaymentIntent from stripe const{ paymentIntent, error }=retrievePaymentIntent(clientSecret);// 3- collect payment method const{error: collectPaymentMethodError}=awaitcollectPaymentMethod({
paymentIntent,skipTipping: true,});// ERROR: `You must provide paymentIntent that was returned from either createPaymentIntent or retrievePaymentIntent.`
Expected behavior
for collectPaymentMethod to accept the paymentIntent returned from retrievePaymentIntent
Stripe Terminal React Native SDK version
^0.0.1-beta.20
Device: Iphone 15 Pro Max
OS: IOS
The text was updated successfully, but these errors were encountered:
Describe the bug
We're getting this error:
You must provide paymentIntent that was returned from either createPaymentIntent or retrievePaymentIntent.
, from the method collectPaymentMethod, even thou the passedpaymentIntent
is returned from theretrievePaymentIntent
method call.To Reproduce
Steps to reproduce the behavior:
Expected behavior
for collectPaymentMethod to accept the paymentIntent returned from
retrievePaymentIntent
Stripe Terminal React Native SDK version
^0.0.1-beta.20
Device: Iphone 15 Pro Max
OS: IOS
The text was updated successfully, but these errors were encountered: