Completing Objectives
Digital Onboarding allows you to mark objectives (e.g. direct deposit setup, debit card activation) as "completed" in the same request as contacts; or in the case of SFTP, as columns in the CSV. To let our system know an objective was completed, you must include it in the request/CSV using the objective's key
.
When completing objectives, the following values are supported:
- ISO 8601 Timestamp
true
t
1
y
yes
complete
completed
done
Note: if an ISO 8601 timestamp is provided, we will use it as the timestamp; otherwise we will use the timestamp from when the request was received.
For example, if you want to let us know that the contact has completed debit card activation and direct deposit, your request might look like:
{
"unique_id": "abc@test.dev",
"debit-card-activation": "2019-09-23T00:00:00+0000",
"direct-deposit":"true"
}
Alternatively, if you're using SFTP, you can include it in the CSV data:
unique_id,debit-card-activation,direct-deposit
abc@test.dev,2019-09-23T00:00:00+0000,true
Standard Objectives
By default, our system supports the following objectives:
name | key |
---|---|
Debit Card Activation | debit-card-activation |
Direct Deposit | direct-deposit |
Online Bill Pay | online-bill-pay |
Online Banking | online-banking |
Mobile Banking | mobile-banking |
eStatements | estatements |
Open Cross Sell Account | open-cross-sell-account |
Corporate Card Activation | corporate-card-activation |
Merchant Access | merchant-access |
ACH/Payroll | ach-payroll |
Remote Deposit | remote-deposit |
Automate Payments | automate-payments |
Any custom objectives that have been created can either be viewed on the Contacts Batch Upload page, or requested via our api