#VStudio

1 messages ยท Page 1 of 1 (latest)

burnt sunBOT
young zephyr
#

Hi ๐Ÿ‘‹ what are you seeing in the last_payment_error section of the Payment Intent after you try confirming it?

naive prawn
#

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)

young zephyr
#

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?

naive prawn
#

No error just payment not completed

#

I am using flutter stripe package

young zephyr
#

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.

young zephyr
naive prawn
#

The card payments also work fine but having issue with apple pay

young zephyr
#

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

GitHub

Flutter SDK for Stripe. Contribute to flutter-stripe/flutter_stripe development by creating an account on GitHub.

naive prawn
#

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.

young zephyr
#

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.

naive prawn
#

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 ?

young zephyr
#

Can you share the ID of the Payment Intent?

naive prawn
#

pi_3MVYs7JpyFzgWTFo1MCOImaT

#

402 error

stone solar
#

๐Ÿ‘‹ just catching up and taking over for my teammate

naive prawn
#

You mean u dont know ?

stone solar
#

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