#daniel-checkout-customfields

1 messages ยท Page 1 of 1 (latest)

little graniteBOT
summer sphinx
undone bone
#

this is helpoful thank you

summer sphinx
#

NP! ๐Ÿ™‚ Happy to help

undone bone
#

would we have to do all this code everytime

#

for every customer?

summer sphinx
#

You write the code once and then it should work for any number of customers.
Are you a developer? If not, would highly recommend consulting one

undone bone
#

I will be consulting the developer. But first need a general understanding.

#

Long as we dont have to do this everytime should be ok.

summer sphinx
#

๐Ÿ‘

undone bone
#

This will allow a customer to check out the first time, details are saved to stripe system, then we can go in and create a subscription (automated monthly billing)?

#

Am i understanding this correctly?

summer sphinx
#

Correct. also, I might have misunderstood your earlier question.

Are you trying to setup subscriptions on Stripe or are you trying to setup your own billing engine?

If its the former, we do offer creating subscriptions using Checkout or with custom code where the customer provides their payment method information via a webpage
https://stripe.com/docs/billing/subscriptions/build-subscriptions

undone bone
#

We would like to have customer's login to the checkout page (on our website), pay for the first invoice. Once they submit there card details, these details are saved in the stripe system. We would than like to go into the system manuelly and create a reocurring automated billing monthly on a different amount.

#

We are not looking for the customer to create this subscription. It has to be done behind the scences.

summer sphinx
#

Gotcha! ๐Ÿ‘

undone bone
#

is this doable?

#

does the customer need to make an account to make this happen?

little graniteBOT
summer sphinx
undone bone
#

thank you, last question.

#

During the checkout page, is it possible to have a field created that allows the customer to enter there invoice number?

#

There will be no actual prodcuts on the website checkout page. The product is a service home staging monthly. Invoice sent separate with Quickbooks.

glad prairie
#

daniel-checkout-customfields

undone bone
#

my developer said this "Must need user session to take subscription payment"

#

can you please confirm what this means. If the customer does not need an account why do they need a session?