Get a paginated list of payment intents for the authenticated merchant. merchant_id is taken from the JWT.
Keycloak JWT. Roles: admin (platform admin — can register merchants, act on behalf of any merchant), merchant (dashboard user — scoped to their own merchant_id via user attribute mapper), POS terminals use client credentials flow with merchant_id injected via protocol mapper.
Page number (default: 1)
x >= 1Number of items per page (default: 20, max: 100)
1 <= x <= 100