Chapter 5.1.20 - Reporting Information

Reporting Information

The ReportingInformation object contains optional reporting information that is only returned when incrf in RequestConfig is set to true:

Key Value
acct [string] Account Reference
Account Reference field for use in reporting
  • Max length: 150 bytes
custref [string] Customer Reference
Customer Reference field for use in reporting
  • Max length: 150 bytes
invn [string] Invoice Number Reference
Invoice Number Reference field for use in reporting
  • Max length: 150 bytes
bcyc [string] Bill Cycle Reference
Bill Cycle Reference field for use in reporting
  • Max length: 150 bytes
ccycd [string] Currency Code
Currency code for the invoice
  • Max length: 3 characters
ccydesc [string] Currency Description
Currency description
  • Max length: 150 bytes

Example

"incrf": {
"acct": "Account Reference",
"custref": "Customer Reference",
"invn": "Invoice Number Reference",
"bcyc": "Bill Cycle Reference",
"ccycd": "USD",
"ccydesc": "United States Dollar"
}