Retrieve all Earned Wage Access (EWA) Customer Profiles for a Business Account. An EWA Customer Profile represents a Customer who has been enrolled in an EWA Program.
You can filter the results based on criteria such as the Customer name, EWA enrollment date, and enrollment status. Use the sort query parameter to sort the results, and use the page and size query parameters to limit the number of results returned.
Note EWA Customer Profiles will be retrieved for the Business Account associated with the request access token.
GET /v1/customer-profiles
Authorization: Bearer <access_token>
enrollmentBeginDateFrom
string (date), format: yyyy-MM-dd
Start date of the Customer’s EWA enrollment period. This filter will return Customer Profiles with an enrollment period that started on or after this date.
Can be used in conjunction with enrollmentBeginDateTo to define a date range for the enrollment period start date.
enrollmentBeginDateTo
string (date), format: yyyy-MM-dd
Start date of the Customer’s EWA enrollment period. This filter will return Customer Profiles with an enrollment period that started on or before this date.
Can be used in conjunction with enrollmentBeginDateFrom to define a date range for the enrollment period start date.
enrollmentEndDateFrom
string (date), format: yyyy-MM-dd
End date of the Customer’s EWA enrollment period. This filter will return Customer Profiles with an enrollment period that ends on or after this date.
Can be used in conjunction with enrollmentEndDateTo to define a date range for the enrollment period end date.
enrollmentEndDateTo
string (date), format: yyyy-MM-dd
End date of the Customer’s EWA enrollment period. This filter will return Customer Profiles with an enrollment period that ends on or before this date.
Can be used in conjunction with enrollmentEndDateFrom to define a date range for the enrollment period end date.
enrollmentStatus
string enum, values: ACTIVE, INACTIVE
Customer’s EWA enrollment status. The following values are supported:
eligibilityStatus
string enum, values: NEW, ELIGIBLE, INELIGIBLE, ARREARS, BAD_DEBT, DISABLED
Customer’s eligibility status for Earned Wage Access (EWA) programs. The following values are supported:
programName
string
Name of the Earned Wage Access (EWA) Program for the Customer.
programId
string
ID of the Earned Wage Access (EWA) program for the Customer.
externalId
string
Your organization’s Earned Wage Access (EWA) reference number for the employee. This should be a string that is used to identify the employee in your internal systems, such as your payroll software. The EWA reference number is added to the employee’s Customer Account, allowing you to easily locate the employee in RocketKOR. EWA reference numbers must be unique within the Business Account.
firstName
string, min length: 1, max length: 40
Customer’s first name.
middleName
string, min length: 1, max length: 40
Customer’s middle name.
lastName
string, min length: 1, max length: 40
Customer’s last name.
sort
array [string]
Sort the response by any field in ascending or descending order. The default sort order is createdAt,DESC. For more information, see Sorting and Pagination.
page
integer (int32)
Page number to return, based on zero-based page indexing.
size
integer (int32)
Maximum number of results to return per page.
None
Returns a paginated response with an array of Earned Wage Access (EWA) Customer Profile objects. This object contains unique IDs for the Customer’s EWA Customer Profile, Customer Account, and Financial Account; your EWA reference number for the Customer; and details for the Customer’s EWA Program.
SAMPLE RESPONSE
{
"totalElements": 100,
"totalPages": 20,
"number": 0,
"numberOfElements": 5,
"hasNext": true,
"content": [
{
"id": "28562c80-155b-4ddc-bc4b-aedb7dcdeed2",
"externalId": "52cb212e-d6d2-4afe-b9dc-4f9fe5c12c3b",
"customerId": "ed51e0b5-ddbb-43e0-b14d-d66044bf81ac",
"financialAccountId": "6aadfb7a-fc4f-481a-8f25-2d84810a4b9e",
"latestEligibilityStatus": {
"id": "2294d74b-c0e0-4a7f-9ea0-3a2117e83a4c",
"eligibilityUpdateReason": "New application",
"status": "NEW",
"createdAt": "2024-01-22T22:20:55.610Z"
},
"firstName": "Sarah",
"middleName": "Jane",
"lastName": "Green",
"programId": "abcdefg",
"programName": "EWA"
}
{...},
{...},
{...},
{...}
]
}
Step into the future of Finance with RocketKOR! Simplify payments, banking, lending, and data analytics using our versatile KOR Platform.
A Rocket Financial Inc. company
@ 2024 RocketKOR, Inc. All rights reserved.