#zaq_unexpected
1 messages ยท Page 1 of 1 (latest)
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- zaq_webhooks, 4 hours ago, 9 messages
- zaq_unexpected, 20 hours ago, 13 messages
- zaq_connect-sct, 1 day ago, 7 messages
๐ 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/1235750618455474296
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there, can you share with me the PaymentIntent ID?
pi_3PC9lDE1o3vQgPLo0EgltqL5
OK, I assume you are doing a separate charge and transfer?
i didnt want to, but thats my attempt right now
I was having success doing a charge and transfer all at once. but i wasnt able to attach metadata to the transfer
You can follow this guide to solve the problem.
when creating a transfer, tie it to an existing charge by specifying the charge ID as the source_transaction parameter. With a source_transaction, the transfer request returns success regardless of your available balance.
okay. while i have you here, am i missing something that would have enabled me to attach metadata to the transfer object. if i was doing a charge and transfer at the same time?
You can use destination charges (https://docs.stripe.com/connect/destination-charges) and let Stripe to transfer the funds automatically when the funds become available,
yeah. but when i put metadata on, it only returned back to me in the paymentIntent.success message. not the transfer.created message
its ok. if this other method works we'll be fine
would the source_transation's CHARGE ID be the ID of the paymentIntent?
No, it's the paymentIntent's latest_charge