Endpoint Parameters
-
Request parameters
Name Type Origin Description ClientKey ClientKey Query-String ExternalAccounts ExternalAccountExtention [] Body Create client external accounts UserKey UserKey Query-String -
Response Parameters
View Response CodesThere are no response parameters
-
Request Example
Request URL
POST /partnerintegration/v1/externalaccounts?ClientKey={ClientKey}&UserKey={UserKey}
Request Body
{ "ExternalAccounts": [ { "AccountName": "TestAccountName", "AccountNumber": "TestAccountNumber", "AllowUserEdit": false, "AvailableForFunding": true, "Balance": 200, "Currency": "USD", "IssuerBankInfo": "Bank", "OwnershipPercentage": 100, "PartnerTaxEnvironment": "ChildSavings" } ] }