wafeq_payment_requests_update
Update an existing payment request by ID to change amount, beneficiary, bank account, currency, or other fields. Keep payment records accurate without creating a new request.
Instructions
๐ก WRITE ยท updates data ยท Payment Requests ยท PUT /payment_requests/{id}/
Update payment request
Endpoint for updating an existing payment request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | Yes | 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. |