An employee who is enrolled in an Earned Wage Access (EWA) Program is treated as a RocketKOR Customer. An Individual Customer Account is created for the employee, and a Financial Account is created for the account (such as a debit card) the employee is using for EWA disbursements.
Use this API to enroll an existing Customer with an existing external card Financial Account in an EWA Program.
The API will perform the following operations as part of the EWA enrollment process:
POST /v1/customer-profiles/onboard
Authorization: Bearer <access_token>
externalId CONDITIONAL
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.
Either externalId or customerId (or both) must be provided.
customerId CONDITIONAL
string (UUID)
ID of the Customer Account.
Either externalId or customerId (or both) must be provided.
eligibilityStatus REQUIRED
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:
programId CONDITIONAL
string
ID of the Earned Wage Access (EWA) program for the Customer.
Either programId or financialAccountId (or both) must be provided.
financialAccountId CONDITIONAL
string (UUID)
ID of the Customer’s external card Financial Account. This Financial Account is used for the EWA Program.
Either programId or financialAccountId (or both) must be provided.
Returns the Earned Wage Access (EWA) Customer Profile object. 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 REQUEST
{
"externalId": "52cb212e-d6d2-4afe-b9dc-4f9fe5c12c3b",
"eligibilityStatus": "NEW",
"programId": "abcdefg",
"customerId": "ed51e0b5-ddbb-43e0-b14d-d66044bf81ac",
"financialAccountId": "6aadfb7a-fc4f-481a-8f25-2d84810a4b9e"
}
SAMPLE RESPONSE
{
"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.