#katiez - payment info
1 messages · Page 1 of 1 (latest)
Is this a subscription/recurring payment?
You can take a look at this guide: https://stripe.com/docs/billing/subscriptions/build-subscriptions
is this how?
\this isn't it
Can you elaborate more on what you're trying to do then?
I need to be able to bill the customer when we want to approximately a few weeks later. That way they aren't paying for a service that doesn't begin right away
Ok. Is it still a subscription service though?
maybe....what does that mean exactly
So is the payment that you are going to bill them a few weeks later a one-time payment? Or will it be re-curring (like monthly, yearly, etc.)?
it will be reoccuring monthly until the customer cancels that subscription
Ah ok I gotcha. So there's a couple ways you can do this. You could use a trial period to wait to bill the customer: https://stripe.com/docs/api/subscriptions/create#create_subscription-trial_end. Or you could use a subscription schedule: https://stripe.com/docs/api/subscription_schedules/create#create_subscription_schedule-start_date
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I'm sorry....I am a new user...like started to create docs in pandadoc yesterday. We are not up and running yet so I have no idea what alll that means. Please explain in laymens terms
oh i just saw your other responses with the links. Let me read those and see if that answers my questers
questions