#ahxtah1996
1 messages · Page 1 of 1 (latest)
It's the failure_code returns in API response when you create a Payout programatically
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
all this is fail_code when generating payout ?
Yep
Where can I refer to the error code that when processing stripes transferred to my bank account
It's the Payout object indeed. Transfer to your bank = Payout
I think incorrect_account_holder_name returns when processing stripe to bank account
StripeClient->payouts->create(...);
Yes correct
Sure. I am also a bit confused on what you are asking. When you call the API to create Payout, there are a list of failure code can be returned, and incorrect_account_holder_name is just one of them
Error when create payout code: StripeClient->payouts->create(...) exception => ???
Error when process stripe transfer to bank account code: webhook event code payout.failed
I am not able to distinguish the above 2 error cases from the error codes in the documentation https://stripe.com/docs/api/payments/failures. I'm working on a document for a customer
@craggy ledge
They should have the same Payout failure code. They are just different timing
thanks for you help