Cameron Sima
Cameron Sima

Reputation: 5385

Pushing noncredit card transaction to Square

Using the square connect api, I'd like to simply add an order to a location's "balance" without charging a card. The goal is to add grubhub and other non-square transactions to a square account.

The orders api seems to simply return an Order object meant to be used in a transaction in which a credit card would be charged. Is this possible?

Upvotes: 1

Views: 88

Answers (1)

tristansokol
tristansokol

Reputation: 4271

You cannot create transactions via the API without charging a card. You can create cash transactions with the Point Of Sale app and that will probably have the effect you want.

Upvotes: 1

Related Questions