Skip to main content Link Menu Expand (external link) Document Search Copy Copied

CustomerRegistration

Model getters

Method name Return type Description Notes
getExternalId() string The external ID of the customer; use only anonymized identification that you have in your system
If a customer with the specified external ID does not exist, a new customer is created. If a customer with the specified external ID exists, it is updated with the provided information.
Example: 123654
 
getAccountingCurrency() string The ISO 4217 code of the currency in which all transactions for all virtual accounts of the customer will be billed; to overwrite the currency for this specific virtual account, set the accountingCurrency parameter at the account level.
Example: USD
[optional] [default to ‘EUR’]
getCustomerCountry() string The ISO 3166-1 code of the country that the customer has to be compliant with
Example: US
[optional]
getProviderCountry() string The ISO 3166-1 code of the country that the service provider has to be compliant with
Example: US
[optional]