Skip to main content

transaction_payment_details

Information about the payment methods used for a transaction.

Properties

Anchor to
credit_card_company

The name of the company that issued the credit card used for the transaction.

Anchor to
credit_card_last_four_digits

The last four digits of the credit card number of the credit card used for the transaction.

Anchor to
credit_card_number

The credit card number of the credit card used for the transaction.

All but the last four digits are redacted.

Anchor to
gift_card

The gift card used for the transaction.

If no gift card was used, then nil is returned.

{
"credit_card_number": "•••• •••• •••• 4242",
"credit_card_company": "Visa",
"credit_card_last_four_digits": "4242"
}
Was this section helpful?