Skip to main content

Stripe

Integrating Stripe with Osano

Connecting to Stripe


In order for Osano to discover data stored in your systems, we must connect to those data providers via an API. We require, at minimum, read-only access to establish a connection to these providers. Each provider you connect may require different information. Please see the linked vendor documentation for instructions on where and how to obtain this data.


Required Fields

  • Auth Token

Instructions for obtaining your Stripe Auth Token.

Required Scopes

When creating restricted keys for Stripe (Developers -> API Keys -> Create Restricted Key), you will need to select the following permissions:

Resource TypePermission (None, Read, Write)
All Core resources → Customers, Charges, and DisputesRead
All Checkout resources → Checkout SessionsRead
All Billing resources → InvoicesRead
All Orders resources → OrdersRead

Note: Please ensure your Stripe version is set to 2020-08-27 or later in the Stripe Developer Dashboard for user search.