#vijju
1 messages · Page 1 of 1 (latest)
Hi
Here are the available fields for querying PaymentIntents search API:
https://stripe.com/docs/search#query-fields-for-payment-intents
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?
Hi! I'm taking over my colleague. Please, give me a moment to catch up.
Why is Subscription Schedules not working for your case?
yes those are working but when started this conversation https://discord.com/channels/841573134531821608/1099989396444430397
@nocturne coral told one other way
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
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