Invincible Pay
Funding sources

Get fiat funding source

Expands a specific wallet. This endpoint returns the wallet balance as well.

GET
/v1/funding-sources/{funding_source_id}/expand

Path Parameters

funding_source_id*string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://api.invinciblepay.com/v1/funding-sources/string/expand"
{
  "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"
}
{
  "error": "string",
  "error_code": {}
}
{
  "error": "string",
  "error_code": {}
}
{
  "error": "string",
  "error_code": {}
}