wafeq_payment_requests_partial_update
Partially update an existing payment request via PATCH. Modify fields like amount, currency, beneficiary, or attachments without full replacement.
Instructions
๐ก WRITE ยท updates data ยท Payment Requests ยท PATCH /payment_requests/{id}/
Partial update payment request
Endpoint for partially updating an existing payment request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | No | An entity that can have attachments. | |
| idempotency_key | No | Optional idempotency key (sent as the X-Wafeq-Idempotency-Key header). A UUID v4 is generated automatically when omitted, so an automatic network retry can never duplicate this operation. Pass your own stable value to make a deliberate re-invocation safe as well. |