| firstSixDigits | The first six digits of the customers credit card number | New | transactionResults[x].card.firstSixDigits |
| lastFourDigits | The last four digits of the customers credit card number | New | transactionResults[x].card.lastFourDigits |
| authorisationCode | Value generated by the issuing bank in response to a proposal to transfer funds | New | transactionResults[x].operationResult.authorisationCode |
| additionalData | Holds additional data about the Pay Request | New | additionalData |
| customerIP | The IP address of the customer who submitted the payment from the client | New | additionalData.customerIP |