#47j5kjt
1 messages ยท Page 1 of 1 (latest)
Hello ๐
We do
https://stripe.com/docs/payments/save-and-reuse
if these recurring payments are for a subscription scenario then we have an API for that separately.
https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements
Does the customer have to make an account?
We monthly invoice subscription product (home staging), the billing reocurs each month. We would like to have the information from the customers on the first transaciton, so we can automaticaly process the subsequent months ourselves.
Hi ๐
I'm stepping in as @rustic osprey has to go soon.
I'm not sure what you mean by the customer making an account. Do you mean with Stripe?
We just want to have the ability for the customer to login to our website, pay the first invoice. The card becomes saved in the stripe account.So we can automatically charge it the following months.
Okay so when you say "pay the first invoice" that sounds like you want to review the second doc my colleague provided. You would create the subscription first and use the initial invoice to save the customer's payment method as the default if the payment is successful.
correct.
these amounts will change from the first month to the second month, they are not set amounts.
Okay so prices will change each month? Or is there a discount or fee on the first month?
That is correct. First month has a price, it becomes discounted on the second month.
from the second month until the service ends the price is the same.
Okay so you could do this in another way. Where you create a recurring Price record for the amount to be charged in every other month but include a one-time charge on the first invoice.
That way, you can charge more for the first invoice and then charge the discounted amount for every invoice after that without needing to update any Stripe records