#ahxtah1996

1 messages · Page 1 of 1 (latest)

foggy lionBOT
craggy ledge
#

It's the failure_code returns in API response when you create a Payout programatically

scarlet parrot
#

all this is fail_code when generating payout ?

craggy ledge
#

Yep

scarlet parrot
#

Where can I refer to the error code that when processing stripes transferred to my bank account

craggy ledge
#

It's the Payout object indeed. Transfer to your bank = Payout

scarlet parrot
#

I think incorrect_account_holder_name returns when processing stripe to bank account

#

StripeClient->payouts->create(...);

craggy ledge
#

Yes correct

scarlet parrot
#

We don't seem to understand each other very well

#

wait me one minute

craggy ledge
#

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

scarlet parrot
#

Error when create payout code: StripeClient->payouts->create(...) exception => ???
Error when process stripe transfer to bank account code: webhook event code payout.failed

#

@craggy ledge

craggy ledge
#

They should have the same Payout failure code. They are just different timing

scarlet parrot
#

thanks for you help