BillPaymentRequestAction : sign, abandon or cancel a bill payment request.
POST/api/v1/bill-payment-requests/:id
Executes an action on a bill payment request based on its ID.
Available actions:
- SIGN: Sign the bill payment request.
- ABANDON: Abandon the bill payment request.
- CANCEL: Cancel the bill payment request.
The action must be specified.
Request
Responses
- 200
- 400
The operation was performed successfully.
Invalid request.