#VStudio
1 messages ยท Page 1 of 1 (latest)
Hi ๐ what are you seeing in the last_payment_error section of the Payment Intent after you try confirming it?
Let me check
"last_payment_error": null,
As i said i can see the intent created
just passing it to apple pay says failed
Stripe.instance.confirmApplePayPayment(client_secret)
Oh, so when you call confirmApplePayPayment, that function is returning an error? What is the error that you're seeing?
What are you using for your front-end implementation of this process, our Payment Element?
Where did you find reference to confirmApplePayPayment? I didn't recognize it initially, and taking a second look through our documentation I'm not seeing that listed as one of our available functions.
Oh, gotcha
The card payments also work fine but having issue with apple pay
That isn't one of our libraries (it's built and maintained by a third-party), so my teammates and I are not familiar with how to integrate that library.
You may want to reach out to the group that built and maintains that integration for assistance in setting it up:
https://github.com/flutter-stripe/flutter_stripe
Ok
Can i ask u one more thing
So there is 1 more issue.
The payments we do with debit card work fine but earlier i used a credit card to do payment and it failed
The card issuer returned a decline code of generic_decline and did not provide any additional details.
The customer may need to contact their card issuer for more information.
That's correct. The issuer is the party that decides whether or not to approve a transaction. If they did not provide details by providing a specific decline code, then your customer will want to reach out to their issuer/bank to get insight on why the transaction was declined.
He did and the bank say no transantion came
its only for hid credit card...his debit card is wokring fine
Is there any difference with credit and debit card on stripe handling ?
Can you share the ID of the Payment Intent?
๐ just catching up and taking over for my teammate
I'm not able to share more details about this declined charge. I recommend contacting our support team at https://support.stripe.com/?contact=true
You mean u dont know ?
I can pull up some basic information about the PaymentIntent you shared but any decline investigations/conversations need to go through our support team. This channel is not intended to be used for this purpose