No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Quasar and SquareUp Credit Card Payments

    Framework
    2
    2
    270
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      bryanbe last edited by

      Hi,

      Got a quick question. Has anyone successfully integrated SquareUp CC Payments in Quasar??

      They have several examples on PHP, C#, etc. I even found an example for vue.js but seems impossible to integrate the client side (SqPaymentForm) with Quasar

      Thank you…

      dobbel 1 Reply Last reply Reply Quote 0
      • dobbel
        dobbel @bryanbe last edited by

        @bryanbe

        They have several examples on PHP, C#, etc.

        https://developer.squareup.com/docs/sample-apps

        Quasar is (not considering SSR) a client side framework running in the client’s browser. All of their examples are made with server side languages( running on a server). This probably means that according to SquareUp it is best to include a server when using SquareUp .

        Quasar <-> Your server( php,nodejs, java,ect) <-> SquareUp

        I found this vue repo:
        https://github.com/tristansokol/vue-square

        1 Reply Last reply Reply Quote 1
        • First post
          Last post