Alert action V2

This API is used to create alert actionthat can be applied to different rule.

Version 2 Action Alert api support idempotency;

Body Params

This web service allows to alert different types of action

string
required
length between 0 and 30
^[^<>'"/;,`%]*$

This is just a name given to alert action


Eg.Decline for decline action.
Alert for Alert action
string
required
length between 1 and 40

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

string
required
length between 0 and 200
^[^<>'"/;,`%]*$

,message container

int32
required
≥ 1

Unique identifier for the client which Paymentology will provide at outset

int64
required
≥ 1

Id of rule in which we want to add decline action.Rule Id is returned when creating rule.

string
required
length between 0 and 100
^[^<>'"/;,`%]*$

Subject

string
required
length between 0 and 150

Recepient :Value of to can be :

  • me
  • cardholder
  • parent_account_owner
  • cust_service_1
  • aml_team
  • custom
string
required

action Type Values of type can be :"1" or "2" or "1,2".

  • "1"-–indicate sending alert through sms
  • "2" --indicates sending alert through email
  • "1,2" --indicates sending alert through both email and sms
    string
    length between 0 and 50

    User Id of the Customer who triggered the API request.

    string
    length between 0 and 200

    Remarks for API request

    string
    length between 0 and 100
    ^[^<>'"/,`%]*$

    Phone Number mandatory when type is one of the following:

    • type=="1"
    • type="1,2"
    string
    length between 0 and 200
    ^[^<>'"/,`%]*$

    Email Id mandatory when type is one of the following:

    • type=="2"
    • type=="1,2"
    Responses

    404

    Webservices does not exist

    500

    Internal Server error

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