List Payment Instrument Associations
Retrieve a list of Payment Instrument Association resources.
Query parameters
Return every resource created after the cursor value.
Return every resource created before the cursor value.
The numbers of items to return.
Filter by Merchant ID.
Filter by Payment Instrument ID.
Filter by Application ID.
Headers
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",
"payment_instrument_id": "PIcgYZswyRfqSSbvMsxuaHxZ",
"merchant_id": "MUcgYZswyRfqSSbvMsxuaHxZ"
}
]
}
}Changes
Changed in 1 of the 9 revisions of this API.11
- ●
removed the optional property
_embedded/payment_instrument_associations/items/instrument_idfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
_embedded/payment_instrument_associations/items/payment_instrument_idto the response with the200statusresponse-optional-property-added
- ●