processAmlResponse
POST/v1/payments/aml
Accepts AML check results for Payment Orders, for example SEPA Credit Transfers.
Request
Responses
- 200
- 400
- 405
- 415
- 500
- 503
OK - The AML check result has been prepared for processing.
Bad Request - Validation error occurred. This code will cover malformed syntax in request or incorrect data in payload.
Method Not Allowed - This code is only sent when the HTTP method (PUT, POST, DELETE, GET etc.) is not supported by a specific endpoint. It has nothing to do with the content, payment or account information data model.
Unsupported Media Type - A media type which the serves does not support has been supplied.
Internal Server Error - Internal server error occurred.
Service Unavailable - The server is currently unavailable. Generally, this is a temporary state.