How to payment with saved card from BackEnd ? #875
Unanswered
aamaulana10
asked this question in
Q&A
Replies: 1 comment
-
Hey, @aamaulana10 have you solved this issue? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
we want User can payment with saved list card from BackEnd. you can see this image
current image
We success handle payment with new card and save it to use again in the future. But, when we want payment using saved card, we always still got error like Card details not complete.
this is what we do currently.
var paymentIntent = await getPaymentIntent(
selectedPaymentMethod.id, availabilityResponse.timeslotId.toString());
we always got error Card detail is not complete when using confirmSetupIntent on iOS, but work perfectly on Android.
Any idea ?
Beta Was this translation helpful? Give feedback.
All reactions