Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PUT \ --url https://ywe3crmpll.execute-api.us-east-2.amazonaws.com/stage/payments/{id} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "invoice_id": 1, "payment_date": 1234567890, "amount": "1.1", "method ": "cash", "payment_method_id": 1, "notes": "some string", "square_transaction_id": "some string" } '
Update a payment
The body is of type object.
object
Successful response
Was this page helpful?
Contact support