Gets details about a particular card based on the BIN. Use the currency, amount, and other fields to apply any Flow rules that may put requirements on the card.
payment_method_id
. This endpoint requires the embed
scope.Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The ID of the merchant account to use for this request.
"default"
The three-letter ISO currency code.
"USD"
The bank identification number (BIN) of the card.
6 - 8
"411111"
The ID of the payment method to check, instead of the bin
.
"123e4567-e89b-12d3-a456-426614174000"
The two-letter ISO country code.
"DE"
"GB"
"US"
The payment amount in the smallest currency unit.
1299
The transaction intent.
authorize
, capture
"authorize"
Whether this is a subsequent payment.
false
Whether the transaction is merchant-initiated
false
Additional metadata for the transaction in JSON format
"{\"source\": \"web\"}"
The source of the transaction payment The way payment method information made it to this transaction.
ecommerce
, moto
, recurring
, installment
, card_on_file
"web"
Successful Response
The response is of type any
.