How to Import Stripe Invoices to Airtable

Feb 23, 2022Andy Cloke

In this guide, you'll learn to import Stripe invoices to Airtable with no-code. We'll use the Data Fetcher Airtable extension to import the id, amount due, customer email & due date for each invoice in our Stripe account. We'll also import the actual invoice PDF as an Airtable attachment. Finally, we'll set this to run automatically on a schedule.

Install Data Fetcher

Install Data Fetcher from the Airtable marketplace. After the extension launches, sign up for a free Data Fetcher account by entering a password and clicking 'Sign up for free'.

Group 1Data Fetcher Sign Up .png

Import Stripe Invoices to Airtable

On the home screen of the Data Fetcher extension, click 'Create your first request'. Requests in Data Fetcher are how you import data to or send data from your Airtable base.

click-create-your-first-request.png

On the create request screen in Data Fetcher, for Application, select 'Stripe'.

stripe-application-selected.png

Click 'New Stripe connection'. You will be taken to a new tab/window where you need to authorize Data Fetcher to read from your Stripe account. Select the Stripe account you want to import Stripe data from.

Stripe Oauth.png

For Endpoint, select 'List all invoices'.

stripe invoices endpoint.png

Enter a Name for your request, e.g. 'Import Stripe Invoices'. Then click 'Save & Continue'.

stripe invoices save continue.png

If you want to limit the invoices that are imported to Airtable to only those with a particular collection method, set Collection method to either 'Charge automatically' or 'Send invoice'.

If you want to limit the invoices imported to only those created within a certain time period, you can set the Created option.

Click 'Run'.

stripe invoices run.png

The request will run and the Response field mapping modal will open. This is where you set how the fields from Stripe should map to fields in the output table. For each Stripe invoice field, you can either import or filter it. For an imported field, you can set whether to map them to an existing field or create a new field.

Make sure you import the 'Id' field, as we will use this to ensure the invoice records we have in Airtable are kept in sync with any changes in Stripe. Also import 'Amount due', 'Customer email' & 'Due date'.

stripe-rfm-i.png

Search for the 'Invoice pdf' field and change its type to 'Attachment'. This means Data Fetcher will import the actual file as an attachment from the Stripe URL. Import any other field you want and click 'Save & Run'.

stripe rfm 2.png

Data Fetcher will create any fields that need to be created in the output table, then run the request and import the invoices from Stripe to Airtable. Stripe has a limit of 100 invoices per run, so Data Fetcher may need multiple runs in order to import all your invoices.

stripe invoices imported into airtable.png

Finally, we want to ensure Data Fetcher can match up invoices in Stripe with records in Airtable, even if we move those records around. To do this, click 'Advanced settings' to open the advanced output settings. Then for Update Based on Field, select 'Id'. Then click 'Save'

stripe-updated-based-on-id.png

Note: Stripe uses Unix timestamp fields for date fields (e.g. 'Due date') that have numeric values. You can convert them to date format by adding another field with type 'Formula' and this formula:

DATEADD('1/1/1970',{Due date},'seconds')

stripe invoices due date formula.png

Import Stripe Invoices to Airtable Automatically

At the moment, we have to manually run the request to import the Stripe invoices. We can use Data Fetcher's scheduled requests feature to automatically import them every 15 minutes/ hour/ day etc.

In Data Fetcher, scroll to Schedule and click 'Upgrade'.

table-1-schedule-upgrade-button.png

A new tab will open where you can select a plan and enter your payment details to upgrade.

data fetcher upgrade pricing plans.png

Return to the Data Fetcher extension and click 'I've done this'.

table-1-schedule-ive-done-this-button.png

Under Schedule click '+ Authorize'.

Schedule Data Fetcher

On the next window, you can authorize which Airtable bases you want Data Fetcher to be able to access.

It's recommended that you select 'All current and future bases in all current and future workspaces'. By doing this, you should avoid any issues with unauthorized bases in the future.

Click 'Grant access'.

schedule-authorize-bases.jpg

Back in Data Fetcher, Schedule this request will now be toggled on.

Select how often you want the request to run, e.g. 'Every 15 mins'. Click 'Save' The request will now run on the schedule and import the Stripe invoices automatically.

Group 11(2).png

Group 11(2).png

Related Posts

How to Import Stripe Subscriptions to Airtable

How to Import Stripe Subscriptions to Airtable

Feb 24, 2022

Andy Cloke

Stripe
How to Connect to the Stripe API in Airtable

How to Connect to the Stripe API in Airtable

Feb 15, 2021

Andy Cloke

StripeFinance