v1

latestOpenAPI 3.0.02026-07-261090122.9 KB
Payments

Update payment by ID

Update a payment

put/payments/{id}

Path parameters

idstring required

Request body

object required

Example request

{
  "invoice_id": 1,
  "payment_date": 1234567890,
  "amount": "1.1",
  "method ": "cash",
  "payment_method_id": 1,
  "notes": "some string",
  "square_transaction_id": "some string"
}

Response

Successful response