#Malik Asif
1 messages · Page 1 of 1 (latest)
There is no checkout.async.method.completed. Are you talking about checkout.session.async_payment_succeeded?
https://stripe.com/docs/api/events/types#event_types-checkout.session.async_payment_succeeded
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Yes you're right
I misspelled it
I'm confused. That event should definitely be firing when you get a successful payment from an ACH payment. Are you seeing something else happening?
It throws error in logs, insufficient funds, which means that , that specific payment has already rolled out ??
I am passing transaction id to transfer API
Can you provide the Request ID for the attempted Transfer?
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
It looks like the underlying payment was successful, but your balance didn't have enough funds to transfer the 1203.80
Means before coming to this status/event , underlying payment Had already been paid out ??
Likely some amount of it had been paid out already, yes. If you're on automatic Payouts, or if you manually create a Payout, the funds from payments would be included in that Payout
So we would have to switch to the manual payout?
Yeah, you need to be able to hold a balance that sustains Transfers