#manish_api
1 messages ¡ Page 1 of 1 (latest)
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.
- manish_api, 1 day ago, 4 messages
đ 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/1242822283093872770
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
Based on your description, it would be better to collect customer's billing data using a form separately.
hi @young granite ,
Can you point me to the api endpoint? thanks
What endpoint exactly? My recommendation is to build your own form to cpature the billing details and store it on your end
Can you clarify what you mean by billing data exactly?
Do you mean payment method information like card number, cvv etc OR do you mean billing address?
yea by billing data i mean the card details and all so that i can charge them later
SetupIntents do support saving bank accounts.
https://docs.stripe.com/payments/payment-methods/integration-options#additional-api-bank-debits
You can check the support for other payment methods on the same page^
so setup intents supports all the widely used payment methods
Yup
so i wont need a form for this right?
Correct. I thought you were asking about billing address etc when you said billing data. So I misunderstood. In this case, you can just use SetupIntents.
I will use SetupIntents for storing this billing related info and PaymentIntent for charging the payment method
This approach is correct?
Yup
one last thing
i use nodejs in backend, what would you recomment? using node sdk or integrate api endpoints manually?
my tenants have their own stripe account and i have multiple tenants
they have their own customers who they wish to charge for their orders
Use stripe-node SDK. SDK would make it easier to integrate the APIs.
The usecase sounds like you may need Stripe Connect: https://docs.stripe.com/connect