Service Providers
List cities and municipalities (Service Provider API)
Authorization
ApiKey ApiKeyId X-API-KEY<token>
In: header
X-API-KEY-ID<token>
In: header
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/partner_api/service_providers/locations"[ { "id": "string", "name": "string", "municipalities": [ { "id": "string", "name": "string" } ] }]Get a compliance verification GET
Poll a compliance verification by id. Returns 404 for unknown ids or another SP's verification.
List escrows (Partner API) GET
Lists escrows for the authenticated merchant. Store-scoped platform keys only see their store. Lifecycle lives here — Partner `GET /transactions` stays operating-wallet only. **Access:** platform key only.