#extjac_corina
1 messages · Page 1 of 1 (latest)
Need a bit more info. Are all these payments directly being charged on each customer's stripe account?
Yes. Planing to implment Connected account in the near future. but unfortunatelly for now, i add the stripe keys manually.
Got it. You can set metadata on the payment intent to indicate whatever you want then: https://stripe.com/docs/api/payment_intents/object#payment_intent_object-metadata
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Pasting other question here:
ok thanks..sorry!
Yeah you can have connect accounts in other countries connect to your canadian account
Also, what is the best way to connect?
This depends on whether or not the accounts already exist
the customers alrey have stripe accounts. And they even have some special rates. So i was wondering what the right way to connect. I was under the impresion that stripe->accounts->create() will create a new account instead of connecting to the current one.
can i share code here for you to guide me ? have some issues i need to resolve and ChatGPT cant figure it out...
Hello! I'm taking over and catching up...
You can use OAuth to connect existing Stripe accounts to your platform: https://stripe.com/docs/connect/oauth-standard-accounts
I also recommend you avoid ChatGPT when it comes to building a Stripe integration and rely on our docs and our help here instead. ChatGPT often gets things wrong in both obvious and subtle ways.
trying to read the docs but having some issues with paymentIntnet and CAD interact and also connectedAccounts..
should i ask future questions on this chat? o start a newone?
You can ask here as long as the thread remains open.