ABU notification file sent

This event supports Mastercard's Automatic Billing Updater (ABU) feature, which ensures that customer information is up-to-date across multiple sites. This event occurs on a daily basis if any customer billing information has changed - Pismo sends a file of changes to Mastercard. If no changes have taken place, a file is not sent and this event is not generated. For more information, see ABU in the Cards overview guide or Mastercard's Automatic Billing Updater documentation.

Type: object
Domain: cards
Event: automatic_updater
Version: 1

|
account_id required

Title: Account ID
Description: User's Pismo account ID.
Type: integer
Example:
117485993

card_id required

Title: Card ID
Description: Pismo card ID
Type: integer
Example:
12387645

program_id required

Title: Program ID
Description: Card's Pismo program ID
Type: integer
Example:
9965

card_status

Title: Card status
Description: Card's status
Type: string
Must be one of the following:
CREATED
UNBOUND
NORMAL
REISSUED
BLOCKED
PENDING
WARNING
INOPERATIVE
LOST
ROBBED
CANCELED
FRAUD
DAMAGED
EXPIRED
DELETED
BROKEN
THEFT
DEFECT

error_message

Title: Error message.
Description: Error message when ABU fails
Type: string or null
Example:
Unable to connect to network

filename

Title: Automatic updater file name
Description: AU file name if card was sent to the card network
Type: string
Example:
/path/filename.txt

new_card_id

Title: New card ID
Description: New Pismo card ID
Type: integer
Example:
12387645

new_card_status

Title: New card status
Description: New card status
Type: string
Must be one of the following:
CREATED
UNBOUND
NORMAL
REISSUED
BLOCKED
PENDING
WARNING
INOPERATIVE
LOST
ROBBED
CANCELED
FRAUD
DAMAGED
EXPIRED
DELETED
BROKEN
THEFT
DEFECT

reason_code

Title: Automatic updater reason code
Description: Reason for automatic update: N = new account, I = initial load, C = card cancelled, R = replacement when card is reissued, and O = override for deletion.
Type: string or null
Must be one of the following:
N
I
C
R
O