#aman_1101
1 messages · Page 1 of 1 (latest)
Hi there, you shouldn't pass the raw PAN data to /v1/tokens API, you should use paymentSheet to collect and process payment instead
i am not using stripe api , i am utlizing createToken fucntion for my task
createToken will call Stripe's /v1/tokens API
so suggest what should i do to save my users card details in stripe so that i can use them further for retrival
You should follow this integration guide https://stripe.com/docs/payments/accept-a-payment?platform=react-native
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.
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