Identities

Fetch an Identity's Merchant

Retrieve the Merchant resource for an Identity.

get/identities/{identity_id}/merchants

Headers

Finix-Versionstring
Example:2022-02-01

Specify the API version of your request. For more details, see Versioning.

Response

List of Merchant resources

Example response

{
  "_embedded": {
    "List of Merchants": [
      {
        "termination_details": {
          "terminated_at": "2024-09-16T13:11:36.72Z"
        }
      }
    ]
  }
}

Changes

Changed in 1 of the 9 revisions of this API.114

  • 9db82db717c5114See the full diff
    • the response property _embedded/List of Merchants/items/loan_repayment became nullable for the status 200

      response-property-became-nullable

    • added the optional property _embedded/List of Merchants/items/_links/merchant_profile to the response with the 200 status

      response-optional-property-added

    • added the optional property _embedded/List of Merchants/items/_links/verification to the response with the 200 status

      response-optional-property-added

    • added the optional property _embedded/List of Merchants/items/disbursements_ach_pull_enabled to the response with the 200 status

      response-optional-property-added

    • added the optional property _embedded/List of Merchants/items/disbursements_ach_push_enabled to the response with the 200 status

      response-optional-property-added

    • added the optional property _embedded/List of Merchants/items/disbursements_card_pull_enabled to the response with the 200 status

      response-optional-property-added

    • added the optional property _embedded/List of Merchants/items/disbursements_card_push_enabled to the response with the 200 status

      response-optional-property-added

    • added the optional property _embedded/List of Merchants/items/gateway to the response with the 200 status

      response-optional-property-added

    • added the optional property _embedded/List of Merchants/items/microdeposit_verification_required_application_owner to the response with the 200 status

      response-optional-property-added

    • added the optional property _embedded/List of Merchants/items/microdeposit_verification_required_buyer to the response with the 200 status

      response-optional-property-added

    • added the optional property _embedded/List of Merchants/items/microdeposit_verification_required_recipient to the response with the 200 status

      response-optional-property-added

    • added the optional property _embedded/List of Merchants/items/microdeposit_verification_required_seller to the response with the 200 status

      response-optional-property-added

    • added the optional property _embedded/List of Merchants/items/microdeposit_verification_required_sender to the response with the 200 status

      response-optional-property-added

    • added the optional property _embedded/List of Merchants/items/pending_refunds_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property _embedded/List of Merchants/items/unreferenced_refund_card_present_enabled to the response with the 200 status

      response-optional-property-added