#x001w - Migrated Subscription

1 messages · Page 1 of 1 (latest)

glacial atlas
#

HI 👋

#

Can you describe your situation in a little more detail?

median perch
#

it's my code

#

but it will change for customers

#

everything right?

#

when the migrated subscriptions created, it will charge for my old customers immediately

#

pls help

#

hello

glacial atlas
#

Hi, sorry it's busy right now.

#

Okay so have you tested this in test mode?

median perch
#

I'm in a hurry now, and my old customers are receiving subscription renewal notices one after another. What do I need to do now? please help me

glacial atlas
median perch
#

how about BillingCycleAnchor?

#

the time should be BillingCycleAnchor I set.

#

hello

#

pls help

glacial atlas
#

Do you have a request ID for one of the changes?

median perch
#

yes

#

I have done these steps

glacial atlas
#

I am asking for the request ID for one of the requests you made using the code above. They start with req_

median perch
#

now I have done the second step, and make sub in my new account, but But a new problem arose. The subscription fee was not charged from the previous cycle, but charged to the customer immediately.

glacial atlas
#

Can you share the request ID for the API request you made?

median perch
#

what is request ID?

glacial atlas
#

If you read the doc I linked above, it will tell you. They are in your Stripe dashboard in the Developer logs where we show every API request made by your account.

median perch
#

I did the data migration on Monday. i need to check the diary

glacial atlas
median perch
#

req_HA7s0SnDYUH5oW

glacial atlas
#

Okay so you see in the right hand side there's an ID field? Can you copy/paste one of those IDs in this chat window?

median perch
#

I've migrated hundreds of pieces of data, all of which are immediately sending subscription orders to customers. Instead of charging the user from the period I set.

#

req_HA7s0SnDYUH5oW

#

"id": "sub_1L7d61D5BdSHt7NMDcwAoaHW"

#

req_KwpY3vdMGhQiCH

#

is it Ok?

glacial atlas
#

This should still generate a prorated subscription from the date of creation to the billing_cycle_anchor timestamp you specified.

median perch
#

yes, I have set BillingCycleAnchor

glacial atlas
#

Right, but that will still create an invoice for an abbreviated period as we discuss in the docs

median perch
#

yes, I guess this subscription charge starts from the time(IBillingCycleAnchor) I set, no? Don't do it this way?

#

hello

#

pls

glacial atlas
#

No, that is not what the docs say

median perch
#

pls how I can do ?

glacial atlas
#
  1. Mark the initial invoice created as paid_out_of_band like I linked earlier
#

or

#
  1. Don't create the Subscription in Stripe until you need it.
median perch
#

and Now how do I cancel which subscriptions are billing my customers?

glacial atlas
#

But you should take time, read thoroughly, and perform tests if you want to make sure you don't negatively impact your customers

median perch
#

how can I get the "in_xxx"

glacial atlas
#

Those should be in the Subscription objects in your logs.

#

Each subscription has a latest_invoice property that contains the ID

median perch
#

if I do that, This will refund the paid money to the customer?

#

I would like to be able to refund the customer.

#

hello

#

pls

summer oriole
#

Hi there 👋 taking over

median perch
#

hi

summer oriole
#

if I do that, This will refund the paid money to the customer?
Not sure what "that" is. Can you explain? None of Snufkin's recommendations in the last few messages seem to indicate a refund should happen