#_best-practices
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/1405369644562518046
📝 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.
- _best-practices, 1 day ago, 32 messages
Hello, are you trying to find out what financing services such as Affirm will offer? And give a comparative plan to your customers?
Hi
I don't want to show them the entire price I want to show them what payments they will have to make
and I also want to make my own programatic financing system
in case the financing services aren't available for them
It sounds like you want to know if a financing service will be offered to them for your product, and if not, offer your own financing service to them?
do give me some time to look into this!
We do have a Payment Method Messaging element, that displays the available buy-now-pay-later plans (financing options) within an iframe. This iframe will be shown to customers before payment.
However, this information is only displayed when the element renders and we don't have a specific feature or API that retrieves these details about the buy-now-pay-later plans.
We do have some high level documentation on the various payment options by these financing services, you can review it and come up with financing options accordingly
and if I want to offer my own financing?
Yup, you should be able to do it. Do you have a specific question about offering your own financing?
like how I can charge them
and how I can get a webhook event if they miss a payment
You can take a look at Subscription Schedules to simulate an instalment plan
If a payment for an invoice failed, you will receive a invoice.payment_failed event. You can take a look at this document here which list the various scenarios and corresponding emitted events.
In case you haven't seen this yet, you can use test clocks to mimic the passing of time : https://stripe.com/docs/billing/testing/test-clocks
ok cool
⛔️ Stripe developers have stepped away for a short while
Please leave your questions here, and we’ll respond as soon as we're back! If you need help urgently, you can contact Stripe support for help.