#sandy.nozaki

1 messages ยท Page 1 of 1 (latest)

whole dewBOT
clear garnet
#

๐Ÿ‘‹ Yes it will go thru the same process. We also don't save CVC on our own

gleaming pollen
#

would there be a new card_id?

#

or would it just update to that same card_id?

clear garnet
#

You can reuse the same payment method id

gleaming pollen
#

but wouldnt it be a new request like it would think its a new card therefore would create a new card_id?

clear garnet
gleaming pollen
#

so youre saying we can use the card_id with just an updated cvc?

clear garnet
#

Yes

#

Not really a card_id, I meant a payment method id pm_xxx

gleaming pollen
#

actually maybe i should explain how we do our charges...

#

so our buyers add their cards including cvc and we send that to stripejs which im assuming it goes to issuer to confirm the info and once verified, stripe sends us a credit card token. Card_id is inside the token. At the time of charge, we send the card_id to stripe which i think stripe matches the card_id to the card and sends it to the issuer to process.

#

but what we want to do is require the cvc when shipping address changes, so we plan to code it so itll require it if theres any changes in the shipping address. but when the buyers actually enter the cvc field with the saved credit card...will we still be sending the same card_id with the newly added(required) cvc to stripe?

clear garnet
#

Okie let me ask some clarify question. When you send the card_id to stripe, what API do you use to process the payment?

gleaming pollen
#

currently destination but will be migrating to SCT

clear garnet
gleaming pollen
#

um currently not on paymentintent

#

we will be migrating to paymentintent

clear garnet
gleaming pollen
#

ah icic but how about now? with destination and not using paymentintent

clear garnet
#

You are calling Charge API? I am afraid it wouldn't be possible ๐Ÿค”

gleaming pollen
#

ah so its only possible with paymentintent

#

also means recollecting cvc is not possible w charge api

clear garnet
#

Yeah i am afraid so

gleaming pollen
#

okok awesome thats the info i needed! yay

gleaming pollen
#

thank you!