#gimmedaps

1 messages · Page 1 of 1 (latest)

supple pulsarBOT
shell ravine
#

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

restive remnant
#

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

shell ravine
#

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?

restive remnant
#

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

shell ravine
#

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?

restive remnant
#

if i give you my user name would you be able to access our log?

shell ravine
#

You can share a recent PaymentIntent ID if you have it handy

restive remnant
#

ch_3MHFj9BdPY8Czthy0g5DbowE

#

this is our ideal workflow that has been working for weeks

however from today on it started to fail on adding source

shell ravine
#

Ah, thanks for the ID!

restive remnant
#

i just figured the /token url isnt getting called

shell ravine
#

@bitter vine sorry for the mixup!

bitter vine
#

No worries! I appreciate the answer up top. That is what I was wanting to know!