#Sv1751

1 messages · Page 1 of 1 (latest)

ruby ledgeBOT
tall warren
#

hi! what's the 'network tokenization modal' exactly? do you have some screenshots? can you share an example PaymentIntent pi_xxx?

nocturne sable
#

this is Stripe consent modal

tall warren
#

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.

nocturne sable
#

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

tall warren
#

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?