#[Redacted]-multiple-transfers
1 messages · Page 1 of 1 (latest)
[Redacted]-multiple-transfers
Do you have a request ID that we can take a look at?
For the payment intent? pi_3LmXkyDqxMJFXGv10l5oAlUL
This is a payment via ACH Debit. While the payment method is pending, you don't have a BalanceTransaction created yet, so you can't create a Transfer. You have to wait for the BalanceTransaction to be created (when the payment succeeds) and then you can create those Transfers
Is there a webhook I can use for that? I ended up waiting an entire hour before attempting the transfers, after the charge and it still did not work.
No webhook today, but we're working on fixing that. You can also just wait for the success when payment_intent.succeeded is sent
Hmm okay. Is the payment_intent.succeeded event different than the charge succeeded event?
no it's similar, it's just better to listen to the PaymentIntent events
Okay thank you for your help! Have a good day