Update Payment
Documentation Index
Fetch the complete documentation index at: https://apidocs.royalti.io/llms.txt
Use this file to discover all available pages before exploring further.
/payment/{id} endpoint updates a specific payment.
Method:
PUT
Path Parameter:
| Parameter | Type | Description |
|---|---|---|
| id | string | The unique identifier of the payment |
| Field | Type | Required | Description |
|---|---|---|---|
| user (Optional) | string | No | TenantUserId associated with the payment |
| title (Optional) | string | No | Title/description of the payment |
| transactionDate (Optional) | string | No | Date and time of the transaction |
| currency (Optional) | string | No | Currency code (e.g., USD, NGN) |
| amount (Optional) | number | No | Amount in the specified currency |
| amountUSD (Optional) | number | No | Amount converted to USD |
| conversionRate (Optional) | number | No | Exchange rate used for conversion |
| memo (Optional) | string | No | Additional notes about the payment |
| files (Optional) | array | No | Array of file names associated with the payment |
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Payment ID
TenantUserId associated with the payment
Title/description of the payment
Date and time of the transaction
Currency code
Amount in the specified currency
Amount converted to USD
Exchange rate used for conversion
Optional memo