List agencies
To retrieve a list of all agencies, send a GET request to the following endpoint. This will return the details of all agencies available in the system.
GET https://[base_url]/v2/preloaded-balance/agencies
Endpoint response
[
{
"is_archived": false,
"hyperguest_token": null,
"name": "Agencia ECUADOR",
"phone": "3015106398",
"rc_identifier": null,
"country_code": "+57",
"is_active": true,
"oneopay_user_id": null,
"created_at": "2025-01-21T16:43:04.687929",
"email_for_notifications": "[email protected]",
"nuvei_user_id": null,
"document_type": "NIT",
"id": 12,
"document_number": "1113434333453",
"updated_at": "2025-01-21T16:43:04.687937"
},
{
"is_archived": false,
"hyperguest_token": null,
"name": "Agencia PERU",
"phone": "3015106398",
"rc_identifier": null,
"country_code": "+57",
"is_active": true,
"oneopay_user_id": null,
"created_at": "2025-01-21T16:43:15.353777",
"email_for_notifications": "[email protected]",
"nuvei_user_id": null,
"document_type": "NIT",
"id": 13,
"document_number": "4534543",
"updated_at": "2025-01-21T16:43:15.353785"
},
{
"is_archived": false,
"hyperguest_token": null,
"name": "Agencia PERU",
"phone": "3015106398",
"rc_identifier": null,
"country_code": "+57",
"is_active": true,
"oneopay_user_id": null,
"created_at": "2025-01-21T16:51:25.554343",
"email_for_notifications": "[email protected]",
"nuvei_user_id": null,
"document_type": "NIT",
"id": 14,
"document_number": "45345743",
"updated_at": "2025-01-21T16:51:25.554352"
}
]