VOOZH about

URL: https://shopify.dev/docs/api/liquid/objects/transaction_payment_details

⇱ Liquid objects: transaction_payment_details


Skip to main content

Information about the payment methods used for a transaction.

Properties

Anchor to
credit_card_companycredit_card_company

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

Anchor to
credit_card_last_four_digitscredit_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_numbercredit_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_cardgift_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"
}
Example
{
 "credit_card_number": "•••• •••• •••• 4242",
 "credit_card_company": "Visa",
 "credit_card_last_four_digits": "4242"
}
Was this section helpful?