#FNTCASE OFFICIAL
1 messages · Page 1 of 1 (latest)
Do you have the PaymentIntent ID?
I need the PaymentIntent ID, you can look for it from your Dashboard (https://dashboard.stripe.com/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.
Did you build the Stripe integration by yourself? or you are using a 3rd-party plugin?
acct_1Mp5JVCUjVPk3HhC
I don't need your account ID, I need the PaymentIntent ID.
where to find it ? could you send me a picture of place
I've already sent you the link. If your payments were created in test mode, you should find it in the test mode Dashboard https://dashboard.stripe.com/test/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.
A PaymentIntent ID starts with pi_
So you create your payment in live mode? you can switch to it by toggling off the test mode toggle button
May I know the meaning of paymentiintentI ID?
If you are new to PaymentIntent, I'd suggest you to go through https://stripe.com/docs/payments/payment-intents.
Anyway, if your PaymentIntent was created live mode and you attempt to pay it with a test card (i.e., 4242 based on your first screenshot), the payment won't be accepted.
You should use your test mode API key (https://stripe.com/docs/keys#test-live-modes) if you wish you test your application with test cards.