#tymm
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.
- tymm, 1 day ago, 5 messages
I believe the response already expalained why
"You cannot set `payment_behavior` to `pending_if_incomplete` when the collection method is `send_invoice`."
yes but i need a solution
i needed to set "send_invoice" during subscription creation
Then you can't set pending_if_incomplete if you want to use send_invoice
and during a subscription update i needed to set "pending_if_incomplete" because customers are able to not proceed with the payment due to 3ds so i dont want it to mess up the existing subscription
As the API doc states clearly: (https://stripe.com/docs/api/subscriptions/create#create_subscription-payment_behavior) payment_behavior only applies to subscriptions with collection_method=charge_automatically.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
So you can't specify any payment_behavior with collection_method=send_invoice
while i was testing around this customer got deleted by stripe. i didnt delete it tho, whats happening? cus_Oq55GipmvsKLz5
i check the logs and i dont see any delete calls for this customer
Did you delete the test clock?
not that i know of
i mean if i did it will be logged here right?