Endpoint Parameters

  • Request parameters

    Name Type Origin Description
    ClientKey ClientKey Route
  • Response Parameters

    View Response Codes
    Name Type Description
    Data String []
    ExternalAccounts ExternalAccountResponse [] External accounts collection
    Message String
  • Request Example

    Request URL
    GET /partnerintegration/v1/externalaccounts/{ClientKey}
  • Response Example

    Response body
    {
      "ExternalAccounts": [
        {
          "AccountName": "TestAccount",
          "AccountNumber": "123456",
          "AllowUserEdit": false,
          "AvailableForFunding": true,
          "Balance": 100,
          "CreatedOn": "2024-04-23T12:58:08.332293Z",
          "Currency": "USD",
          "ExternalAccountIdentifier": "ExternalAccountIdentifier",
          "IssuerBankInfo": "Bank1",
          "UpdatedOn": "2024-04-23T12:58:08.332293Z"
        }
      ]
    }