#Cyril Dave
1 messages · Page 1 of 1 (latest)
do you have an example where this did not charge the customer? like the subscription sub_xxx ID?
I only get the logs, is this the one that you needed?
here it is : sub_1Nkv4SE1EGWouBAtDrbufLM1
there's no data in the POST request, so you didn't actually change anything
you say you are sending
{ "billing_cycle_anchor": "now", "proration_behavior": "always_invoice" }
but as you see from that request log, you are not , so your code or whatever you used to send the request did not work
I used a post request
yes, but the HTTP POST body is empty.
ok, thanks
I have manage to make the call and the payment works but it only paid $86.97, it should be $199.00
if you look at the Invoice it will include line items that break down why the amount is what it is, for example proration("unsused time on X/Remaining time on X")
but when I used the stripe dashboard it billed me $199.00, please see attached file for my setup in stripe dashboard.
how should I do it in api call?
maybe you want to use proration_behavior:"none" instead, in the API call, if your goal is to not have "prorate changes" used?
ok I will try, thanks
It's working now, thank you very much for the support.
I have another concern, can I not auto pay it and create a stripe link so that the user can pay it manually?
The client might want to manually pay for the advance renewal of his subscription.
not in an easy way, no