payment_details - aareano/ifshop-wiki GitHub Wiki

This drop is does not correspond to a Shopify liquid drop.

This drop corresponds to payment_details inside Shopify's API.

additional properties

  • payment_details.credit_card_last_four_digits

missing properties

none



payment_details.avs_result_code

The Response code from AVS the address verification system. The code is a single letter; see this chart for the codes and their definitions.


payment_details.credit_card_bin

The issuer identification number (IIN), formerly known as bank identification number (BIN) ] of the customer's credit card. This is made up of the first few digits of the credit card number.


payment_details.credit_card_company

The name of the company who issued the customer's credit card.


payment_details.credit_card_last_four_digits

Returns the last four digits of payment_details.credit_card_number.


payment_details.credit_card_number

The customer's credit card number, with most of the leading digits redacted with Xs.

Input

{{ payment_details.credit_card_number }}

Output

•••• •••• •••• 4242

payment_details.cvv_result_code

The Response code from the credit card company indicating whether the customer entered the card security code, a.k.a. card verification value, correctly. The code is a single letter or empty string; see this chart for the codes and their definitions.