#eric_card-issuing-credit
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/1336002734792376452
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there ๐ are you looking for the spending_controls on the Card and/or Cardholder objects created within Stripe Issuing?
https://docs.stripe.com/api/issuing/cards/object#issuing_card_object-spending_controls
https://docs.stripe.com/api/issuing/cardholders/object#issuing_cardholder_object-spending_controls
https://docs.stripe.com/issuing/controls/spending-controls
I don't think that's what I'm looking for. My understanding is that with a "charge card" program, I should be able to grant a line of credit to a business. I should then be able to configure credit limits, repayment terms, etc, and be able to do things like fetch the business's available credit.
Spending controls on a Card/Cardholder seems like a separate concern
Yup, that's Stripe Issuing as far as I'm aware. You issue your own cards to them, where you can set the spending controls.
How do I configure a business's billing terms and repayment options?
From the guide: "Platforms can make a single API call to retrieve the amount a business owes at any point in time, instead of manually calculating how much credit has been spent and accounting for refunds and disputes."
How do I do that?
I'm not exactly sure offhand, and believe it depends on how you architect your solution.
Are you considering using Stripe Treasury, so you have access to Financial Accounts, as part of this flow?
https://docs.stripe.com/issuing/how-issuing-works#issuing-architecture
Thanks for that. Unless I'm missing something, it looks like Stripe Treasury and Financial Accounts supports the use case of a customer spending against their available funds, not against a line of credit.
I basically can't find anything in the docs for spending against a line of credit and configuring/getting the status of the line of credit.
I'm wondering if there are a set of APIs that just aren't documented and require a call or something before they're available to us?
I'm not sure I understand, you'd be offering the line of credit in this scenario, right? Or are you expecting Stripe to extend a line of credit?
Going off of this image from the guide, I understand that the Platform (my employer) would be the ones underwriting the credit, but Stripe would provide APIs for "managing" this credit for each business?
e.g. "Our credit APIs can set credit limits and billing terms for each user" I'm just not seeing which APIs I would use to do that
So my understanding, though I have very little experience with Issuing, is that you (or your employer) would fund an issuing balance, to use as collateral for extending lines of credit to your users/customers. Unless you use Treasury, then you'd use the Financial Accounts for that.
How would I go about understanding which APIs to use to support that? Should I go through our Stripe account rep?
I think I'd suggest starting there, yeah.
The guide you shared doesn't elaborate on what solutions it recommends using, and there are several options for how to architect this now so the answer to your question will likely depend on the solution you adopt. I'm not sure if there is some prebuilt charge card flow that I haven't heard of before.
Thanks, appreciate you taking the time to look into this. Will look into setting up a call.
It does look like the charge card offering is still in beta or is at least still a private offering https://stripe.com/issuing#charge-card
I did a search off of the JSON payload on that page and found someone's public Postman collection https://www.postman.com/science-cosmologist-41725575/issuing-offerings/request/z6w77hh/update-credit-policy-amount
Not sure if those are the actual Stripe endpoints but looks like it's what I'm looking for
Hi ๐
I'm stepping in as my colleague needs to go. That Postman collection is not something published by Stripe and we cannot provide advice or guidance for the types of requests they are making. I recommend reviewing the public docs we have for Stripe Issuing to ensure you are getting up-to-date and accurate information about this class of Stripe products.