#GhostAk47
1 messages · Page 1 of 1 (latest)
Hi there!
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
Okay
Ok, then I'll need the failure request id, that shows "insufficient balance" in the response
you are attempting to pay out using currency usd but that account has a cad balance instead.
hence there is an error, you say "pay out $11.00USD" but the account does not have any US dollars.
you need to pass an amount using currency:cad
I see
that's not relevant to anything. Can I help with anything else?
ah, I see
to be clear, if you do stripe trigger payout.created we just run some example code against the account. Our code doesn't work well for non-US accounts.
you can see what it does https://github.com/stripe/stripe-cli/blob/master/pkg/fixtures/triggers/payout.created.json
you can try copying it and making your own fixture that works for CA accounts instead
https://stripe.com/docs/cli/fixtures ; for example I think you can use --override to override the currency it uses for payout.created