Log in
Interface

PaymentCardBinDetailsInterface

Magento\PaymentServicesPaypal\Api\Data\PaymentCardBinDetailsInterface

What it does

This interface defines the contract for payment card BIN (Bank Identification Number) details in PayPal payment processing.

Developers use this when working with payment card validation, fraud detection, or card type identification features in the Payment Services for PayPal module.

It provides methods to get and set the BIN value, which typically represents the first 6-8 digits of a payment card number.

Public Methods

  • getBin()
  • setBin()