#Maira Kanwal

1 messages · Page 1 of 1 (latest)

nova hatchBOT
fallen dust
#

Basically you need to save the payment method id

#

Looks like: pm_123. You can use that to charge the customer later

tawdry walrus
#

And can I save the card to that customer using this method? So he can use it later on future transactions?

#

The main issue that arises is that I cant find the token for that customer. How can I figure out what token I should be using for the customer? Is it client_secret token?

fallen dust
#

What guide are you following to implement this?

tawdry walrus
fallen dust
#

Yes but is there a guide you're following to implement this?

tawdry walrus
fallen dust
#

So you need to both process a payment and save the payment method for future usage all at once?

tawdry walrus
#

Yes exactly thats what I want to do

fallen dust
#

That flags the payment method for future usage

#

But the flutter stripe library is 3rd party, so I can't support you with that specifically

#

More general questions about our API and official client libraries I can help with

tawdry walrus
#

Thankyou I will try this