#lounis_api

1 messages ¡ Page 1 of 1 (latest)

drifting cypressBOT
#

👋 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/1316001624870883339

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

gusty totem
#

hi there!

serene harbor
#

Hi, thanks for the quick response! The second part worked like a charm!
I'm not sure I understand the source_transaction parameter however. I'm using the React Native SDK and payment sheets to allow my users to pay. I create the payment_intent and the transfer happens after the reservation has gone through. Adding the source_transaction will make it so if the payment intent id that I provide has succeeded than even if the amount isn't fully available on my connected account, it will be transferred to the customer's account? Am I correct?

Thanks again for your help !

gusty totem
#

if the payment intent id that I provide has succeeded than even if the amount isn't fully available on my connected account, it will be transferred to the customer's account?
correct! however it's not the PaymentIntent ID you need to provide, but the Charge ID (that you can find in the PaymentIntent latest_charge property)