#basilmajeed
1 messages ยท Page 1 of 1 (latest)
Hi
Let's try understand the issue that the customer is facing first. Could you please share some Stripe Object id of the customer's Issuer? request Id/ PaymentIntent Id ...
sure, you may see this payment intent: pi_3NQoJPDuowMsFSZJ14HZqDJO
This PaymentIntent is canceled after deleting the related Subscriprion sub_1NQoJPDuowMsFSZJvPPfrYsm via this request req_4HXsLqu6HQsg5M
yes I can see that ... it may just be our code that deletes the subscription if a customer abandons the checkout session.
Their complaint was a bit vague and I am trying to recreate the issue on my dev environment but the problem is that the PaymentElement does not render the Link option on my local environment
yes, it was you Php code which triggered that delete request
I have a strong suspicion that they only fill out the Link fields and not the actual card fields which is why our custom checkout dialog does not let them proceed. I'll share a screen shot of our custom checkout dialog
Yes, can you share a screenshot for the issue ?
and what is the issue they are facing with that screen ?
This was their message:
"I complete all the payment details and when i press continue it take me back the field call name of card holder"
so basically, I am trying to see if the Link fields are causing the issue with our code but I am unable to have it show up using my Stripe test account (in my dev environment)
Can you share an example pi_xxx ID from one of your tests?
sure, pi_3NSGrMKHqIuz5QBf0TqKq2bY
Having a look
^here also, I did not go through with the payment and instead just closed the dialog without entering any details
and in this case, the PaymentElement did not render the option to pay via Link
You don't have Link enabled here (https://dashboard.stripe.com/settings/billing/invoice), so it won't show for Subscription payments
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Those are the settings that control which PMs are offered for Subscription payments, not here (https://dashboard.stripe.com/test/settings/payment_methods)
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Don't! It's pretty confusing tbh