Skip to main content
interface

Requires read_orders access scope.

Generic payment details that are related to a transaction.

•String

The name of payment method used by the buyer.


Was this section helpful?

Anchor to Types implemented inTypes implemented in

•OBJECT

Card payment details related to a transaction.

•String

The response code from the address verification system (AVS). The code is always a single letter.

•String

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.

•String

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

•String

The response code from the credit card company indicating whether the customer entered the card security code, or card verification value, correctly. The code is a single letter or empty string.

•Int

The month in which the used credit card expires.

•Int

The year in which the used credit card expires.

•String

The holder of the credit card.

•String

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

•String

The name of payment method used by the buyer.

•DigitalWallet

Digital wallet used for the payment.

•OBJECT

Local payment methods payment details related to a transaction.

•String

The descriptor by the payment provider. Only available for Amazon Pay and Buy with Prime.

•String

The name of payment method used by the buyer.

•OBJECT

PayPal Wallet payment details related to a transaction.

•String

The name of payment method used by the buyer.

•OBJECT

Shop Pay Installments payment details related to a transaction.

•String

The name of payment method used by the buyer.


Was this section helpful?