---
title: "List Payment Instrument Associations"
method: GET
path: "/payment_instrument_associations"
tags: ["Payment Instrument Associations"]
---

# List Payment Instrument Associations

`GET /payment_instrument_associations`

Retrieve a list of `Payment Instrument Association` resources.

## Query parameters

- `after_cursor` string
- `before_cursor` string
- `limit` integer
- `merchant_id` string
- `payment_instrument_id` string
- `application_id` string

## Headers

- `Finix-Version` string

## Response `200`

List of `Instrument Association` resources

- object
  - `page` Page — Details the page that's returned.
    - `limit` integer — The number of entries to return.
    - `next_cursor` string, nullable — The cursor to use for the next page of results.
  - `_embedded` object
    - `payment_instrument_associations` PaymentInstrumentAssociation[]
      - `id` string — The ID of the `Payment Instrument Association`.
      - `created_at` string, date-time — Timestamp of when the object was created.
      - `updated_at` string, date-time — Timestamp of when the object was last updated.
      - `application_id` string — The ID of the `Application` the resource was created under.
      - `enabled` boolean — Indicates whether this current `Payment Instrument Association` is enabled.
      - `instrument_id` string — The ID of the `Payment Instrument` whose events will be charged to the specified merchant.
      - `merchant_id` string — The ID of the `Merchant` that fees will be applied to.
      - `tags` Tags, nullable — Include up to 50 `key: value` pairs to annotate requests with custom metadata. - Maximum character length for individual `keys` is 40. - Maximum character length for individual `values` is 500. (For example, `order_number: 25`, `item_type: produce`, `department: sales`)
      - `_links` object
        - `self` Self — Link to the resource that was used in the request.
          - `href` string
  - `_links` object
    - `self` Self — Link to the resource that was used in the request.
      - `href` string
    - `next` Next — Link to the next page of entries.
      - `href` string

## Other responses

- `401` — Unauthorized. Authentication is required and has failed or has not been provided.
- `403` — Forbidden. The client is authenticated but does not have permission to access the resource.
- `406` — Not Acceptable. The server could not accept the submitted request. Confirm how the request was formatted and submitted.
- `422` — Unprocessable Entity. One or more query parameters were syntactically valid but could not be processed.

---

[API](https://skmtc.net/finix/apis/finix-api-reference.md) · [All operations](https://skmtc.net/finix/apis/finix-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finix/finix-api-reference/versions/5426f6f99c52/schema)
