v4
OpenAPI 3.1.02026-08-012402353.8 MBEnroll an account in the IntraFi deposit sweep network
post/intrafi_account_enrollments
Request body
Example request
{
"account_id": "account_in71c4amph0vgo2qllky",
"email_address": "user@example.com"
}Response
IntraFi Account Enrollment
Example response
{
"account_id": "account_in71c4amph0vgo2qllky",
"created_at": "2020-01-31T23:59:59Z",
"email_address": null,
"id": "intrafi_account_enrollment_w8l97znzreopkwf2tg75",
"idempotency_key": null,
"intrafi_id": "01234abcd",
"status": "pending_enrolling",
"type": "intrafi_account_enrollment"
}