cURL
curl --request GET \ --url https://api.paygentic.io/v0/customers \ --header 'Authorization: Bearer <token>'
{ "object": "list", "data": [ { "id": "cus_p1q2r3s4t5u6v7w8", "object": "customer", "consumerId": "org_x9y0z1a2b3c4d5e6", "createdAt": "2024-02-05T11:30:00Z", "merchantId": "org_f7g8h9i0j1k2l3m4", "organization": { "id": "org_x9y0z1a2b3c4d5e6", "address": { "city": "San Francisco", "country": "US", "line1": "123 Main St", "state": "CA", "zipCode": "94105" }, "billingEmail": "[email protected]", "name": "TechCorp", "phone": "+1-555-123-4567" }, "taxId": null, "taxRates": { "default": 8.5 }, "updatedAt": "2024-02-10T14:20:00Z", "validTaxAddress": { "message": null, "valid": true } } ], "pagination": { "limit": 10, "offset": 0, "total": 1 } }
API key authentication
Number of customers to return
1 <= x <= 100
Number of customers to skip
x >= 0
ID of the merchant organization to filter customers by Unique identifier for an organization
List of customers retrieved successfully
list
Show child attributes
Offset-based pagination response.