#vijju
1 messages · Page 1 of 1 (latest)
Hi there!
hi
What do you mean by "token"? Are you using this? https://stripe.com/docs/api/tokens/create_card
https://api.stripe.com/v1/tokens this one
This is a very old integration that we don't recommend using. If you want to create subscription you should use this or this:
https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=checkout
https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements
in my case im scheduling subscriptions
And to answer your specific question: it's completely up to the bank to accept/decline a payment. And the CVC is not mandatory.
oh
is it?
in my case im scheduling subscriptions
Can you clarify what that means? Because you should really not use Tokens.
my use case is to trigger payments at particular dates
so i'm using schedule subscription https://stripe.com/docs/api/subscription_schedules
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Are you creating the subscription in the future?
yes