Skip to main content
List merchant capabilities

Authorizations

X-API-Key
string
header
required

Your Swipelux API key. Obtain this from the Swipelux Dashboard.

Query Parameters

cursor
string

Opaque cursor returned as nextCursor from the previous page.

limit
integer
default:25

Maximum number of records to return. Defaults to 25.

Required range: 1 <= x <= 100
status
enum<string>

Filter by capability status. Closed enum — exhaustive; additions would be a breaking change.

Available options:
pending,
ready,
restricted,
rejected,
canceled
method
enum<string>

Filter by capability method. Open enum — values are added over time; clients must tolerate unknown values.

Available options:
ach,
wire,
rtp,
pix,
sepa,
swift,
spei,
pse,
transfers_3_0,
uaefts,
faster_payments,
sepa_instant,
ipp,
card,
stablecoin_transfers
customerId
string
updatedAfter
string<date-time>

Return only records updated at or after this RFC 3339 timestamp. Use it to recover from missed webhooks by replaying a window of changes.

Response

Capabilities returned

data
object[]
required

Capabilities.

nextCursor
string | null
required

Cursor for the next page, or null when there is no next page.

hasMore
boolean
required

Whether another page is available.