#RicardoNeto

1 messages · Page 1 of 1 (latest)

muted ploverBOT
vivid fulcrum
#

You're using a lot of terminology here that is ambiguous. I don't know what "cashier" is in this context. I don't know what "requests the creation of a prorate" means. Please be more specific and include a step-by-step walkthrough of the process along with your question

inner orchid
#

Sorry.

We are using Laravel Cashier for integration with Stripe.

The procedure we are executing is to delete a subscription. We send the customer's id to a local route and then remove it using the Laravel Cashier function.
$customer->subscription()->cancelNow();

What happens is that some customers, when carrying out this action, are creating prorata;

An example of a customer with this issue cus_MwFw1xYqCH1USt

vivid fulcrum
#

I still don't understand the issue. What are you hoping to do? What are you doing now? Please include all the API calls such that we can reproduce on our end