Create network bulk enrollment

Starts a bulk enrollment kickoff for a whole card program. The request records the
company, the card program admin, an optional bank contact and program size, and the
admin's consent, and Astrada's onboarding team takes it from there with the issuing
bank. The Unified Enrollment SDK calls this endpoint from its kickoff wizard
(bulkFlow: "kickoff"); you can also call it directly.

Nothing is enrolled yet at this point. Once the bank has issued the network
reference, register the feed with POST /network-bulk-feeds and pass this
enrollment's id as networkBulkEnrollmentId; the enrollment then moves to
feed-created and links to the feed.

The subaccount must belong to the calling account. The BIN's bulk eligibility is not
re-checked here. A validation failure or an unknown subaccount answers 400.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
uuid
required

The subaccount the card program enrolls into. Must belong to the calling account.

string
enum
required

The network of the card program.

Allowed:
string
required
^[0-9]{6,11}$

The leading 6 to 11 digits of the card that opened the kickoff.

binInfo
object

Optional. The issuer details shown to the person submitting the kickoff, in
the GET /bin-lookup vocabulary. Stored as a display snapshot only; every
field is optional.

company
object
required
cardAdmin
object
required

The card program administrator. Astrada keeps this person engaged throughout onboarding.

bankContact
object

Optional. The company's relationship contact at the issuing bank.

string
enum

Optional. The estimated number of cards in the program, as a band. An estimate helps the bank size the file.

Allowed:
string
enum
required

Who contacts the bank. astrada: Astrada reaches out to the bank, copying the
company and the card admin. self: the company emails the bank itself and
copies [email protected] so Astrada can guide the setup.

Allowed:
string

Optional. Your own id for this enrollment, echoed back on the resource.

Headers
string
enum
Defaults to application/hal+json

Generated from available response content types

Allowed:
Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/hal+json
application/problem+json