ABU return file error by card
Event that occurs during processing of the ABU return file. Specifies the card and error that occurred to it.
Type: object
Domain: cards
Event: abu_return_file_card_error
Version: 1
card_id required
Title: Card ID
Description: Pismo Card ID.
Type: integer
Example:
12345
result_file_id required
Title: Result File ID
Description: References the historical record of the file.
Type: string
Example:
70a12fc6-dbc1-47e1-808a-bc822b4ffcbc
result_file_name
Title: Result Filename
Description: References record's filename.
Type: string
Example:
T275filename.txt
error_code required
Title: Error Code
Description: Error code sent by Mastercard.
Type: string
Example:
101
error_message required
Title: Error Message
Description: Error description.
Type: string
Example:
Old Account Number is not numeric
reason_code required
Title: Reason Code
Description: Automatic updater reason code.
Type: string
Example:
N
ica
Title: Interbank Card Association (ICA) number
Description: Interbank Card Association (ICA) number. The issuer's sign-on ID. A four-digit number MasterCard assigns to a financial institution to identify the member.
Type: string
Example:
888888
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"title": "ABU return file error by card",
"description": "Event that occurs during processing of the ABU return file. Specifies the card and error that occurred to it.",
"examples": [
{
"card_id": 12345,
"result_file_id": "70a12fc6-dbc1-47e1-808a-bc822b4ffcbc",
"result_file_name": "T275filename.txt",
"error_code": "100",
"error_message": "Old Account Number is not numeric",
"reason_code": "C",
"ica": "888888"
}
],
"required": [
"card_id",
"result_file_id",
"error_code",
"error_message",
"reason_code"
],
"properties": {
"card_id": {
"type": "integer",
"title": "Card ID",
"description": "Pismo Card ID.",
"examples": [
12345
]
},
"result_file_id": {
"type": "string",
"title": "Result File ID",
"description": "References the historical record of the file.",
"examples": [
"70a12fc6-dbc1-47e1-808a-bc822b4ffcbc"
]
},
"result_file_name": {
"type": "string",
"title": "Result Filename",
"description": "References record's filename.",
"examples": [
"T275filename.txt"
]
},
"error_code": {
"type": "string",
"title": "Error Code",
"description": "Error code sent by Mastercard.",
"examples": [
"101"
]
},
"error_message": {
"type": "string",
"title": "Error Message",
"description": "Error description.",
"examples": [
"Old Account Number is not numeric"
]
},
"reason_code": {
"type": "string",
"title": "Reason Code",
"description": "Automatic updater reason code.",
"examples": [
"N"
]
},
"ica": {
"type": "string",
"title": "Interbank Card Association (ICA) number",
"description": "Interbank Card Association (ICA) number. The issuer's sign-on ID. A four-digit number MasterCard assigns to a financial institution to identify the member.",
"examples": [
"888888"
]
}
},
"definitions": {}
}
{
"card_id": 12345,
"result_file_id": "70a12fc6-dbc1-47e1-808a-bc822b4ffcbc",
"result_file_name": "T275filename.txt",
"error_code": "100",
"error_message": "Old Account Number is not numeric",
"reason_code": "C",
"ica": "888888"
}
Updated 23 days ago