#Ammar-refund

1 messages · Page 1 of 1 (latest)

signal oyster
obsidian raven
#

Let me check 1 second

#

req_es 2LHwkur6tK5H

signal oyster
#

the charge exists on the connected account so you need to use the Stripe-Account header.

obsidian raven
#

How can I find the connected account that it is on?

signal oyster
#

you should already know it. How do you know the charge ID?

obsidian raven
#

The charge is stored in the database

signal oyster
#

your database should store which merchant you processed the charge on then, since you knew that at the time you created the charge.

obsidian raven
#

Hmm, we have a stripe_connect table that stores some data. The only thing I can see on there is an account_id

signal oyster
#

then you need to update your integration to let you join those tables or something. Just the ID of the charge is pretty useless to you, if you want to be a Connect platform and handle refunds for the users you need to store that info.

#

if you don't know, maybe just ask the connected account holder to issue the refund themselves, they can log in to their own Stripe dashboard and do it.