GET api/OuterGateCommon/CheckAntiMoneyLaunderingExecutor?customerExecutorId={customerExecutorId}&amount={amount}
IL METODO VERRA' DIMESSO IN QUANTO TALE CONTROLLO NON è PIU' OBBLIGATORIO Verifica che per il dato cliente esecutore del pagamento non ci siano problemi di antiriciclaggio
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
customerExecutorId |
Identificativo interno del cliente esecutore |
integer |
Required |
amount |
Ammontare della transazione |
decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
return true = nessun problema
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>