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.