Stripe Transfer API - Strange Error

Morning Everyone,

I’ve been struggling with a very simple api call to stripe, precisely the “Transfer API”.

THIS IS ALL TEST INFORMATION

I’m receiving this error code.

  1. I’m using the fake credit card suggested in the error message, so technically the “purchase” being made should make the funds available.

  1. This is the current setup of the API Call

  1. If I use the GET BALANCE API callon my fake account it shows the following.

  1. I’m following the same methodology as indicated in the documentation.

Can anyone help? I’ve tried calling Stripe help but there support useless.

I’m not sure if this can be the issue, but your balance is in CAD and your request is in USD

1 Like

You just solved it…
Thank you an infinite amount of times!

1 Like

Quick Question: Do you think I’ll encounter issues when I leverage the action to transfer between different currencies?

Not very familiar with multicurrencies cases. I think that it could be an issue. Maybe you should convert everything to one currency. But some other users could probably tell you how they handle this.

1 Like