Skip to main content
Use list endpoints to read partner-owned records after creating or updating them. The customer, beneficiary, and payment list endpoints use cursor pagination. Required permissions depend on the resource:

Pagination pattern

Send limit on the first request. If the response includes hasMore: true, send the returned nextCursor as cursor on the next request.
List responses include items, nextCursor, and hasMore.

List customers

Use GET /api/v1/customers to list customers in your partner organization.
Optional filters:

List beneficiaries for a customer

Use GET /api/v1/customers/{customerId}/beneficiaries to list beneficiaries under one customer.
Optional filters:

List payments

Use GET /api/v1/payment to list payments across your partner organization. You can filter by status, customer, beneficiary, or created date range.
Optional filters: For complete list output schemas, open the API Reference.