Search code examples
square-connect

Square API: How to generate test orders without getting charged?


I am developing an app that uses the Orders endpoint.

As far as I can tell, there is no way to place an "order" without providing a credit card. Which means there are fees (because there is no square sandbox...)

Is there any way to test my integration without incurring fees??

Note: This stackoverflow answer gives a work around for the Payments endpoint, but that is not helpful in my case.


Solution

  • Square has sandbox where you can use the sandbox nonce and predefined credit cards. In this way you will not get charged for the orders. Check this link https://docs.connect.squareup.com/articles/using-sandbox/