Newer Version Available

This content describes an older version of this product. View Latest

Address Input

Address input representation for a payment method, payment intent, or card payment method.
JSON example
1{
2"city":"San Francisco",
3"companyName":"Salesforce",
4"country":"US",
5"postalCode":"94105",
6"state":"CA"
7"street":"415 Mission Street"
8}
Properties
Name Type Description Required or Optional Available Version
city String City Optional 49.0
companyName String Company name Optional 49.0
country String Country, specified using the ISO country code. Optional 49.0
postalCode String Postal code Optional 49.0
state String State Optional 49.0
street String Street Optional 49.0