Fetch a Payment Card
attention
This API is available for Finix Flex and Finix Core customers.
Fetch a previously created Payment Instrument
that is type PAYMENT_CARD
curl https://finix.sandbox-payments-api.com/payment_instruments/PIe2YvpcjvoVJ6PzoRPBK137 \
-H "Content-Type: application/vnd.json+api" \
-u USsRhsHYZGBPnQw8CByJyEQW:8a14c2f9-d94b-4c72-8f5c-a62908e5b30e \
Example Response:
{
"id" : "PIe2YvpcjvoVJ6PzoRPBK137",
"application" : "APgPDQrLD52TYvqazjHJJchM",
"fingerprint" : "FPRogKWsRQks2HGaau5eGR9AF",
"tags" : {
"card_name" : "Business Card"
},
"expiration_month" : 12,
"expiration_year" : 2029,
"bin" : "489514",
"last_four" : "0006",
"brand" : "VISA",
"card_type" : "UNKNOWN",
"name" : "Amy White",
"address" : {
"line1" : "900 Metro Center Blv",
"line2" : null,
"city" : "San Francisco",
"region" : "CA",
"postal_code" : "94404",
"country" : "USA"
},
"address_verification" : "POSTAL_CODE_AND_STREET_MATCH",
"security_code_verification" : "MATCHED",
"created_at" : "2022-01-27T07:37:00.53Z",
"updated_at" : "2022-01-27T07:37:10.88Z",
"instrument_type" : "PAYMENT_CARD",
"type" : "PAYMENT_CARD",
"currency" : "USD",
"identity" : "IDgWxBhfGYLLdkhxx2ddYf9K",
"_links" : {
"self" : {
"href" : "https://finix.sandbox-payments-api.com/payment_instruments/PIe2YvpcjvoVJ6PzoRPBK137"
},
"authorizations" : {
"href" : "https://finix.sandbox-payments-api.com/payment_instruments/PIe2YvpcjvoVJ6PzoRPBK137/authorizations"
},
"transfers" : {
"href" : "https://finix.sandbox-payments-api.com/payment_instruments/PIe2YvpcjvoVJ6PzoRPBK137/transfers"
},
"verifications" : {
"href" : "https://finix.sandbox-payments-api.com/payment_instruments/PIe2YvpcjvoVJ6PzoRPBK137/verifications"
},
"application" : {
"href" : "https://finix.sandbox-payments-api.com/applications/APgPDQrLD52TYvqazjHJJchM"
},
"identity" : {
"href" : "https://finix.sandbox-payments-api.com/identities/IDgWxBhfGYLLdkhxx2ddYf9K"
},
"updates" : {
"href" : "https://finix.sandbox-payments-api.com/payment_instruments/PIe2YvpcjvoVJ6PzoRPBK137/updates"
}
}
}
HTTP Request
GET https://finix.sandbox-payments-api.com/payment_instruments/:PAYMENT_INSTRUMENT_ID
URL Parameters
Parameter |
Description |
---|---|
:PAYMENT_INSTRUMENT_ID | ID of the Payment Instrument |