Skip to main content

Customer

Input parameters

NameTypeDetailsMandatoryDescription
firstnamestringMax length 100N*The customer’s firstname. * Required if the payment method is OPENBANKING.
lastnamestringMax length 100N*The customer’s lastname. * Required if the payment method is OPENBANKING.
emailstringValid email addressYThe customer email address.
languagestringen | fr | it | de | es | nlNThe customer language (ISO-639-1).
ipstringValid IP addressYThe customer's public ip address.
referencestringUNIQUE, [ -~]+ - max: 85 ascii printable charactersNYour customer’s reference.
address_countrystring[A-Z]2NThe customer’s address’ alpha-2 country code (ISO 3166-1).
loginstringMax length 150NThe customer’s login.
password_hashstringMax length 64NThe customer’s password hash.
billing_addressarrayBilling addressNThe customer’s billing address.

Example

{
"firstname": "John",
"lastname": "Doe",
"email": "test@domain.com",
"reference": "ref-1234",
"language": "en",
"address_country": "FR",
"billing_address": {
"address1": "3B, SysPay",
"address2": "Wied Ghomor Street",
"city": "St. Julians",
"country": "MT",
"postal_code": "STJ2041"
}
}