Update an existing payment record
| Header | Type | Required | Description |
|---|---|---|---|
Authorization | string | Yes | Bearer authentication header of the form Bearer <token> |
| Parameter | Type | Required | Description |
|---|---|---|---|
uuid | string (UUID) | Yes | Payment UUID |
| Parameter | Type | Required | Description |
|---|---|---|---|
amount | number | No | Payment amount |
date | date | No | Payment date |
reference | string | No | Payment reference |
notes | string | No | Payment notes |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.