#sleppyyz
1 messages ยท Page 1 of 1 (latest)
Hi! Its req_EYU6JQD7nct9gt
taking a look
I think what's best here is to update the subscription's payment_behavior to allow_incomplete or default_incomplete https://stripe.com/docs/api/subscriptions/update#update_subscription-payment_behavior in this case
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Before the subscription is paused?
Because I tried the same thing while the subscription had the paused status once and received the following error:
{
"error": {
"message": "You cannot set `payment_behavior` while a subscription is `paused`. Resume the subscription first before setting `payment_behavior`.",
"request_log_url": "https://dashboard.stripe.com/logs/req_NnBvou1tNVDxrr?t=1692965841",
"type": "invalid_request_error"
}
}
I don't know if it's a thing the /resume endpoint does in the background
yes before pausing the subscription