network_total.updated

Occurs when a network total is updated.

Payload
const
enum
required

The type of event that occurred.

Allowed:
uuid
required

Globally unique identifier.

string
enum
required

Card network where the transaction took place. AMEX, VISA, MASTERCARD, MAESTRO, or INTERLINK.

Allowed:
string
required

The institution that activity occurred on. For Mastercard: ICA (Interbank Card Association). For Maestro: institution ID. For Visa: lowest level SRE (Settlement Reporting Entity).

string
required

The institution responsible for settlement. For Mastercard: same as institution_id. For Maestro: billing ICA. For Visa: Funds Transfer SRE (FTSRE).

string
required

Settlement service.

date
required

Date that the network total record applies to. YYYY-MM-DD format.

integer

The clearing cycle that the network total record applies to. Mastercard only.

string
required

3-character alphabetic ISO 4217 code.

boolean
required

Indicates that all settlement records related to this Network Total are available in the details endpoint.

amounts
object
required
date-time
required

RFC 3339 timestamp for when the record was created. UTC time zone.

date-time
required

RFC 3339 timestamp for when the record was last updated. UTC time zone.

Response
200

Return a 200 status to indicate that the data was received successfully

LoadingLoading…