#aman_1101

1 messages · Page 1 of 1 (latest)

sudden stormBOT
wanton light
#

Hi there, you shouldn't pass the raw PAN data to /v1/tokens API, you should use paymentSheet to collect and process payment instead

slate bridge
#

i am not using stripe api , i am utlizing createToken fucntion for my task

wanton light
#

createToken will call Stripe's /v1/tokens API

slate bridge
#

so suggest what should i do to save my users card details in stripe so that i can use them further for retrival

wanton light
#

Please note that flutter_stripe isn't an official library from Stripe, so there's no dedicated integraiton for flutter

#

but you can refer to ther react-native version.

slate bridge
#

but i am working on flutter application and project have requirement to use flutter i tried to generate token to my server side but due to stripe ltest updates they are not allowing to pass raw card details from server side tell me what should i do