#_cho

1 messages · Page 1 of 1 (latest)

storm edgeBOT
sweet pilot
#

Good question, that can depend on a couple of factors. Can you tell a bit more about what you want these payments to look like? Is the user inputting their PM data for a specific payment that will happen in the future, or is it moreso saving you card info for a payment you don't yet know the details of?

narrow rover
#

Yeah, I can be a little more specific. We wish to:

  1. collect their card information and verify that it is a legitimate card through stripe. They are aware of the amount they will be charged here.
  2. After review of some questions they answered during the order process, we will approve or deny the request. If approved, we want to charge their card then and there.

I don't know if this will overcomplicate my current question, but we are doing both one-time purchases and subscriptions this way where it is approved and charged at a delay.

sweet pilot
#

But if it will take longer or you don't even want to hold the funds initially, a SetupIntent would be the way to go

#

And PaymentMethods being saved either way will be fine to use for both one off and recurring payments later

narrow rover
#

Okay, that sounds great! I'll use the SetupIntent API to continue my development. Thank you!