Actions
1. Introduction
Execute the following steps to import the Postman collection:
In Postman, click Import.
Select Import File.
Select the files.
2. Accept/Reject Transaction - API
Transactions can be accepted or rejected based on decisions.
To complete this task, to accept or reject a transaction, retrieve the ID from the notification Outstanding Tasks Object.
These requests are to accept or reject, document and PEP or Sanction Review, and are only applicable when this Outstanding Tasks Object is present in your notifications.
It will not be visible via a status request, send a notification request to see this, if you have not received the notification.
Refer to Get Request for more information.
Accept/Reject Requests will only work if the transaction has not reached its final state.
If you have received the notification with a state of “SUCCESS”, then the transaction has reached its final state, and these requests will not be valid.
Request Method: POST
Required Headers
Complete the appropriate header information.
The API Headers information are provided by the ISX relationship management team.
Field Name | Field Value |
|---|---|
From | API client name |
Authorization | Bearer API token |
Content-Type | application/json |
Example:
Field Name | Field Value |
|---|---|
From | Test_APIClient |
Authorization | Bearer TEXnkvZCtFucXebHYwrYLIGbkhjygvBTbxWELCCnCQJTKsx6bYNh5fOjEE |
Content-Type | application/json |
The word Bearer must be present in the API token or else an error will result.
Accept Transaction
Request URL: POST /v1/tasks/ID/accept
Example: www.test.com/v1/tasks/u1djo3rfd/accept
Reject Transaction
Request URL: POST /v1/tasks/ID/reject
Example: www.test.com/v1/tasks/u1djo3rfd/reject
3. Cancel Transaction - API
Only card transactions may be cancelled.
The Cancel Transaction Request will only work if the transaction has not reached its final state.
If you have received the notification with a state of “SUCCESS”, then the transaction has reached its final state, and this request will not be valid.
Cancel Transaction request uses the transaction ID to cancel the transaction.
Refer to Transaction Events & States for more info on transaction states.
Request Method: POST
Required Headers
Fill in the appropriate header information.
The API Header information is provided by the ISX relationship management team.
Field Name | Field Value |
|---|---|
From | API client name |
Authorization | Bearer API token |
Content-Type | application/json |