#sbusch

1 messages · Page 1 of 1 (latest)

outer raftBOT
lavish ibex
#

With stripe i want to handle the payment during the registration and that the money go directly to the event organizer and not first to me as owner of the platform.
According to this, it seems you need to use Direct Charges and so Standard Connetc Account, can you double check the links I shared with you and see if that accurate for your case first ?

restive lagoon
lavish ibex
#

Yes of course the end user will be paying for the ticket.

#

You need to chose what Charge Type and Connect Type you'll be using

restive lagoon
#

mhh ok i have standard accounts so far but the thing with the charge is a little bit confusing to me. I already created a product and price. Do i need this charge as well? What is this charge are doing when i do not collect fees?

lavish ibex
#

First how are you willing to charge your end customers, using what Stripe Product? Checkout, Element, Invoice ... ?

restive lagoon
#

Checkout

lavish ibex
#

Cool, you need to create a Checkout Session onbehalf of your Connect Account using stripe header authentication

#

The only difference is when creating a Checkout Session, you need to pass the Stripe Account Header for your Connected Account Id

restive lagoon
#

ok but i still not see how to identify the customer in the webhook requests with the user id i have in my database

#

so it is not about account id from stripe

#

when stripe tells me that the payment was successfull in the post request in the webhook. How do in know which of the customer to set the status to payed and send the email confirmation?

#

i need to be able to pass a user id from my system through the checkout/payment process to get back in the complett webhook call

lavish ibex
restive lagoon
#

Ah the metadata will be passed through. That's what i was looking for. Thank you very much. I try it out and sorry for the missunderstandings. I just stared Monday with the implementation and so far it is straight forward.