Update Business Process

scope business_processes:update

Update a specific Business Process by its ID. This endpoint allows you to modify business process information including status, metadata, and configuration.

Info

The business process ID must exist within your account. This endpoint allows partial updates - only the fields you specify will be modified.

Use PUT for complete replacement if you need to replace all business process data.

Tip: Use PATCH for efficient updates when you only need to modify specific fields of a business process.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The unique identifier (AVID) of the Account.

string
required

The Account's (Merchant's) unique reference identifier for the Customer.

string
required

The unique identifier of the Business Process.

Body Params
string
enum

The new status of the business process.

Allowed:
string
length between 10 and 65536

The callback URL on which business process updates will be sent.

1000000000000 to 9999999999999

It is used to schedule a business process at a specific time in future. The value can be provided as a duration or a point in time but must be within 365 days from the current or creation time.

1000000000000 to 9999999999999

Specifies the expiration of the business process, starting from the creation time or the scheduled time if defined. The default value is 45 days (45d). The expiration can be provided as either a duration or a specific point in time, but it must be within 365 days from the creation or scheduled time if defined.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json