Invincible Pay
Funding sources

Funding sources with balance

Lists your wallets but with balances. Usually you expect to have only one wallet, but for future compatibility this returns an array. Does not return wallet balances. Use the expand endpoint for that.

GET
/v1/funding-sources/balance/me

Response Body

application/json

application/json

curl -X GET "https://api.invinciblepay.com/v1/funding-sources/balance/me"
{
  "fiatFundingSources": [
    {
      "accountNumber": "string",
      "balance": {
        "currency": "string",
        "value": "string"
      },
      "bankCountry": "string",
      "bankNumber": "string",
      "currency": "string",
      "email": "string",
      "id": "string",
      "nickname": "string",
      "status": "inactive",
      "transitNumber": "string",
      "walletReference": "string"
    }
  ],
  "totalBalance": {
    "defaultCurrency": "string",
    "representations": [
      {
        "amount": "string",
        "currency": "string",
        "currencySymbol": "string",
        "displayText": "string"
      }
    ]
  }
}
{
  "error": "string",
  "error_code": {}
}