# Implementing Square's Payment Form in Reaction Commerce

DevFeed: [Implementing Square's Payment Form in Reaction Commerce](<https://devfeed.tech/articles/implementing-square-s-payment-form-in-reaction-commerce-15688.md>)

Original publisher: [Read original article](<https://developer.squareup.com/blog/implementing-sqpaymentform-in-reaction-commerce>)

Author: Richard Moot

Published: 2018-01-12T00:59:44Z

Content type: tutorial

Language: en

Sources: [Square Corner Blog RSS Feed](<https://devfeed.tech/sources/square-corner-blog-rss-feed.md>)

Topics: [Meteor](<https://devfeed.tech/topics/meteor.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [apis](<https://devfeed.tech/tags/apis.md>), [checkout](<https://devfeed.tech/tags/checkout.md>), [ecommerce](<https://devfeed.tech/tags/ecommerce.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [implementation](<https://devfeed.tech/tags/implementation.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [library](<https://devfeed.tech/tags/library.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [payment](<https://devfeed.tech/tags/payment.md>), [pci-dss](<https://devfeed.tech/tags/pci-dss.md>), [security](<https://devfeed.tech/tags/security.md>)

## AI overview

This tutorial explains how to implement Square's SqPaymentForm JavaScript library in Reaction Commerce. The hosted form captures payment information in an iframe and returns a nonce token that can be used with Square's APIs, while the article addresses Meteor's handling of external scripts.

## Source excerpt

Get Square's payment form implemented in your Reaction Commerce App