Skip to main content

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

The operation was performed successfully.