#phant
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
Did you specify a Customer and they have a balance already?
yes i specified a customer
i dont know how the balance got credited
i dont need balance
Does the Customer have balance beforehand? You can check the Dashboard
cs_test_b19Ey90YvuoNQWl852rorOqSKcMssIE6uuL54JsBIbR9hGc0IDcy2h1GEG
this one?
there?
Will look in a few mins, sorry
https://dashboard.stripe.com/test/logs/req_a1nUQCmGWcjnyi you specified a customer here. This Customer has a balance already.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
If you want to test, you can just create a new Customer and use the newly created one instead
open the Customer on your Dashboard
cus_PYatfGUfImTW9f
Look at "Invoice credit balance"
oh i dont want to accumalate or use the balances
how can i stop that
if we cancel , done no accumulating nothing, i dont these to credited and applied, not something i want, idk why even is it automatically present
No you can't, the balance will automatically apply https://docs.stripe.com/invoicing/customer/balance
This is just Test mode and you are testing right? You can just create a new Customer
and forget this one
It will yes, if the customer has the balance
i dont want that
if that user cancels it should just cancel
i dont want remaining days balance to be added
please help me here
there?
Sorry I have explained above, that's the default behavior and you can't stop a customer to use their available balance
They have their balance and it gets priority to offset to their next Invoice
so if they cancel a monthly subscription in between a month, balance will be credited into their account?
its not about using the balance i dont want to credit balance into their account when they cancel their subscription
They are expected to have a balance aren't they? Because they paid for the full month and cancel it half way. There is a portion they paid but haven't used your service
but we are providing access for that full month
thats what subscription means until the end u will get the access, if u even cancel in between
Okay can you share the Cancel Subscription request?
Did you set prorate to false there?
It will disable proration and probably won't generate balance. Can you test it again?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
i cannot see anywhere where i can set prorate to false
proration_behavior: 'none'
is it this?
i see that its only used when updating, and nothing else
can you please guide me on when its cancelled how to not add the balance
hellooo????
Hmm did you see the link above?
yes i did see
but its not shown where to use it
What do you mean where? It's a parameter you pass in when you cancel a Sub
How are you calling the Cancel Subscription API?
its happening with customer portal
i did not build a cancellation api
im just listening the event when cancelled
When you choose Cancel from Dashboard, did you not choose "Pro-rated..." here?
Any, let's use API, and explicitly specify the prorate = false, to be sure not to create a balance
The Dashboard. But as I mentioned let's use the Cancel Subscription API for sure
then i have to create a dashboard myself
i dont want that
dont i have a option to turn if off even when the subscription plan is created?
come on please its been long since the query has been raised', can you please provide something
I meant to call the Cancel Subscription API directly. Why would you need to create a Dashboard? To Cancel a Subscription, you simply can call the API using your secret key, correct?
so i can just do that right away?
Yeah
have to create a cancel subcription api, cannnot use one from customer portal?
Yes if you are cancel the Subscription yourself. Are you letting your customer to cancel via Customer Portal?
Okay, then you want to setup a Billing Portal Configuration that disable proration, then provide it to your customer
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
i should set create_prorations: "none" in this?
No, subscription_cancel.proration_behavior to none