# How to enroll a disposable with AML identification

If companies, doing AML identification, cannot send us all the ID data that are required for disposable it is possibile to enroll a disposable using:

* specify in the [`DisposableIdentification`](/products/leandisposable/enterprise-documentation/developer-documentation/api-references/data-objects#disposableidentification) the value **AML**
* specify the [`DisposableHolder`](/products/leandisposable/enterprise-documentation/developer-documentation/api-references/data-objects#disposableholder) object providing:
  * `identificationType` =  AM
  * `identificationCountry` = **country where identification takes place** (pls note that in all the other cases it is the country where the identification document was issued)
  * `identificationCode` = **unique code** of the AML process/document.
* The [`DisposableDoc` object](/products/leandisposable/enterprise-documentation/developer-documentation/api-references/data-objects#disposabledoc) is optional.


The serial code of the certificate becomes: `AM:<country>-<prefixAml><code>`.
The prefixAml is defined for each LRA.

***To use this type of identification the LRA has to be authorized.***