v1

latestOpenAPI 3.0.1Apache 2.02026-07-248286406.8 KB
Account

List account topup funding instruments

This GET endpoint is used to retrieve the funding instruments that can be used to topup the account balance. <br> You can use this endpoint to obtain the funding financial instruments. <br> There are no required parameters needed to access this endpoint. <br> The response will include a JSON array which constains a JSON object containing funding instrument details, including the token and account details.

get/payout/account/topup/instruments

Response

successful operation

tokenstring required

Funding instrument token

country_codestring required

3 letter country code of institution where instrument exists

Example response

[
  {
    "token": "fund_be2f0ab9-a503-473e-aa33-0af196e54647",
    "funding_details": {
      "routing_number": "021202337",
      "account_number": "123456789",
      "bank_account_type": "Checking"
    },
    "country_code": "USA"
  }
]