#atharv.bagade

1 messages · Page 1 of 1 (latest)

scenic wagonBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

hushed zenith
#

Hi, let me help you with this.

#

You can collect the Payment Method with a SetupIntent and charge it later.

sand fern
#

Would this save the card against a user?

#

We want to make it optional for the user to save the card for future transactions.

hushed zenith
#

It's attached to a Customer object.

sand fern
#

So we would have to manually remove it after the payment intent is completed?

hushed zenith
#

Why would you want to remove it?

sand fern
#

We want to make it optional for the user to save the card for future use.

#

We just need a payment method to unblock him

hushed zenith
hushed zenith
sand fern
#

Its a pick and go experince where he just comes, taps his card for us to have a payment method, picks up what he needs and then we charge him after some time based on whatever he has picked.

#

So all we need to do is hold the payment method till the transaction is completed.

hushed zenith
#

As I mentioned earlier, you have 2 options:

  • Save PM for future usage (they save the card and then you charge them for the arbitrary amount without their presence/off-session)
  • Place a hold on the PM, but it requires an upper limit amount.
sand fern
#

Got it. Thank you. Have a great day.

hushed zenith
#

You too.

#

Happy to help.