List payment methods for an Organization

Returns paginated saved payment methods (profiles) for the organization associated with the authenticated API key. Filter by accounting customerId (QuickBooks Id, Xero ContactID, etc.) to list methods for one customer — the same pattern as the legacy /api/profiles/list route. Each item includes an internal Benji Pays profile id; there is no accounting-system payment-method identifier to address a single resource by path.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
length ≤ 200

Free-text search across payment method fields (customer name, masked card/account number, etc.).

string
length ≤ 200

Filter to a single accounting customer ID (QuickBooks Id, Xero ContactID, Business Central id, QBD ListID).

string
length ≤ 200

Filter to a gateway store identifier (gatewayId).

string
enum

Filter by payment method status. Matches the merchant-app profiles table filters.

Allowed:
string
length ≤ 50

Field to sort by (uses the same field names returned in the response). Accepted values: customerName, createdDate, lastModifiedDate, lastDeclineDate, declineCount, autoPayPriority, gatewayId, gatewayProcessor. Defaults to customerName (accounting customer display name denormalized on the profile).

string
enum

Sort direction. Accepted values: asc (default), desc.

Allowed:
integer
1 to 100
Defaults to 20
integer
0 to 9007199254740991
Defaults to 0
Headers
uuid

Optional client-supplied unique ID for one request. The server generates a UUID v4 if omitted and always echoes the value in the response.

uuid

Optional ID that flows across service boundaries for distributed tracing. The server generates a UUID v4 if omitted and always echoes the value in the response.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json