Skip to main content
POST
Update Billpay Order

Request Headers

string
required
Bearer token for authentication. Format: Bearer <token>
string
default:"application/json"
Expected response format. Use application/json.
string
default:"application/json"
Format of the request body. Use application/json.
string
required
A unique key to ensure idempotent requests.

Path Parameters

string
required
The unique UUID of the bill transaction to update (e.g. 5f8b789f-e6e6-4506-91be-cb344009c680).

Body Parameters

number
required
The new amount to set for the bill order.

Response

boolean
required
Indicates whether the update was successful.
string
required
A human-readable status message.
object
The updated bill details. Present on success.
string
The UUID of the updated transaction. Present on success.

Error Response

The update will fail if:
  • The order is not in pending status.
  • The flexible order has already received partial payments.
  • Network failure caused by third party aggregator
boolean
Returns false on failure.
string
A description of why the update failed.