Authorizations
Response
200 - application/json
- Option 1
- Option 2
Available options:
kyb, kyc, entity Available options:
PENDING, IN_PROGRESS, COMPLETE, ERROR curl --request GET \
--url https://api.parcha.ai/api/v1/getLatestApplicationState \
--header 'Authorization: Bearer <token>'{
"self_attested_data": {
"business_name": "<string>",
"registered_business_name": "<string>",
"address_of_incorporation": {
"street_1": "<string>",
"street_2": "<string>",
"city": "<string>",
"state": "<string>",
"country_code": "<string>",
"postal_code": "<string>"
},
"address_of_operation": {
"street_1": "<string>",
"street_2": "<string>",
"city": "<string>",
"state": "<string>",
"country_code": "<string>",
"postal_code": "<string>"
},
"website": "<string>",
"business_purpose": "<string>",
"description": "<string>",
"industry": "<string>",
"tin_number": "<string>",
"incorporation_date": "2023-12-25"
},
"applicant_id": "<string>",
"applicant_type": "kyb",
"application_status": "PENDING",
"current_check_results": [
{
"check_id": "<string>",
"status": "PENDING",
"result": {},
"error": "<string>",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"past_check_results": [
{
"check_id": "<string>",
"status": "PENDING",
"result": {},
"error": "<string>",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"updated_at": "2023-11-07T05:31:56Z"
}Retrieve the latest application state for a specific application
curl --request GET \
--url https://api.parcha.ai/api/v1/getLatestApplicationState \
--header 'Authorization: Bearer <token>'{
"self_attested_data": {
"business_name": "<string>",
"registered_business_name": "<string>",
"address_of_incorporation": {
"street_1": "<string>",
"street_2": "<string>",
"city": "<string>",
"state": "<string>",
"country_code": "<string>",
"postal_code": "<string>"
},
"address_of_operation": {
"street_1": "<string>",
"street_2": "<string>",
"city": "<string>",
"state": "<string>",
"country_code": "<string>",
"postal_code": "<string>"
},
"website": "<string>",
"business_purpose": "<string>",
"description": "<string>",
"industry": "<string>",
"tin_number": "<string>",
"incorporation_date": "2023-12-25"
},
"applicant_id": "<string>",
"applicant_type": "kyb",
"application_status": "PENDING",
"current_check_results": [
{
"check_id": "<string>",
"status": "PENDING",
"result": {},
"error": "<string>",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"past_check_results": [
{
"check_id": "<string>",
"status": "PENDING",
"result": {},
"error": "<string>",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"updated_at": "2023-11-07T05:31:56Z"
}Show child attributes
kyb, kyc, entity PENDING, IN_PROGRESS, COMPLETE, ERROR Show child attributes
Show child attributes