We will use the AML API to find the AML-related information of a payment.
The query parameter is the payment ID. The ID is taken from the response to the payment request.
To find the AML details, use the following endpoint:
https://aml-api.sandbox.tuumplatform.com/api/v1/aml/process/by-payment?paymentId=PAYM-8834
Learn more about the find AML informationarrow-up-right endpoint in the Tuum developer portal.
Below you will find the response to the sample request:
{ "errors": null, "validationErrors": null, "data": { "processId": "ID-7878", "paymentId": "PAYM-8834", "statusCode": "PROCESSED", "resultCode": "APPROVED", "source": null, "providerInfo": null } }
With this request, we can see the AML status of the payment.
Last updated 1 year ago
Was this helpful?
".../by-payment?paymentId=PAYM-8834"