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-12-07T05:50:56.35146Z", "Currency": "USD", "ExternalAccountIdentifier": "ExternalAccountIdentifier", "IssuerBankInfo": "Bank1", "OwnershipPercentage": 100, "PartnerTaxEnvironment": "None", "UpdatedOn": "2024-12-07T05:50:56.35146Z" } ] }