#nojan-subscription
1 messages · Page 1 of 1 (latest)
@regal stump this is something we've always supported so it's fairly easy but it requires writing code to integrate our products/APIs really
Are you a developer?
No but I have dev's that are building my site
is there a code you can provide me to give them?
https://stripe.com/docs/billing/integration-builder that's the easiest path to accept recurring payments
ok ill look into it
and this will basically automate adding customers that register to my site, to get charged and billed each month?
yes but they need to write the code for it in your own app
got it
1 other question
is it possible to delay a payment from being taken out of someones account, until admin marks that project as complete then the person is charged?
similar to how taskrabbit works
that's something that can be built in your code yes
the schedule a task, put their card info, but are not charged until the task is compeled
you'd basically collect card details first but not charge until approval. Or you charge them upfront but you hold the funds until the service is delivered
that means integrating Stripe Connect: https://stripe.com/docs/connect so this is a much more complex work
is there a page you can share with more info?