Skip to main content
Object

Fields

cardDetails
required
Details related to the card used on the transaction
networkResponseDetails
required
The response code from the network.
acquirerTokenDetails
required
Details associated with the token generated on a tokenization request.
paymentBrand
required
Specifies which payment brand was used, e.g., Visa, MasterCard, Discover, American Express, etc.
{
  "cardDetails": CardInformation,
  "networkResponseDetails": NetworkResponseDetails,
  "acquirerTokenDetails": AcquirerTokenDetails,
  "paymentBrand": "VISA"
}