#Bart

1 messages · Page 1 of 1 (latest)

civic tangleBOT
little onyx
quaint terrace
#

Im talking about the error reporting not the API

#

API works fine, but issue is that

#
            case stripe.ErrorCodeInstantPayoutsUnsupported:
                fmt.Println("instant is unsupported by your card type")
            }```
#

does not work, the error is SUPPOSED to return that the account dosent support instant payouts

little onyx
#

How do you test ErrorCodeInstantPayoutsUnsupported to be thrown?

quaint terrace
#

im using a test account that should return unsupported bank

#

for instant withdrawal

azure kestrel
#

👋 taking over here. So when it runs you don't see the switch case catched it?