#Sv1751
1 messages · Page 1 of 1 (latest)
hi! what's the 'network tokenization modal' exactly? do you have some screenshots? can you share an example PaymentIntent pi_xxx?
this is Stripe consent modal
ah ok
what does 'we pass mandate data along with off-session parameter in the network tokenization modal' mean? what API call is that exactly?
if you're using Checkout(as in that screenshot) then as far as I know you would not be interacting with or passing any mandate information yourself, it's all handled for you in the hosted page.
we use create paymentintent API call
add a mandate data and pass it along with this request
with no passing mandate we can not process future recurring payments as said in Stripe docs
also for saving card we pass setup for future usage = off-session
hmm, I really don't follow unfortunately, sorry!
do you have a specific question about some code or an API call you made and can you share details of that code or API request?
if it's more of a general question maybe https://support.stripe.com/?contact=true would know more. The team here on Discord knows very little about this India mandate product area.