Documentation Index
Fetch the complete documentation index at: https://docs.mangopay.com/llms.txt
Use this file to discover all available pages before exploring further.
Description
The Payment Method Metadata object allows you to obtain additional information about a specific payment method used for a transaction. The following inputs are available, indicated by theType:
BIN– The of a card, which is 8 or 6 digits.GOOGLE_PAY– The temporary token returned by the Google Pay API, as submitted in thePaymentDataparameter in the Google Pay pay-in.
CardInfo.BIN parameter on the following transaction objects:
- Direct Card PayIn
- Recurring Card PayIn (CIT)
- Preauthorization
- Deposit Preauthorization
- Card Validation
CardInfo.BIN is returned as an 8-digit BIN if available, otherwise 6 digits are returned.
Best practice – For BIN lookup, use an 8-digit version if availableAn 8-digit BIN provides the most detailed and accurate data for card identification and assessment, and is becoming the industry standard. The 6-digit version continues to be used but provides less granular classification that may be ambiguous if 8-digit sub-ranges have been introduced by the issuer.A transaction’s
CardInfo.BIN property returns the 8-digit BIN if its available. In the Card object, the Alias only ever reveals the first 6 digits – the 8-digit version should be preferred.Attributes
Allowed values:
BIN, GOOGLE_PAYThe type of metadata.Format: 6 or 8 digitsThe bank identification number (BIN).
The tokenized payment data provided by the third-party payment method.
Allowed values:
PAN_ONLY, CRYPTOGRAM_3DSIn the case of Google Pay, the format of the Token.PAN_ONLY– The card is registered in the Google account and requires 3DS authentication.CRYPTOGRAM_3DS– The card is enrolled in the customer’s Google Wallet and authentication is handled by the Android device.
Format: Two-letter country code (ISO 3166-1 alpha-2 format)The country where the card was issued.
The name of the card issuer.
objectAdditional data about the card based on the BIN. In the case of co-branded card products, two objects are returned.