PAYMENTS-Invoice

Number of APIs: 5

  1. Get an invoice. GET {{baseUrl}}/v4/invoices/:uid?locationUid=00000000-0000-0000-0000-000000000000

  2. Get all invoices. GET {{baseUrl}}/v4/invoices?locationUid=00000000-0000-0000-0000-000000000000&datePaid=2015-01-23T23:50:07Z&dateRefunded=2015-01-23T23:50:07Z&dateCreated=2015-01-23T23:50:07Z&limit=10&cursor=MDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAw

  3. Create an invoice. POST {{baseUrl}}/v4/invoices

  4. Cancel an invoice. POST {{baseUrl}}/v4/invoices/:uid/cancel

  5. Refund an invoice POST {{baseUrl}}/v4/invoices/:uid/refund