#jcu1012-SetupIntent

1 messages · Page 1 of 1 (latest)

vague heron
exotic swan
#

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

vague heron
#

can you paste me the SetupIntent's id? (seti_xxx)

exotic swan
#

Here it is seti_1KfyeJKYrilShNivIGB017WX

vague heron
#

will take a look in a few mins!

urban portal
#

Hi @exotic swan I'll take over this thread. Can you send me the request ID where this error happened?

exotic swan
#

req_e4lFYtzZwyu9aQ

urban portal
#

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.

exotic swan
#

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

urban portal