Quasar and SquareUp Credit Card Payments
-
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…
-
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