Card Operation SubType
curl --request GET \
--url 'https://{{baseUrl}}/classifier/cardOperationSubType' \
--header 'Authorization: Bearer <token>'[
{
"operationType": "CARD_CASH",
"operationSubtype": "CARD_CASH_REVERSAL",
"operationDirection": "INCOMING",
"description": "Card cash reversal of failed withdrawal ",
"businessUnit": "sandbox"
},
{
"operationType": "CARD_CASH",
"operationSubtype": "CARD_CASH_REVERSAL",
"operationDirection": "INCOMING",
"description": "Card cash reversal of failed withdrawal ",
"businessUnit": "sandbox"
}
]Classifiers
Card Operation SubType
GET
/
classifier
/
cardOperationSubType
Card Operation SubType
curl --request GET \
--url 'https://{{baseUrl}}/classifier/cardOperationSubType' \
--header 'Authorization: Bearer <token>'[
{
"operationType": "CARD_CASH",
"operationSubtype": "CARD_CASH_REVERSAL",
"operationDirection": "INCOMING",
"description": "Card cash reversal of failed withdrawal ",
"businessUnit": "sandbox"
},
{
"operationType": "CARD_CASH",
"operationSubtype": "CARD_CASH_REVERSAL",
"operationDirection": "INCOMING",
"description": "Card cash reversal of failed withdrawal ",
"businessUnit": "sandbox"
}
]Documentation Index
Fetch the complete documentation index at: https://api.amlyze.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
⌘I