GspCardEnrichmentHeaderRecord

  • The JSON object is a header for GSP Card settlement files, providing context for the settlement details.

  • It includes crucial identifiers like a unique batch ID (cardNetbankingCollectionsId), the settlement ID, and the total item count within the file.

  • All three fields (cardNetbankingCollectionsId, settlementId, numberOfItems) are mandatory and have specific data types, with numberOfItems represented as a string formatted Int64Value.

A header object that is used for the purposes of GSP Card settlement files. It is used to encapsulate the detail surrounding the contained settlement.

JSON representation
{
  "cardNetbankingCollectionsId": string,
  "settlementId": string,
  "numberOfItems": string
}
Fields
cardNetbankingCollectionsId

string

REQUIRED: This should be a unique ID that identifies this batch of transactions.

settlementId

string

REQUIRED: The settlement ID that this file is associated with.

numberOfItems

string (Int64Value format)

REQUIRED: The number of entries in this file, not counting the header entry.