#ankit638-onPaymentSheetResult
1 messages ยท Page 1 of 1 (latest)
Hi, I saw the ticket and it is handling in our system
Shall I help you by some debug steps?
- Has you PaymentSheet displayed after calling presentWithPaymentIntent?
- Did you see a PaymentIntent Confirmation in your Stripe Dashboard, after presentWithPaymentIntent is called?
1). yes
2). did not check. let me check.
Earlier it was working but form last few days it stop working.
2). Yes I am getting PaymentIntent Confirmation after presentWithPaymentIntent is called
I see. Did the API succeed?
Yes.
And it was working earlier? hmm
Just sanity check on myself: would it make any different if you register the PaymentSheet by the Activity itself, instead of the fragment as you are doing?
From our Doc: https://stripe.com/docs/payments/accept-a-payment#android-collect-payment-details
paymentSheet = new PaymentSheet(this, this::onPaymentSheetResult);
I have tried with activity too. but still not getting the callback
Is there any chance you can attach a full project code?
I understand that sometimes it's not easy
Okie. This looks like a specific questions on Android and I am not so familiar with it. Some of my colleague would be able to help. Could you please attach these 2 files on the Support email and I will flag it internally
Can you provide an example request Id? (either PaymentIntent creation or PaymentIntent confirmation)
(replying to that ticket)
That's the PaymentMethod Id
Is this your PaymentIntent? pi_3K7Yp6LakPGCb3GH2p7pmZz5
Yes
Please include it in the email chain and wait for reply ๐
can you reply thru mail then i will include it in mail.
You can just reply again the previous email!
Please provide the solution as soon as possible.