v1
latestOpenAPI 3.1.02026-07-24180245513.9 KBDICT proxy lookup
Perform DICT proxy lookup
Submit a proxy lookup request against the DICT directory. Returns the created lookup with its current status. Owner and account fields are populated once status reaches sent.
post/proxy_services/dict/proxy_lookups
Request body
Example request
{
"proxy_type_code": "cpf",
"proxy_identification": "12345678901",
"connected_account_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"scheme_data": {
"pi_payer_id": "12345678901",
"pi_end_to_end_id": "E1234567820250101120000000000001",
"pi_requesting_participant": "12345678"
}
}Response
Proxy lookup performed successfully
Example response
{
"id": "d4e5f6a7-b8c9-0123-deff-012345678901",
"object": "proxy_lookup",
"scheme": "dict",
"status": "sent",
"proxy_type": "tax_id",
"proxy_type_code": "cpf",
"proxy_identification": "12345678901",
"owner_name": "Maria Silva",
"owner_type": "individual",
"account_identification": "0001234-5",
"account_type": "CACC",
"account_issuer": "12345678",
"servicer": "12345678",
"connected_account_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"scheme_data": {
"pi_payer_id": "12345678901",
"pi_end_to_end_id": "E1234567820250101120000000000001",
"pi_requesting_participant": "12345678",
"owner_statistics": {},
"key_statistics": {}
},
"created_at": "2025-01-01T12:00:00Z",
"updated_at": "2025-01-01T12:00:01Z"
}