#ea_code

1 messages ยท Page 1 of 1 (latest)

pastel lionBOT
#

๐Ÿ‘‹ 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/1278272463767207958

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

rose wave
#

Seems like charge is not yet ready when receiving payment_intent.succeeded...

charred ridge
rose wave
#

okay, how should i procedd then ?

#

I want to let my merchants pay the stripe fees in addition of my application fees :/

#

This hard block me since many weeks ๐Ÿ˜ข

charred ridge
#

there are multiple solutions; there are additional webhooks you can listen to be notified when the BT is available, or you can disable this with capture_method="automatic"

rose wave
rose wave
#

That mean payment will be done by my banking account and not by stripe internal account ?

#

I'm getting confused

#

(seems to be overpowered for a little usecase, did i follow the right way ?)

charred ridge
#

you charge an end-customer for $100. Your platform receives those funds (minus Stripe fee). Those funds are not immediately available to you, they take a few days before we release them to you. When they're available, you can call v1/transfers to transfer some/all of those funds to a connected account.

pastel lionBOT
rose wave
#

In the doc, source_transaction use a CHARGE_ID, doc didn't tell us what is this CHARGE_ID ? Where i got it ?

charred ridge
#

it's payment_intent.latest_charge.id

rose wave
#

Seems to work well now ๐Ÿ™‚ โค๏ธ ! Thanks a lot !

#

I well see my merchant earning money