#manish_api

1 messages ¡ Page 1 of 1 (latest)

little pulsarBOT
soft lavaBOT
#

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.

little pulsarBOT
#

👋 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.

young granite
#

Hello
Based on your description, it would be better to collect customer's billing data using a form separately.

boreal oxide
#

hi @young granite ,
Can you point me to the api endpoint? thanks

young granite
#

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?

boreal oxide
#

yea by billing data i mean the card details and all so that i can charge them later

young granite
boreal oxide
#

so setup intents supports all the widely used payment methods

young granite
#

Yup

boreal oxide
#

so i wont need a form for this right?

young granite
#

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.

boreal oxide
#

I will use SetupIntents for storing this billing related info and PaymentIntent for charging the payment method

#

This approach is correct?

young granite
#

Yup

boreal oxide
#

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

young granite
#

Use stripe-node SDK. SDK would make it easier to integrate the APIs.

boreal oxide
#

Okay will look into this

#

Thanks @young granite

#

How to close the thread?