Página nueva
UPDATE API
POST /api/v1/update
Headers
name |
type |
description |
apiKey |
String (constant) |
The api key - given to you by Ado which will be validated during your API request |
Request params
attribute |
type |
description |
cid |
String -(constant) |
The customer id which will be given to you by ADO |
csid |
String |
Bank session ID |
uid |
String |
Bank user ID |
additionalData |
Dictionary (optional) |
Key value pair dictionary (the generic values can be viewed above) |
transactionData |
Dictionary (optional) |
Key value pair dictionary (the generic values can be viewed above) |
Response
attribute |
type |
description |
errorMessage |
String |
The error message from Ado server |
status |
String |
Fraud Sessions
We would like to be notified for session that were fraud from your end, this API allow you to send us an API request to update us about fraud sessions.
Alternatively, can be send as excel file over email.
POST /api/v1/fraudSessions
Headers
name |
type |
description |
apiKey |
String |
The api key - given to you by Ado which will be validated during your API request |
Request params
attribute |
type |
description |
cid |
String - for example “dev” |
The customer id which will be given to you by Ado |
classification |
String |
Classficaition for the csids you send us, all of the given csids will be classified as this enum, this enum has the following options: |
csids |
List[String] |
List of your csids that you would like to notify us about |
Response
attribute |
type |
description |
errorMessage |
String |
The error message from Ado server |
csids |
List[String] |
the problematic session ids |