#hpanseriya_api

1 messages ยท Page 1 of 1 (latest)

unreal houndBOT
#

๐Ÿ‘‹ 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/1402637743892332577

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

wicked sparrow
#

๐Ÿ‘‹ happy to help

unkempt wagon
#

great

unreal houndBOT
unkempt wagon
#

Hi Toby

wicked sparrow
#

to allow for partial payments on invoices

#

@raven vigil will answer any follow-up question you have

unreal houndBOT
raven vigil
unkempt wagon
#

Which API we need to call when stripe webhook call to get the invoices of the specific payment intent

unkempt wagon
#

We are not allowing the partial payment BUT we want to still use latest version of basil. Is there any way to do it?

raven vigil
#

I'm not really sure what you're asking. Basil introduced breaking changes needed to support new features that are being added, whether you use those new features or not, you still need to adapt to the changes introduced in these newer versions if you're going to use.

Basil does include a lot of breaking changes though, if you aren't going to use the features it introduces, it may not be worth the lift to switch to it.

unkempt wagon
#

Is it possible to upgrade the version to 2023?

raven vigil
#

You can set your desired version when initializing our SDKs:
https://docs.stripe.com/api/versioning

Then to ensure webhook endpoints receive Events using that same version, you can create a new webhook endpoint that is pinned to the API version you're using in your SDK:
https://docs.stripe.com/webhooks#api-versioning

unkempt wagon
#

which is ok but we also want to upgrade it from stripe dashboard

raven vigil
#

The Stripe dashboard does not allow you to choose what specific API version to use, it only allows you to change the default API version of your account to the whatever our current API version is.

unkempt wagon
#

ok