Additional details about a payment, typically displayed on a receipt and logged by the partner.
authorizationCode required | string A code generated by card processing networks upon accepting an authorization request. |
cardBrand required | string The brand of the credit card. For example, AMEX, Discover, Visa, or Mastercard. |
last4 required | string The final four digits of the credit card number. |
localTransactionDate required | string <date-time> A copy of the |
{- "localTransactionDate": "2019-08-24T14:15:22Z",
- "cardBrand": "string",
- "authorizationCode": "string",
- "last4": "string"
}