For the complete documentation index, see llms.txt. This page is also available as Markdown.

Manage AML Exception

Manage AML Exception

The Manage AML Exception API allows to change status of the AML exceptions.

Input Parameters:

Name
Required
Definition
Comments

ExceptionDescription

N

Format: Alphanumeric, 1-500

ExceptionID

Y

Format: Alphanumeric, 10

ExceptionStatus

Y

Format: options: New (saved as NEW) Approved (saved as APPROVED) CardReporting (saved as REPORT) CardReportingAndClosure (saved as REPORTCC) CardClosure (saved as CC) InProgress (saved as INPROGRESS)

OperationType

N

Format: Update

Output Parameters:

XML Samples

Input XML

<?xml version="1.0" ?>
  <PraxellXMLRequest>
    <AuthenticationDetails>
        <UserName> </UserName>
        <UserPassword> </UserPassword>
      <ClientSourceIP></ClientSourceIP> 
 </AuthenticationDetails>;
    <ServiceDetails>
        <ServiceName>ManageAMLException</ServiceName>
        <UniqueRequestId></UniqueRequestId>
    </ServiceDetails>
    <Origin>
        <OriginType>ExtAPI</OriginType>
    </Origin>
    <ServiceParams>
       <OperationType></OperationType>
       <ExceptionID></ExceptionID>
       <ExceptionStatus></ExceptionStatus>
       <ExceptionDescription></ExceptionDescription>
    </ServiceParams>
</PraxellXMLRequest>

Last updated