transaction_ payment_ details
Information about the payment methods used for a transaction.
Properties
The name of the company that issued the credit card used for the transaction.
The last four digits of the credit card number of the credit card used for the transaction.
The credit card number of the credit card used for the transaction.
All but the last four digits are redacted.
{
"credit_card_number": "•••• •••• •••• 4242",
"credit_card_company": "Visa",
"credit_card_last_four_digits": "4242"
}
{
"credit_card_number": "•••• •••• •••• 4242",
"credit_card_company": "Visa",
"credit_card_last_four_digits": "4242"
}
Was this section helpful?