Billing address
Input parameters
| Name | Type | Details | Mandatory | Description |
|---|---|---|---|---|
| address1 | string | Max length 200 | Y | Customer Billing address. |
| address2 | string | Max length 200 | N | Customer Billing address. |
| address3 | string | Max length 200 | N | Customer Billing address. |
| city | string | Max length 100 | Y | Customer Billing address city. |
| country | string | [A-Z]2 | Y | Customer Billing address alpha-2 country code (ISO 3166-1). |
| postal_code | string | Max length 12 | Y | Customer Billing address postal code. |
Example
{
"address1": "3B, SysPay",
"address2": "Wied Ghomor Street",
"city": "St. Julians",
"country": "MT",
"postal_code": "STJ2041"
}