#KimBDB-subscriptions

1 messages ยท Page 1 of 1 (latest)

crimson solar
#

hi there

trim rune
#

Hey

crimson solar
#

the first payment date is the time you create the subscription, and then it charges at that time and day each month(or day or whichever billing cycle you use).

trim rune
#

Oh god. So I need to create a billing cycle anchor. Wish me luck! Lol

#

Does a subscription automatically take payment every month or does it create a and send an invoice monthly?

crimson solar
#

it depends on the collection_method you use on the subscription

#

charge_automatically automatically charges the customer's saved payment method, send_invoice sends them an invoice to pay on a payment page each month

trim rune
#

Thank you. How do I find out what collection method has been set up. I can't seem to find it on the subscription i created and don't remember choosing a particular method upon creation

crimson solar
#

where would you like to see it, in the API or the dashboard?

trim rune
#

Dashboard I think

crimson solar
#

it's called billing method (right column) when you're on the dashboard page of the subscription

#

in that screenshot it's charge_automatically

trim rune
#

Hmm I can't see that screen. I can go into 'products' and open it up. Nobody has purchased the subscription yet

#

This is my screen

ornate mirage
#

Hi! I'm taking over karllekko.

trim rune
#

Hiya ๐Ÿ™‚

ornate mirage
#

How are you creating the subscriptions? It's completely up to you to use charge_automatically or send_invoice when creating the subscription.

#

And then once a subscription is created you can check its status in the dashboard.

trim rune
#

Yeah I remember choosing the invoice option last time I created one but this time it didn't give the option

#

I went into coupons to create that first and then creadted the product from there

ornate mirage
trim rune
#

Oh so I created a product - not a subscription!

ornate mirage
#

I think there is some confusion here:

  • There are products and price objects
  • And you can use these to create a subscription or one time payments
    They are completely different things
trim rune
#

Aahhhh

#

Can I still have customers apply a coupon code to a subscription?

#

Basically I want my customers to click 'jon now' on my website and be taken to a payment page with stripe where they purchase it and start their subscription

#

I need a customer to be able to create a subscription though.

#

Eurgh - I'm so confused

ornate mirage
#

And yes subscription can work with coupons.

trim rune
#

Ok thank you!

ornate mirage
#

And let me know if something is not clear!

trim rune
#

I will thank you for your help x

#

Oh my gosh, I'm so sorry - I'm lost on step 1!

ornate mirage
#

Happy to help! Where exactly are you lost?
Note that you need to be a developer to use Checkout Session. If you are looking for something simpler (with no code), then you should use Payment Links: https://stripe.com/docs/payments/payment-links

trim rune
#

I am most definitely not a developer. So i have a payment link. I can't find it now but i definitely had one. That is what I linked to my website. so they clicked 'Join Now' and then it took them to the payment page

#

Found the payment link.

ornate mirage
#

Got it! Note that Discord is a support channel for developers, that's why I assumed you where one. Sorry! So you should definitely use Payment Links.

trim rune
#

Ooooooohhhhhhh!

#

I didn't realise

#

I couldn't find any support on the stripe website and this popped up\

#

So do you know if I am able to change the 'billing date' on the product that they buy from a payment link?

ornate mirage
#

Do you mean:

  1. update an existing subscription that was created with payment link
  2. or make sure all subscriptions created with a payment link have a specific billing date?
trim rune
#

option 2 ๐Ÿ™‚

#

The membership doesn't start until 1st june. So i don't want people to buy and pay for the first month now and then be charged again before it starts. Ideally the billing date is then set to 1st of every month (for example)

ornate mirage
#

Got it, unfortunately that doesn't look possible. I don't see any option for this in the dashboard when creating the Payment Link. The only thing you could do is add a free trial for N days.

trim rune
#

Cheers! I wonder if it's worth them 'buying' it by paying for the first month. Then once they are 'customers' I can then put move them onto a subscription where I can then allocate the payment date and schedule etc.

#

Or like you say - the free trial option even though it's not a free trial. It jsut pauses payment.

#

Thanks for all of your help!