Retrieve the accounts associated with the client.
Security
bearer-jwt
- Mock serverhttps://api-docs.raipartners.com/_mock/apis/client-management-api-v1/accounts
- Productionhttps://api.raipartners.com/client-management/accounts
- Sandboxhttps://api.dev.raipartners.com/client-management/accounts
curl -i -X GET \
https://api-docs.raipartners.com/_mock/apis/client-management-api-v1/accounts \
-H 'API-Version: 1.0.0' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Successful stream of accounts. IMPORTANT: The accounts are returned in NDJSON format (one account json object per line), not as an array.
The account status.
Enum:"AuthorizationProhibited""Bankrupt""ChargeOff""Closed""Frozen""InterestAccrualProhibited""Lost""Normal""Revoked""Stolen"
Example:"Normal"
The account internal status.
Enum:"CreditBalance""Delinquent""DelinquentAndOverLimit""Normal""OverLimit"
Example:"Delinquent"
Response
- Individual
- null
{"accountIdentification":{"id":"f2ca1bb6c7e907d06dafe4687e579fce76b37e4e93b7605022da52e6ccc26fd2","number":"1234567890123456"},"status":"Normal","internalStatus":"Delinquent","currentBalance":1000,"creditLimit":10000,"annualRates":{"cash":19.99,"merchandise":12.99},"openingDate":"2022-01-31","paymentDueDate":"2022-02-01","nextCycleDate":"2022-03-01","cycleToDatePaymentPosted":1000,"lastStatementPaymentAmount":1000,"primaryCardholder":{"ssnId":"b2ce1ee6c7e907d06dafe4687e579fce76b37e4e93b7605022da52e6ccc26fd2","ssn":"123456789","name":"Doe, John","dob":"1970-01-01"},"secondaryCardholder":{"ssnId":"b2ce1ee6c7e907d06dafe4687e579fce76b37e4e93b7605022da52e6ccc26fd2","ssn":"123456789","name":"Doe, John","dob":"1970-01-01"}}
{"accountIdentification":{"id":"f2ca1bb6c7e907d06dafe4687e579fce76b37e4e93b7605022da52e6ccc26fd2","number":"1234567890123456"},"status":"Normal","internalStatus":"Delinquent","currentBalance":1000,"creditLimit":10000,"annualRates":{"cash":19.99,"merchandise":12.99},"openin…