#jcu1012-SetupIntent
1 messages · Page 1 of 1 (latest)
we did the setupIntent creation that gets us the client secret, we use it in React to do stripe.confirmSetup (tried stripe.confirmCardSetup)
but this customer cus_LMi4VS6cwBqb2f doesn't have a credit card appearing in the dashboard
can you paste me the SetupIntent's id? (seti_xxx)
Here it is seti_1KfyeJKYrilShNivIGB017WX
will take a look in a few mins!
Hi @exotic swan I'll take over this thread. Can you send me the request ID where this error happened?
req_e4lFYtzZwyu9aQ
Got it, you are using the old Charge API which will use the attached source instead of payment_method for the transaction. Since you are using SetupIntent API to setup the PaymentMethod, You should use the PaymentIntent API instead.
sure, but wouldn't the CC appear in Stripe dashboard after setupIntent is complete?
based on these events, it seems it should have done it.
If I add CC in Stripe dashboard to the customer, the charge API works correctly
I can see the Credit card appears in Dashboard https://dashboard.stripe.com/test/customers/cus_LMi4VS6cwBqb2f