Get card details
Retrieves details about a card using either that
card’s BIN or for stored cards the payment_method_id
.
This endpoint requires the embed
scope.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Filters the results to only the items which support this currency code. A currency is formatted as 3-letter ISO currency code.
"USD"
Used by the Flow engine to filter the results based on the transaction amount.
500
The first 8 digits (the BIN) of the card.
8
"42424242"
Filters the results to only the items which support this country code. A country is formatted as 2-letter ISO country code.
"US"
The intent of the transaction.
authorize
, capture
"capture"
Used by the Flow engine to filter available options based on the value
of the is_subsequent_payment
flag.
true
Used by the Flow engine to filter available options based on the value
of the merchant_initiated
flag.
true
Used by the Flow engine to filter available options based on various client-defined parameters. If present, this must be a string representing a valid JSON dictionary.
"{\"restricted_items\": \"True\"}"
Filters for transactions that have a payment method with an ID that matches exactly with the provided value.
"46973e9d-88a7-44a6-abfe-be4ff0134ff4"
Used by the Flow engine to filter available options based on the payment source.
ecommerce
, moto
, recurring
, installment
, card_on_file
"recurring"
Response
Details about a card.
card-detail
.
card-detail
"card-detail"
The 8 digit BIN of the card. When looking up card details using a
payment_method_id
this value will be null
.
8
"42424242"
The type of card.
credit
, debit
"credit"
The scheme/brand of the card.
accel
, amex
, bancontact
, carte-bancaire
, cirrus
, culiance
, dankort
, diners-club
, discover
, eftpos-australia
, elo
, hipercard
, jcb
, maestro
, mastercard
, mir
, nyce
, other
, pulse
, rupay
, star
, uatp
, unionpay
, visa
"visa"
An icon to display for the card scheme.
"https://api.sandbox.example.gr4vy.app/assets/card-scheme-definitions/visa.svg"
The 2-letter ISO code of the issuing country of the card.
"US"
The fields that are required to process a transaction for this payment option.
Was this page helpful?