#Wik

1 messages · Page 1 of 1 (latest)

pseudo yewBOT
jolly pebble
halcyon valley
#

I used customer.subscriptions.create and a subscription was created without any invoice/payment. Is that expected?

jolly pebble
#

Could you please share that subscription Id ?

halcyon valley
#

sub_1Lmx5iJA8pMPzFjlQYCHBDUz

#

I used "collection_method": "charge_automatically"

tacit trail
#

It's because you passed billing_cycle_anchor: 1666951227 when creating the sub (https://dashboard.stripe.com/test/logs/req_s7ua5AazfAO58b)
https://stripe.com/docs/api/subscriptions/create#create_subscription-billing_cycle_anchor

This is used to determine the date of the first full invoice, and, for plans with month or year intervals, the day of the month for subsequent invoices. The timestamp is in UTC format.

#

Which is 1 month in the future 2022-10-28

halcyon valley
#

I see

#

Let me try again

tacit trail
#

@halcyon valley all good?