-
I used the guided demo to do a payment using credit card with applicationId and locationId from Square Sandbox Account. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I had to do more setup in Rails backend with gem 'square.rb' and create a post method like so
and from React
|
Beta Was this translation helpful? Give feedback.
-
Hi @ebizcoAU the React form is just a wrapper of the Payments SDK, the Payments SDK doesn't take payments Just generates the tokens and information needed for you as a developer or a third-party service to receive this data and process a payment using a custom backend As @sfrunza shows he is sending the data to his backend after the response received |
Beta Was this translation helpful? Give feedback.
I had to do more setup in Rails backend with gem 'square.rb' and create a post method like so
and from React