Skip to main content
All CollectionsAutomationsStripe Integration
I'm getting an error that the email field is invalid before loading the Stripe Checkout page
I'm getting an error that the email field is invalid before loading the Stripe Checkout page

Unknown error code: email_invalid.

Updated over 4 months ago

The reason you're getting an error for the email field is that Stripe does not recognize linked record fields. As a simple workaround, you would need to add a new field in Airtable to lookup the linked record's "Email" field and use it instead. Both fields will look similar, but the difference is that the API interprets them differently (lookup field is just plain text unlike the linked field which is an array of string IDs).

Did this answer your question?