Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-plugin-square-payment-form

A simple plugin that adds the Square Payment Form JavaScript library to every page of your Gatsby site.

Have a project using this plugin? Let me know and I can include it here!

How to use

  1. Install using either npm or yarn:
yarn add gatsby-plugin-square-payment-form

or

npm install gatsby-plugin-square-payment-form
  1. Add to gatsby-config.js
module.exports = {
  plugins: [
    `gatsby-plugin-square-payment-form`,
  ]
}
© 2023 Gatsby, Inc.