v1

latestOpenAPI 3.0.02026-07-242035712.0 MB
Decision Engine

Create a waiver for a Decision Engine Tree

This web service allows to create a waiver for a Decision Engine Tree.

post/pws/pws_create_decision_tree_waiver

Request body

api_call_unique_identifierstring required

Unique number that must be passed at each API request. Identifier to make each API request unique

client_idinteger required

Unique identifier for the client which Paymentology will provide at outset

tree_idinteger required

The id of the decision tree

user_idstring

User Id of the Customer who triggered the API request.

remarksstring

Remarks for API request

scope'ACCOUNT' | 'ACCOUNT_GROUP' | 'PRODUCT' | 'CLIENT' | 'TOKEN' | 'ACCOUNT,ACCOUNT_GROUP,PRODUCT,CLIENT,TOKEN'

The scope of the entity that will be waived

scope_idstring

The ID of the entity that will be waived.

expiry_datestring

The date and time when the waiver expires, formatted in ISO 8601 style yyyy-MM-dd'T'HH:mm:ss[.SSS]. If not provided, the waiver will not expire.

Example request

{
  "api_call_unique_identifier": "438574845790657485",
  "client_id": 760131,
  "tree_id": 32,
  "scope": "CLIENT",
  "scope_id": "123456",
  "expiry_date": "2026-10-10T10:10:00"
}

Response

Successful Response