v1

latestOpenAPI 3.0.22026-08-061303782.1 MB
Payment Instrument Associations

List Payment Instrument Associations

Retrieve a list of Payment Instrument Association resources.

get/payment_instrument_associations

Query parameters

after_cursorstring

Return every resource created after the cursor value.

before_cursorstring

Return every resource created before the cursor value.

limitinteger
Example:10

The numbers of items to return.

merchant_idstring
Example:MUeDVrf2ahuKc9Eg5TeZugvs

Filter by Merchant ID.

payment_instrument_idstring
Example:PIcgYZswyRfqSSbvMsxuaHxZ

Filter by Payment Instrument ID.

application_idstring
Example:APc9vhYcPsRuTSpKD9KpMtPe

Filter by Application ID.

Headers

Finix-Versionstring
Example:2022-02-01

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

Response

List of Instrument Association resources

Example response

{
  "_embedded": {
    "payment_instrument_associations": [
      {
        "id": "instrument_association_9xZ6pUo5fXb7aAB4o3TqkK",
        "application_id": "APxxx",
        "instrument_id": "PIcgYZswyRfqSSbvMsxuaHxZ",
        "merchant_id": "MUcgYZswyRfqSSbvMsxuaHxZ"
      }
    ]
  }
}