
Stripe API Integration Profile
Information and guides about integrating with Stripe API
Add Stripe Integration to Your ProductHow to work with Cards in Stripe API
Cards Fields
| Field Name | API Key | Type | Description |
|---|---|---|---|
| Account | account | ||
| Address City | address_city | string | City/District/Suburb/Town/Village. |
| Address Country | address_country | string | Billing address country, if provided when creating card. |
| Address Line1 | address_line1 | string | Address line 1 (Street address/PO Box/Company name). |
| Address Line1 Check | address_line1_check | string | If `address_line1` was provided, results of the check: `pass`, `fail`, `unavailable`, or `unchecked`. |