BillingAddress

An international billing address including name and phone number. A BillingAddress object for a PaymentRequestMetadata billingAddress value must exactly match address information you provide in encrypted credit card data.

address1
string

Line 1 of the address

address2
string

Line 2 of the address

city
string

City of the address

country
required
string

Country code using the ISO 3166-1 alpha-3 standard

name
string

The name attached to the billing address. This is not necessarily the same as the name on the card.

phone
string

The phone number associated with the account in E.164 format.

postalCode
required
string

Postal or ZIP code. If using a code with an extra four digits, for example a US ZIP+4 code, do not separate the extra digits. For example, 123451234.

region
string

Region or state of the address

{
  • "name": "string",
  • "phone": "string",
  • "address1": "string",
  • "address2": "string",
  • "city": "string",
  • "region": "string",
  • "postalCode": "string",
  • "country": "string"
}