Examples of Stripe API in a sentence
You must integrate the Stripe API and use the Stripe Connect Services in accordance with the Documentation and this Agreement.
You are responsible for all Activity initiated by you, your representatives, and any individual or entity using your credentials, including your Stripe Account login and password and your Stripe API key.
A Connected Account may perform Activity, or you may perform Activity on behalf of a Connected Account, depending on how you integrate the Stripe API into your Platform Services.
These requirements may be incorporated into the Stripe API and other Stripe Technology, and may be described in the Documentation, the Payment Method Rules and Payment Method Terms.
You may order Cards on behalf of Stripe Issuing Accountholders through your Stripe Dashboard or the Stripe API.
If you process, access, store, or retrieve Card Account Data from your Stripe Dashboard or Stripe API, you must ensure that the Card Account Data is secured in accordance with this Agreement, including Sections 9.2 and 10 of these Stripe Issuing Platform Terms.
The API version used to communicate with the Stripe API is configurable, and defaults to the latest version that has been tested as working.
Any credit or debit card related data (including your card details) will be processed and stored by the Stripe API or Stripe portal, which is fully compliant with Payment Card Industry standards.
This is the Stripe API version used by dj-stripe in all communication with Stripe, including when processing webhooks (though webhook data is sent to you by Stripe with your API version, we re-fetch the data with dj-stripe’s API version), this is because the API schema needs to match dj-stripe’s Django model schema.This is defined by djstripe.settings.DEFAULT_STRIPE_API_VERSION and can be overridden, though see the warning about doing this.
If you’re using dj-stripe’s webhook handlers then data will be automatically synced from Stripe to the Django database, but in some circumstances you may want to manually sync Stripe API data as well.