Once the customer is linked, the customer's id can be requested as follows:
indigitall.getCustomer((success) => {
// do something
}, (error) => {
// do something else
})
And the customer's information about its fields as follows:
indigitall.getCustomerInformation((success) => {
// do something
}, (error) => {
// do something else
})