#alex_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1313573282951467071
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
Hey Rubeus, sorry to bug you again, I've created the following BPC:
{
"active": true,
"application": null,
"business_profile": {
"headline": null,
"privacy_policy_url": null,
"terms_of_service_url": null
},
"created": 1733250410,
"default_return_url": null,
"features": {
"customer_update": {
"allowed_updates": [],
"enabled": false
},
"invoice_history": {
"enabled": false
},
"payment_method_update": {
"enabled": false
},
"subscription_cancel": {
"cancellation_reason": {
"enabled": false,
"options": [
"too_expensive",
"missing_features",
"switched_service",
"unused",
"other"
]
},
"enabled": false,
"mode": "at_period_end",
"proration_behavior": "none"
},
"subscription_pause": {
"enabled": false
},
"subscription_update": {
"default_allowed_updates": [
"promotion_code"
],
"enabled": true,
"proration_behavior": "none",
"schedule_at_period_end": {
"conditions": []
}
}
},
"id": "bpc_1QS0oAGQKZJikh7NcWJzvc1Q",
"is_default": false,
"livemode": false,
"login_page": {
"enabled": false,
"url": null
},
"metadata": {},
"object": "billing_portal.configuration",
"updated": 1733250410
}
And I'm not seeing the promotion code input
I'm probably missing something stupid, but from reading the docs, this is the important peice:
"default_allowed_updates": [
"promotion_code"
],
"enabled": true,
Hello again! What's under View details there? Anything related to the promotion code?
Ah, maybe. Can you try with one that doesn't already have a code applied?
Hm, checking...
Ah, this isn't currently supported, unfortunately. There's an outstanding feature request internally, which I'll bump for you.
The only way to apply the promotion code via the portal is to also update the Subscription in some other way as well.
Gotcha. Ok thanks Rubeus!
Happy to help!
One last question, it doesn't look like there is a way to delete a BPC right now just looking through the docs. Is this true? Not a huge deal because it's not set as the default so if I just never use it, everything should be fine just wondering for my own OCD purposes
Correct, you can't delete them. Best to try to forget it exists. ๐