Endpoint Parameters
-
Request parameters
Name Type Origin Description ClientKey ClientKey Query-String UserKey UserKey Query-String -
Response Parameters
View Response CodesName Type Description Data String [] ExternalAccounts ExternalAccountExtentionResponse [] External accounts collection Message String -
Request Example
Request URL
GET /partnerintegration/v1/externalaccounts?ClientKey={ClientKey}&UserKey={UserKey}
-
Response Example
Response body
{ "ExternalAccounts": [ { "AccountName": "TestAccount", "AccountNumber": "123456", "AllowUserEdit": false, "AvailableForFunding": true, "Balance": 100, "CreatedOn": "2024-10-07T09:24:58.780664Z", "Currency": "USD", "ExternalAccountIdentifier": "ExternalAccountIdentifier", "IssuerBankInfo": "Bank1", "OwnershipPercentage": 100, "PartnerTaxEnvironment": "None", "UpdatedOn": "2024-10-07T09:24:58.780664Z" } ] }