#Yure-connect-qs

1 messages ยท Page 1 of 1 (latest)

robust sedgeBOT
kindred dew
#

Hello ๐Ÿ‘‹
Give me a moment to catch up here and I'll respond as soon as I can

sly flicker
#

Hey, no problem, take your time ๐Ÿ™‚

kindred dew
#

Yure-connect-qs

#

I'll try and answer one question at a time

  1. The problem is that the users (Connected Accounts) are not able to see the order information in details on their end in their Dashboard.
    Fist question: What type of Charge does Checkout Session use and is there a way to change it? I assume the best fit would be to use Direct charges so that the Charges happen on the Connected account's side.

Where exactly are you creating these Checkout Sessions? Are you creating these on your platform account or on the connected account using Stripe-Account header?

sly flicker
#

I assume on our platform as I am not aware of Stripe-Account header

kindred dew
#

Gotcha. That might explain why Connected Account might not be seeing much information. With Standard Accounts, you should be creating these on the connected accounts themselves

You can use Stripe-Account header for these
https://stripe.com/docs/connect/authentication

sly flicker
#

Got it, makes sense, I will read about it, thanks!

kindred dew
#

NP! ๐Ÿ™‚
Now onto your other questions

#
  1. Another problem is that our Connected accounts do not receive any invoices (only their customers).
    Second question: Is it related to the use of Checkout Session and that the Charge (presumably) does not happen on the Connected Account's side and how do we enable the invoices for Connected accounts?

I don't think that's how invoices work. Can you expand a little bit more on what you think the connected accounts should be receiving as an "invoice" ?

#
  1. Assuming all above works, how do Customer Objects work for Connected Accounts? I know it is possible to save payment details and create Customer object during payment and then reuse them. Is it possible to do the same for Connected Account, so that they see the information about their Customers in their Dashboard?
    Or am I misunderstanding the use case for the Customer object and it solely serves as storing payment details information?
    They should be able to see customer information via dashboard as long as customers are created on the connected account. Stripe-Account header would help here as well.
sly flicker
sly flicker
sly flicker
kindred dew
#
  1. Let's say, a customer purchased something (through Checkout session) from our Connected Account. The customer will receive an invoice from Stripe for the purchase. Shouldn't Connected Account receive an invoice also, as they have just sold something? Or it isn't Stripe's responsibility?
    I don't think we send anything to the merchants. You can as a platform listen to webhook events to receive real-time updates on purchases and send out an "invoice" on your own to your connected accounts
    https://stripe.com/docs/webhooks
#
  1. Do Connected account fill out that information (Tax Id) by themselves? Is it possible to know their Tax Id as the platform?
    I believe they do. I don't know if you can retrieve that information since this is a standard account. Our support team would be able to tell for certain
sly flicker
sly flicker
#

have a nice day! you've been very helpful!

kindred dew
#

NP! ๐Ÿ™‚ Happy to help
Good luck