GspUpiCollectionsHeader

  • The GSP Card settlement file uses a header object to encapsulate settlement details.

  • The header includes a unique ID for the transaction batch, the number of payment entries, and the number of refund entries.

  • All header fields (upiCollectionsId, paymentRecordCount, refundRecordCount) are required and utilize specific data formats.

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
{
  "upiCollectionsId": string,
  "paymentRecordCount": string,
  "refundRecordCount": string
}
Fields
upiCollectionsId

string

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

paymentRecordCount

string (Int64Value format)

REQUIRED: The number of payment entries in this file.

refundRecordCount

string (Int64Value format)

REQUIRED: The number of refund entries in this file.