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

Shipping

object
carrier string
optionalnullable

The delivery service that shipped a physical product, such as Fedex, UPS, USPS, etc.

name string
optionalnullable

Recipient name.

phone string
optionalnullable

Recipient phone (including extension).

tracking_number string
optionalnullable

The tracking number for a physical product, obtained from the delivery service. If multiple tracking numbers were generated for this purchase, please separate them with commas.