v1

latestOpenAPI 3.0.2Apache License 2.02026-07-13109285691.8 KB
Funding

Get Funding Account

Get Funding Account by ID

get/v2/fundingAccounts/{fundingAccountId}

Path parameters

fundingAccountIdstring uuid required

Query parameters

sensitiveboolean

Response

Funding Account Response

idstring uuid

Funding Account Id

payorIdstring uuid
accountNamestring

name on the bank account

accountNumberstring

bank account number

routingNumberstring

bank account routing number

namestring

name of funding account

currencystring

Valid ISO 4217 3 letter currency code. See the <a href="https://www.iso.org/iso-4217-currency-codes.html" target="_blank" a>ISO specification</a> for details.

countryCodestring

ISO 3166-1 2 letter country code (upper case)

typestring

Funding account type. One of the following values: FBO, PRIVATE

archivedboolean

A flag for whether the funding account has been archived. Only present in the response if true.

Example response

{
  "routingNumber": 12345678,
  "archived": true,
  "accountName": "Payor Corp",
  "countryCode": "US",
  "name": "My Funding Account",
  "currency": "USD",
  "id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "payorId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "accountNumber": "7001001234",
  "type": "FBO"
}