#alexelba
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.
https://stripe.com/docs/api/invoices/upcoming#upcoming_invoice this is how you retrieve upcoming invoice.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
It won't deduct your account balance
it looks like it does. ->
req_u9oqhcn9QdDxoN
{
"subscription": "sub_1ODxRSHxrjf17jEDnIdWh2OR",
"subscription_proration_behavior": "none",
"subscription_items": {
"0": {
"quantity": "50",
"id": "si_P21UNCVxKv7TFW",
"price": "price_1ODxJSHxrjf17jEDYrGCwDi2"
}
},
"customer": "cus_P21UtvFazIrjjt"
}
What makes you think it does?