Get Corporate Transaction Detail: Retrieve detail information for a transaction on my account to see additional data associated with a debit or credit.
Swagger specifications link
Technical documentation link
STATUS: Public Comment
HTTP verb
Body MIME Type
application/json
Body sample
{
"agent": {
"clearingSystemIdentification": "USABA",
"memberIdentification": "061103852"
},
"searchCriteria": {
"transactionIdentification": "trans25612341A",
"accountIdentification": {
"identification": "11101013",
"isToken": "N"
}
}
}
"agent": {
"clearingSystemIdentification": "USABA",
"memberIdentification": "061103852"
},
"searchCriteria": {
"transactionIdentification": "trans25612341A",
"accountIdentification": {
"identification": "11101013",
"isToken": "N"
}
}
}
Resource base URL
https://api.afinis.org/accounts/v1
Resource path
/transactions/detail
Security schemes
APIKeyQueryParam