#vijju

1 messages · Page 1 of 1 (latest)

torn pagodaBOT
graceful skiff
torn pagodaBOT
floral crescent
#

no no im asking about creating payments
not querying
my use case is to create/deduct amount at certain dates with certain amounts
Currently im using schedule subscription options
is there any other way to achive this?

uneven marsh
#

Hi! I'm taking over my colleague. Please, give me a moment to catch up.

#

Why is Subscription Schedules not working for your case?

floral crescent
#

said like this below
i m not able to understand how this way works for me.
Then I recommend using a SetupIntent + PaymentElement, or a Checkout Session in setup mode to collect the payment details.
https://stripe.com/docs/payments/save-and-reuse?platform=checkout
https://stripe.com/docs/payments/save-and-reuse?platform=web

Use a supported platform to save card details and charge your customers later.

Use a supported platform to save card details and charge your customers later.

uneven marsh
#

Reading the previous thread I see there are 2 different aspects:

  • Subscription Schedules are used to create payments at different times.
  • SetupIntents are a way to collect payment details; the old way was tokens, but it's not a recommended integration anymore.

You need both to achieve what you are describing

floral crescent
#

but i'm not using this set up intent
directly i'm creating customer
and creating schedules for that customer

#

it is working for me

uneven marsh
#

That's also fine. So what's not working?

#

Are you with me?