Create Descriptor Enrollment
API to create descriptor enrollment request
post
Authorizations
Body
sidintegerOptional
Site ID
email_cc_liststringOptional
List of email as receiver for descriptor enrollment. Multiple email should be seperate by (,)
Responses
200
Successfully returned enrollment request id
application/json
401
Unauthorized
application/json
500
Error
application/json
post
POST /txalerts/descriptor_enrollment/create HTTP/1.1
Host:
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 204
{
"sid": 1,
"email_cc_list": "text",
"enrollment_items": [
{
"provider": [
"text"
],
"descriptor": "text",
"match_type": "text",
"mcc": "text",
"visa_bin": "text",
"visa_caid": "text",
"visa_arn": "text",
"rdr_ruleset": "text"
}
]
}
{
"status": "text",
"msg": "text",
"enrollment_request_id": 1
}
Last updated