Pagination pattern
Sendlimit on the first request. If the response includes hasMore: true, send the returned nextCursor as cursor on the next request.
items, nextCursor, and hasMore.
List customers
UseGET /api/v1/customers to list customers in your partner organization.
List beneficiaries for a customer
UseGET /api/v1/customers/{customerId}/beneficiaries to list beneficiaries under one customer.
List payments
UseGET /api/v1/payment to list payments across your partner organization. You can filter by status, customer, beneficiary, or created date range.
For complete list output schemas, open the API Reference.