Enroll one

This endpoint is meant to be used when a bank recipient fails to be enrolled or was deleted in the bank and returns to a 'draft' or 'deleted' status with a null transition, so this endpoint can be used to re enroll that same recipient which will update the null transition once again to 'enroll'.

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

The id of the bank recipient

Body Params

Optional enrollment parameters. Requiredness depends on the recipient's bank
(derive it from the concrete bank, not from the sibling create action):

  • Banco de Chile: both token and device_id are required on
    enroll (the server calls params.require([:token, :device_id])).
  • Other banks: no body is required.
uuid

Optional selector for the bank key. When omitted, the highest-priority
approved bank key of the owning account for your user is used.

string
enum

Authorization method — Banco de Chile only. Defaults to digipass.

Allowed:
string

One-time password. Required for Banco de Chile on enroll
sent together with device_id (both are required as a pair;
they are not alternatives).

uuid

Bank device UUID for Cardda Device users. Required for Banco de
Chile
on enroll — sent together with token (both are
required as a pair; device_id does not replace token).

Headers
uuid
required

UUID of the company on whose behalf the request is made. Send it on banking
requests to identify the acting company. Note that user-scoped list endpoints
(e.g. the recipients/transactions indexes) resolve results across all companies
the authenticated user is a member of, rather than strictly from this header.
See The company-id header for details on how to obtain
a value for this header and the error responses to expect when it is missing or invalid.

Responses

401

Unauthorized

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