Deprecated API Reference
This API Reference is being deprecated. Please use the New API Reference.
Fetch an Identity
Fetch a previously created Identity
.
curl https://finix.sandbox-payments-api.com/identities/IDpYDM7J9n57q849o9E9yNrG \
-H "Content-Type: application/vnd.json+api" \
-H 'Finix-Version:2022-02-01' \
-u USsRhsHYZGBPnQw8CByJyEQW:8a14c2f9-d94b-4c72-8f5c-a62908e5b30e
Example Response:
{
"id" : "IDpYDM7J9n57q849o9E9yNrG",
"created_at" : "2022-01-27T07:36:52.11Z",
"updated_at" : "2022-09-28T21:04:37.46Z",
"additional_underwriting_data" : {
"annual_ach_volume" : 200000,
"average_ach_transfer_amount" : 200000,
"average_card_transfer_amount" : 200000,
"business_description" : "SB3 vegan cafe",
"card_volume_distribution" : {
"card_present_percentage" : 30,
"ecommerce_percentage" : 60,
"mail_order_telephone_order_percentage" : 10
},
"credit_check_allowed" : true,
"credit_check_ip_address" : "42.1.1.113",
"credit_check_timestamp" : "2021-04-28T16:42:55Z",
"credit_check_user_agent" : "Mozilla 5.0(Macintosh; IntelMac OS X 10 _14_6)",
"merchant_agreement_accepted" : true,
"merchant_agreement_ip_address" : "42.1.1.113",
"merchant_agreement_timestamp" : "2021-04-28T16:42:55Z",
"merchant_agreement_user_agent" : "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6)",
"refund_policy" : "MERCHANDISE_EXCHANGE_ONLY",
"volume_distribution_by_business_type" : {
"business_to_business_volume_percentage" : 100,
"business_to_consumer_volume_percentage" : 0,
"consumer_to_consumer_volume_percentage" : 0,
"other_volume_percentage" : 0,
"person_to_person_volume_percentage" : 0
}
},
"application" : "APgPDQrLD52TYvqazjHJJchM",
"entity" : {
"amex_mid" : null,
"annual_card_volume" : 12000000,
"business_address" : {
"line1" : "741 Douglass St",
"line2" : "Apartment 8",
"city" : "San Mateo",
"region" : "CA",
"postal_code" : "94114",
"country" : "USA"
},
"business_name" : "Bobs Burgers",
"business_phone" : "+1 (408) 756-4497",
"business_tax_id_provided" : true,
"business_type" : "INDIVIDUAL_SOLE_PROPRIETORSHIP",
"default_statement_descriptor" : "Bobs Burgers",
"discover_mid" : null,
"dob" : {
"day" : 2,
"month" : 5,
"year" : 1998
},
"doing_business_as" : "Bobs Burgers",
"email" : "user@example.org",
"first_name" : "Bernard",
"has_accepted_credit_cards_previously" : true,
"incorporation_date" : {
"day" : 27,
"month" : 6,
"year" : 1978
},
"last_name" : "Joness",
"max_transaction_amount" : 1200000,
"mcc" : "0742",
"ownership_type" : "PRIVATE",
"personal_address" : {
"line1" : "741 Douglass St",
"line2" : "Apartment 7",
"city" : "San Mateo",
"region" : "CA",
"postal_code" : "94114",
"country" : "USA"
},
"phone" : "7144177878",
"principal_percentage_ownership" : 50,
"short_business_name" : null,
"tax_authority" : null,
"tax_id_provided" : true,
"title" : "CTO",
"url" : "www.BobsBurgers.com"
},
"tags" : {
"key" : "value_2"
},
"_links" : {
"self" : {
"href" : "https://finix.sandbox-payments-api.com/identities/IDpYDM7J9n57q849o9E9yNrG"
},
"verifications" : {
"href" : "https://finix.sandbox-payments-api.com/identities/IDpYDM7J9n57q849o9E9yNrG/verifications"
},
"merchants" : {
"href" : "https://finix.sandbox-payments-api.com/identities/IDpYDM7J9n57q849o9E9yNrG/merchants"
},
"settlements" : {
"href" : "https://finix.sandbox-payments-api.com/identities/IDpYDM7J9n57q849o9E9yNrG/settlements"
},
"authorizations" : {
"href" : "https://finix.sandbox-payments-api.com/identities/IDpYDM7J9n57q849o9E9yNrG/authorizations"
},
"transfers" : {
"href" : "https://finix.sandbox-payments-api.com/identities/IDpYDM7J9n57q849o9E9yNrG/transfers"
},
"payment_instruments" : {
"href" : "https://finix.sandbox-payments-api.com/identities/IDpYDM7J9n57q849o9E9yNrG/payment_instruments"
},
"associated_identities" : {
"href" : "https://finix.sandbox-payments-api.com/identities/IDpYDM7J9n57q849o9E9yNrG/associated_identities"
},
"disputes" : {
"href" : "https://finix.sandbox-payments-api.com/identities/IDpYDM7J9n57q849o9E9yNrG/disputes"
},
"application" : {
"href" : "https://finix.sandbox-payments-api.com/applications/APgPDQrLD52TYvqazjHJJchM"
}
}
}
HTTP Request
GET https://finix.sandbox-payments-api.com/identities/:IDENTITY_ID
URL Parameters
Parameter |
Description |
---|---|
:IDENTITY_ID | ID of the Identity |