Skip to main content
Schema2020-08-27object

source

`Source` objects allow you to accept a variety of payment methods. They represent a customer's payment instrument, and can be used with the Stripe API just like a `Card` object: once chargeable, they can be charged, or can be attached to customers. Related guides: [Sources API](https://stripe.com/docs/sources) and [Sources & Customers](https://stripe.com/docs/sources/customers).

Source
openapi/spec3.json
Commit
d70de345383d
Active snapshot
da69df7e6e11

Address

object
city string
optionalnullable

City, district, suburb, town, or village.

country string
optionalnullable

Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).

line1 string
optionalnullable

Address line 1 (e.g., street, PO Box, or company name).

line2 string
optionalnullable

Address line 2 (e.g., apartment, suite, unit, or building).

postal_code string
optionalnullable

ZIP or postal code.

state string
optionalnullable

State, county, province, or region.