#gimmedaps
1 messages · Page 1 of 1 (latest)
Hi there! If a PaymentIntent requires capture, that means no funds have been moved, so there are no funds to release
The customer might see a pending charge on their statement, but no funds have moved. If the PaymentIntent is canceled, it may take a few days for this pending charge to disappear
ah this code was during signup, we collect customer info and card info
and then we process and add card as a source
is it incorrect the way we have it then?
We do capture the payment later on after they have verified their email
Okay, not quite sure I'm following this flow
Customer and card info is collected, and card info is attached to the customer. Is this done using a SetupIntent?
2 min i gotta review code to figure out
the card seems to be added via
ttps://api.stripe.com/v1/tokens
card.id is card_1MYd4qB2awXQLn3186WKXXXX
Okay, got it. No charges are created by attaching a card to a customer, so I'm still confused by your question. Can you clarify?
if i give you my user name would you be able to access our log?
You can share a recent PaymentIntent ID if you have it handy
ch_3MHFj9BdPY8Czthy0g5DbowE
this is our ideal workflow that has been working for weeks
however from today on it started to fail on adding source
Ah, thanks for the ID!
i just figured the /token url isnt getting called
No worries! I appreciate the answer up top. That is what I was wanting to know!