This guide describes how to add authorized users to existing accounts and issue them debit cards. Authorized users do not require the same amount of KYC as account owners, and as such adding them to accounts requires permission from the bank.
person_application objects represent natural persons who are applying for new bank accounts or to be added to existing bank accounts. Before you can add a person to an account, you must create a person_application to represent them.
To create a person_application, make a POST request to the /apply/person_application endpoint.
The id for person application is prefixed with apsn_, which aids in distinguishing them from the person objects created at the end of the application process.
Once the person_application representing the authorized user you wish to add to an account has been created, you can add them to the account by making a request to the additional_person_application endpoint:
This will start an additional_person_application to add the supplied person_application to the specified account, with the given role. The response will look like this:
Once the additional_person_application has been approved, you can fetch the person_application attached to it and look up the person created and linked to the account: