#iggna_best-practices

1 messages ¡ Page 1 of 1 (latest)

blazing crestBOT
#

👋 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/1331331339646926929

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

sacred jungle
#

It's a bit of an unusual set up, but it can be made to work.

#

You'll need to be careful about keeping the Payment Methods and Customers and whatnot in sync across the two accounts.

cunning scarab
#

Hey Rubeus, thank you for your response, anything i should be concerned about or limitations of stripe connect? does it work with Stripe API?

sacred jungle
#

It works with the API. I recommend you read through the Connect docs you linked to. There's a lot of information, but it's important. Connect is powerful and quite complex.

cunning scarab
#

also, for saving payment information, it requires Stripe UI elements with newer versions of API? API current versions only handle payment methods or setupIntents tokens just for saving cards or future payment information right? because in the past I could handle card numbers and information and create/ attach the tokens on the backend.

blazing crestBOT
sacred jungle
#

Not sure I understand your question. Can you provide more specific details? It's difficult to answer such a high level/vauge question without specific information.

cunning scarab
#

Yes, sorry, I have a stripe API key I created 2 yeasr ago, create payment methods accepts raw card data like number, cvv, and expire date, is this data handling still possible with newer stripe API versions? so far as I've researched, they changed it:

#

this error first appear to me when I created new api keys for this 2 enviroments that I described in my first message.

cobalt gyro
#

Hi, I'm taking over as my teammate needs to step away. Let me catch up

cunning scarab
#

also if you could get me some docs on how to hop on my two enviroments into stripe connect

cobalt gyro
#

Can you clarify what 'how to hop on my two enviroments into stripe connect' means?

cunning scarab
#

so, we need to integrate stripe UI elements with sdk right?

cunning scarab
cobalt gyro
cunning scarab
#

we have a custom backend, if a user inputs information through stripe sdk/ UI elements, can the UI provide a paymentMethod token or setupIntent token so I can attach it to the customer on my end?

cobalt gyro
#

There is a lot of information there so let me know what questions you may have after reviewing these

cunning scarab
#

when will stripe stop supporting the raw card info? for older enviroments/ api keys?

#

also, let's say stripe initializes stripe sdk with one eviroment api keys, but that stripe enviroment is connected with other stripe accounts through stripe connect, can I grab that paymentMethod token and copy it to assign it to another customer in other stripe account?

cobalt gyro
cunning scarab
#

can we also set up more than 1 USD bank account per stripe enviroment?

cobalt gyro
#

Are you referring to payouts?

cunning scarab
#

no, for creating payment methods through api

#

oh sorry, you speaking of bank accounts?

#

yes, they would be for payouts

cobalt gyro
cunning scarab
#

so is possible or not? have more than 1 usd bank account attached for payouts

#

because I don't see option from dashboard

cobalt gyro
#

No it is not as documented above

cunning scarab
#

I see

#

thanks

#

let me read the documents about stripe connect and payments

#

thanks for all the info