latestOpenAPI 3.0.12026-08-105551287.6 KB
c481fa2414f9
Business Identifications
Index business identifications of a partner
Returns all business identifications for all of your customers. You can add filters to your query to filter results.
get/v1/businesses/identifications
Query parameters
page[number]string
The number of pages to be returned.
page[size]string
The size to apply to each page of the API response.
filter[provider]string
Filter by identification providers.
filter[reference]string
Filter by identification reference numbers.
filter[status]string
Filter by the business identification status.
filter[completed_at]string
Filter by the date and time when the business identification was completed.
filter[created_at]string
Filter by the date and time when the business identification was created.
filter[updated_at]string
Filter by the date and time when the business identification was last updated.
filter[legal_identification_status]string
Filter by the business legal identification status.
Response
Successful result of the operation
Example response
{
"id": "4c74c804eaea5d2a2d64ef400a27a4d3bid",
"method": "idnow",
"reference": "TST-VWKRA",
"status": "pending",
"completed_at": "null",
"legal_identification_status": "information_required",
"legal_identification_reason": "null",
"legal_identification_missing_information": [
"COMPLIANCE_QUESTIONS"
],
"business_id": "880bbac68a34add190786b9c74f4c82fcbiz",
"edd_data_status": "pending"
}