# Accept Payments with Square and Vue

DevFeed: [Accept Payments with Square and Vue](<https://devfeed.tech/articles/accept-payments-with-square-and-vue-15484.md>)

Original publisher: [Read original article](<https://developer.squareup.com/blog/accept-payments-with-square-and-vue>)

Author: Anthony Giuliano

Published: 2023-03-30T07:00:00Z

Content type: tutorial

Language: en

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

Topics: [Nuxt.js](<https://devfeed.tech/topics/nuxt.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [API](<https://devfeed.tech/topics/api.md>), [SDK](<https://devfeed.tech/topics/sdk.md>), [Vue.js](<https://devfeed.tech/topics/vue.md>), [Framework](<https://devfeed.tech/topics/framework.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [apis](<https://devfeed.tech/tags/apis.md>), [css](<https://devfeed.tech/tags/css.md>), [nuxt](<https://devfeed.tech/tags/nuxt.md>), [payments](<https://devfeed.tech/tags/payments.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>), [vue](<https://devfeed.tech/tags/vue.md>)

## AI overview

This tutorial explains how to integrate Square payments into a Nuxt application using the Square Web Payments SDK and Square Payments API. It covers configuring the SDK, creating a credit-card payment form, and adding a secure card input field.

## Source excerpt

Easily add payments to your Nuxt app!