#avenash

1 messages · Page 1 of 1 (latest)

fleet locustBOT
strange pivot
#

Hello! You should not be creating Charges directly. Are you working on an older integration or building something new?

odd dock
#

older integration

#

we will move towards payment intent next year but currently we have old integration inplace

strange pivot
#

Basically what you should be doing is tokenizing card information client-side with Stripe.js, then creating the actual Charge on your server. Stripe will get the customer's information, including their IP, from Stripe.js.

odd dock
#

Ok thank you.

#

do you have any documentation around tokenizing card information?