v1
latestOpenAPI 3.0.22026-08-061303782.1 MBList Payment Instruments
Retrieve a list of Payment Instrument resources.
For details on how to query endpoints using the available parameters, see Query Parameters.
{% admonition type="info" %} If no query parameters are specified in the request the API automatically limits the response to records from the last 30 days. You can request older data by passing an explicit created_at.lte filter. {% /admonition %}
Query parameters
Return every resource created after the cursor value.
Return every resource created before the cursor value.
Filter by the last 4 digits of the account if available.
Filter by the account routing number if available.
Filter by Bank Identification Number (BIN). The BIN is the first 6 digits of the masked number.
Filter where created_at is after the given date.
Filter where created_at is before the given date.
Filter by the expiration month associated with the Payment Instrument if applicable. This filter only applies to payment cards.
Filter by the 4 digit expiration year associated with the Payment Instrument if applicable. This filter only applies to payment cards.
Filter by id.
Filter by the last 4 digits of the Payment Instrument card. This filter only applies to payment cards.
The numbers of items to return.
Filter by the name.
Filter by the owner id of the associated Identity.
Filter by the Payment Instrument type.
Filter by the tag's key. For more information, see Tags.
Filter by the tag's value. For more information, see Tags.
Filter where updated_at is after the given date.
Filter where updated_at is before the given date.
Headers
Specify the API version of your request. For more details, see Versioning.
Response
List of Payment Instrument resources
Example response
{
"_embedded": {
"payment_instruments": [
{
"fingerprint": "FPRxxxxxxxxxxxxxxxxx"
}
]
}
}