Skip to main content

Billing address

Input parameters

NameTypeDetailsMandatoryDescription
address1stringMax length 200YCustomer Billing address.
address2stringMax length 200NCustomer Billing address.
address3stringMax length 200NCustomer Billing address.
citystringMax length 100YCustomer Billing address city.
countrystring[A-Z]2YCustomer Billing address alpha-2 country code (ISO 3166-1).
postal_codestringMax length 12YCustomer Billing address postal code.

Example

{
"address1": "3B, SysPay",
"address2": "Wied Ghomor Street",
"city": "St. Julians",
"country": "MT",
"postal_code": "STJ2041"
}