#zerodeths - trial invoice
1 messages · Page 1 of 1 (latest)
Can you explain what you're trying to do with an example? I'm not sure i understand what you mean
Hey, you can always transfer your money to your Stripe Balance to be able to pay for the additional services
If I am right he means he wants to start paying for the additional services such as Radar immediately without 30 day trial
Or a subscription of his
I think this is about sending an invoice to a customer, but let's let @broken jacinth clarify
Yeah
okay i have a customer on a 30 day trail
and i want to send him a invoice of the plan
should i end the trail
But if the customer is on 30 day trial, then he shouldn't pay
but he wants to pay right now
Well you can cancel his current subscription then
And turn off the 30 day trial from the subscription settings if you want
No problem
it works
okay
Of course
do we have a way we can send him an invoice of payment
@broken jacinth what do you mean by "pay now" -- do you want to end the trial?
yes
ok, then you can update the subscription and set trial_end=now to end the subscription a invoice for a new paid billing period:
https://stripe.com/docs/api/subscriptions/update#update_subscription-trial_end
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Wait just as a side question from me
You can do this from the Stripe dashboard too right
Sure, but that does not scale well, and we're focused on helping developers with code here
Yeah just wanted to make sure haha