{
"data": [
{
"id": "pyr_AbC123XyZ",
"identifier": "PAYER-2025-001",
"name": "John Doe",
"given_name": "John",
"family_name": "Doe",
"middle_name": "<string>",
"company_name": "Acme Corp",
"email": "john.doe@example.com",
"phone": "+15551234567",
"tax_id": "12-3456789",
"address": {
"country": "US",
"address1": "123 Main St",
"address2": "Suite 100",
"city": "New York",
"state": "NY",
"postal_code": "10001"
},
"metadata": {
"custom_field": "value",
"source": "api"
},
"created_at": "2025-10-08T18:20:31Z",
"updated_at": "2025-10-08T18:25:00Z"
}
],
"next_cursor": "<string>",
"has_more": true
}