The Sub Account Listing API fetches all child merchant details linked to a parent merchant. You must pass the parent merchant MID for the parent_merchant_uuid parameter in this request.
HTTP Method: GET
Environment
Test Environment | https://uat-onepayuonboarding.payu.in |
Production Environment | https://onboarding.payu.in |
Post parameters
Parameter | Parameter Type | Description |
---|---|---|
parent_merchant_uuid | Path | This parameter must contain the parent merchant MID. |
Authorization Merchant access token or client token with the scope asfetch_child_merchants from Hub. | Query | Bearer {{access_token}} |
searchTerm | Query | This parameter must contain any of the following search term: - identifier - phone - name brand_name |
searchText | Query | - This parameter must contain the search text. |
Sample request
Success scenario
curl --request GET \
--url '{{onboarding_base_url}}/api/v3/product_accounts/{{mid}}/sub_accounts?searchTerm=identifier&searchText=112233 \
--header 'Authorization: Bearer {{access_token}}'
Failure Scenario
curl --location -g --request GET '{{onboarding_base_url}}/api/v3/product_accounts/{{mid}}/sub_accounts' \
--header 'Authorization: Bearer {{access_token}}'
Response Parameters
Parameter | Description |
---|---|
id | The ID of the child merchant |
mid | The mid of the child merchant |
uuid | The uuid (Universally unique identifier) of the child merchant |
product | This parameter must be passed with the following value: "PayUBiz" |
device | The app device used by child merchant to sell the products. |
business_type | Business type of the child merchant. |
quality_score | Quality score of the child merchant based on the verification by PayU. |
display_name | The display name of the child merchant |
account_id | Account ID of the child merchant. |
business_entity_id | The business entity ID of the merchant. The business entity ID and corresponding business entity is listed in the Partner Category List table of this section. |
business_category_id | The business category ID of the merchant. |
business_sub_category_id | The business sub category ID of the merchant. |
business_name | Business name of the merchant, similar to PAN. |
pancard_name | Name of the child merchant as in the PAN card. |
pancard_number | PAN card number of the child merchant. |
website_url | Website URL of the child merchant |
ios_url | IOS app URL of the merchant. |
business_origin | Business origin of the merchant., |
gst_number | GST number of the merchant registered with the Sales tax department. |
integration_type | The integration type of the merchant. It can be any of the following: - Tools - ThirdParty |
routing_mid | Routing MID is displayed in this parameter |
average_delivery_time | Average delivery time of the merchant |
downjones_check | Downjones check details by PayU |
aggregator_type | Aggregator type for the child merchant |
monthly_expected_volume | Monthly expected volume of the child merchant. |
campaign_name | Campaign name through which the child merchant joined. |
campaign_medium | Campaign medium through which the child merchant joined. |
campaign_source | Campaign source through which the child merchant joined. |
campaign_term | Campaign period of the campaign through which the child merchant joined. |
partner_uuid | Parent partner UUID of the child merchant |
created_at | Child merchant creation timestamp |
updated_at | Child merchant details last updated time stamp. |
admin_user_id | Admin user ID of the child merchant. |
The child merchant email. | |
mobile | Mobile number of the child merchant |
terms_and_condition_accepted_at | Timestamp when the Terms and Conditions was accepted by the child merchant. |
website_approval_statu | Website approval status of the child merchant |
sub_source | Sub source of the child merchant. |
account_uuid | Account UUID of the child merchant. |
pan_verification_status | PAN card verification status of the child merchant. |
website_remarks | Website verification remarks by PayU. |
settlement_status | Last settlement status of the child merchant. |
source_details | Source details of the child merchant. |
merchant_vertical | Child merchant business vertical. |
notification_email | Email ID of the child merchant to which the notifications need to be sent by PayU |
bank_update_attempt_count | Was the bank update attempt was successful by PayU |
partner_source | Partner source of the child merchant |
integration_status | Integration status of the child merchant |
merchant_type | Merchant type will have the value as "Aggregator." |
child_aggregator | Child aggregator if any of the current child merchant. |
shop_number | Shop telephone number of the child merchant. |
area_code | Area code of the child merchant. |
Sample Response
Success Scenario
Get Child Merchants - Success Scenario
{
"child_merchants": {
"product_accounts": [
{
"id": 23013,
"uuid": "11ef-xxxx-1c3e4934-xxxx-XXXX5fxxx323",
"identifier": 732349805,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22752,
"active": true,
"status": null,
"business_entity_id": 2,
"business_category_id": 61,
"business_sub_category_id": 530,
"business_name": "JUBBLES CARE",
"pancard_name": "KSHIPRA DWIVEDI",
"pancard_number": "CXXPDXXXN",
"gst_number": "07XXXPDXXXX0XXXX",
"notification_email": "[email protected]",
"flag": 1040,
"settlement_status": null,
"merchant_type": "child_aggregator",
"onboarding_status": "Profile Completion in progress",
"account_id": null,
"pan_verification_status": "Success",
"admin_user_id": 18038,
"terms_and_condition_accepted_at": null,
"created_at": "2024-07-09T08:56:22.000Z",
"updated_at": "2024-07-09T09:06:28.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": "",
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": "not_applicable",
"sf_payload_version": 6,
"stop_txns": 0,
"copy_mid_parent": null,
"mid": 732349805,
"name": "KSHIPRA DWIVEDI",
"email": "[email protected]",
"first_name": "KSHIPRA",
"last_name": "DWIVEDI",
"business_type": "LongTail",
"bank_update_attempt_count": 0,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 68798,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643683",
"product": "PayUbiz",
"bank_update_attempt_left": 11,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": false,
"saved_kyc_address": null,
"kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"document_status": "Pending",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": true,
"onboarding_completed": false,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-07-11T14:52:56.182+05:30",
"business_pan_name_match": false,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Arts, Gifts & Stationery",
"business_sub_category_name": "Art Dealers and Galleries",
"device": "Desktop",
"display_name": "KSHIPRA DWIVEDI",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": "Others",
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643683",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "9dcf-127a-6e4796ff-4926-363291dc60ae",
"business_category_uuid": "11ed-8009-091cb9d0-b87a-6e4c8a1aae9b",
"business_sub_category_uuid": "11ed-8027-b90656b2-99f8-6e4c8a1aae9b",
"account_uuid": null,
"merchant_account_uuid": "11ef-3dd1-1d169e6a-8867-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ef-3dd1-1c274ffe-b298-02111e9ad6d9",
"bank_detail": null,
"operating_address": null,
"registration_address": null,
"business_entity": {
"id": 2,
"name": "Sole Proprietorship"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-07-09T08:56:22.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-07-09T08:56:22.000Z"
},
{
"status_type": "Agreement",
"status_value": "Not Generated",
"updated_at": "2024-07-09T08:56:22.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-07-09T08:56:22.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6876,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": true
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ef-3dd1-1e202f24-8867-02975f21d323",
"created_at": "2024-07-09T08:56:23.000Z",
"updated_at": "2024-07-09T08:56:23.000Z",
"record_id": 23013,
"record_type": "ProductAccount"
}
],
"kyc_documents": [],
"cs_plan": null,
"product_account_detail": {
"id": 22926,
"merchant_id": null,
"dob": "1992-08-10",
"pep": null,
"aml_flag": false,
"created_at": "2024-07-09T08:56:22.000Z",
"updated_at": "2024-07-09T09:06:28.000Z",
"uuid": "11ef-3dd1-1d4a8a86-8867-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 23013,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 68798,
"gmv_amount": null,
"average_delivery_time": 30,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": "Inbound",
"pg_key": "k6grJC",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": null,
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": []
},
{
"id": 23011,
"uuid": "11ef-3db9-d509aa48-bfd7-02975f21d323",
"identifier": 732349803,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22750,
"active": true,
"status": null,
"business_entity_id": 2,
"business_category_id": 61,
"business_sub_category_id": 528,
"business_name": "KSHIPRA DWIVEDI",
"pancard_name": "KSHIPRA DWIVEDI",
"pancard_number": "CVMPD9000N",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1168,
"settlement_status": null,
"merchant_type": "child_aggregator",
"onboarding_status": "Documentation & Website Verification in progress",
"account_id": null,
"pan_verification_status": "Success",
"admin_user_id": 18036,
"terms_and_condition_accepted_at": null,
"created_at": "2024-07-09T06:09:43.000Z",
"updated_at": "2024-07-09T06:17:59.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": "",
"area_code": "DL",
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": "not_applicable",
"sf_payload_version": 7,
"stop_txns": 0,
"copy_mid_parent": null,
"mid": 732349803,
"name": "KSHIPRA DWIVEDI",
"email": "[email protected]",
"first_name": "KSHIPRA",
"last_name": "DWIVEDI",
"business_type": "LongTail",
"bank_update_attempt_count": 1,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 668790,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643680",
"product": "PayUbiz",
"bank_update_attempt_left": 10,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": false,
"saved_kyc_address": null,
"kyc_status": {
"kyc_status": "PENDING",
"adhaar_kyc_status": "PENDING",
"ckyc_status": "PENDING"
},
"document_status": "Pending",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": true,
"onboarding_completed": false,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-07-09T14:12:13.000+05:30",
"business_pan_name_match": false,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Arts, Gifts & Stationery",
"business_sub_category_name": "Gifts and Souvenir Shops",
"device": "Desktop",
"display_name": "KSHIPRA DWIVEDI",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": "Others",
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643680",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "9dcf-127a-6e4796ff-4926-363291dc60ae",
"business_category_uuid": "11ed-8009-091cb9d0-b87a-6e4c8a1aae9b",
"business_sub_category_uuid": "11ed-8027-b1d5ebd2-99f8-6e4c8a1aae9b",
"account_uuid": null,
"merchant_account_uuid": "11ef-3db9-d569afd8-bfd7-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ef-3db9-d4ff127c-84f5-02111e9ad6d9",
"bank_detail": {
"id": 6528,
"branch_name": "Noida",
"bank_account_number": "57492372937",
"ifsc_code": "SCBL0036024",
"holder_name": "KSHIPRA DWIVEDI",
"nodal_code": null,
"nodal_status": "Not Activated",
"active": true,
"status": 0,
"penny_deposit_status": "Success",
"penny_attempt_count": 0,
"penny_deposit_method": "IMPS",
"bank_verification_status": "Success",
"uuid": "11ef-3dcf-2262d296-8867-02975f21d323",
"created_at": "2024-07-09T08:42:12.000Z",
"updated_at": "2024-07-09T08:42:12.000Z",
"bank_name": "Standard Chartered Bank",
"bank_type": "saving",
"addendum_status": null,
"holder_name_by_bank": null,
"flag": 8,
"bank_verification_proof": null,
"penny_attempt_left": 10,
"bank_error_comments": {
"error": null,
"remarks": null
},
"virtual_account": false
},
"operating_address": null,
"registration_address": null,
"business_entity": {
"id": 2,
"name": "Sole Proprietorship"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-07-09T06:09:43.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-07-09T06:09:43.000Z"
},
{
"status_type": "Agreement",
"status_value": "Not Generated",
"updated_at": "2024-07-09T06:09:44.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-07-09T06:09:44.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6875,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": true
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ef-3db9-d6a2c510-bfd7-02975f21d323",
"created_at": "2024-07-09T06:09:45.000Z",
"updated_at": "2024-07-09T06:09:45.000Z",
"record_id": 23011,
"record_type": "ProductAccount"
}
],
"kyc_documents": [
{
"id": 30821,
"document_category_id": 113,
"document_type_id": 157,
"account_id": null,
"remarks": null,
"status": "DOCUMENT_SUBMITTED",
"uuid": "11ef-3dcf-441f54d6-99c8-02975f21d323",
"active": false,
"created_at": "2024-07-09T08:43:08.000Z",
"updated_at": "2024-07-09T08:43:14.000Z",
"kyc_document_type": "KYC",
"document_format": "Soft Copy",
"e_stamp_number": null,
"temp_account_id": null,
"error": null,
"record_type": null,
"record_id": null,
"issue_date": null,
"expiry_date": null,
"product_record_id": 23011,
"product_record_type": "ProductAccount",
"document_number": null,
"rekyc_doc": false,
"processed_document": {
"id": 35494,
"metadata": {
"identified": true
},
"filename": "schedule_c_letter.pdf",
"byte_size": 22650,
"path": "/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBbmVIIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--53b2b1f91347b4a3d2dc42cafc330c3ddc608d07/schedule_c_letter.pdf",
"kyc_document_uuid": "11ef-3dcf-441f54d6-99c8-02975f21d323"
},
"document_category_name": "SCHEDULE C",
"document_type_name": "SCHEDULE C",
"doc_url": "https://test-dms.payu.in/merchants/11ef-3db9-d509aa48-bfd7-02975f21d323/documents/e461a93e38ed257f863bb88454161f68"
}
],
"cs_plan": null,
"product_account_detail": {
"id": 22924,
"merchant_id": null,
"dob": "1992-08-10",
"pep": null,
"aml_flag": false,
"created_at": "2024-07-09T06:09:43.000Z",
"updated_at": "2024-07-09T06:13:51.000Z",
"uuid": "11ef-3db9-d592a370-bfd7-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 23011,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 668790,
"gmv_amount": null,
"average_delivery_time": 30,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": "Inbound",
"pg_key": "RRs86Y",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": null,
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": [
{
"id": 14289,
"name": "Harsh Agarwal",
"email": "[email protected]",
"mobile": "+918882154964",
"designation": "jdfhs",
"contact_detail_type": "Signing Authority",
"authorised_signatory": true,
"account_uuid": null,
"uuid": "11ef-3dba-768e2cd6-aaae-02975f21d323",
"active": true,
"created_at": "2024-07-09T06:14:13.000Z",
"updated_at": "2024-07-09T06:19:29.000Z",
"email_verified": false,
"record_id": null,
"record_type": null,
"temp_account_id": null,
"product_record_id": 23011,
"product_record_type": "ProductAccount",
"rekyc_record": false,
"pancard_number": null,
"cin_number": null,
"aml_flag": false
}
]
},
{
"id": 22998,
"uuid": "11ef-28a9-cac1bda2-8bed-02975f21d323",
"identifier": 10978012,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22734,
"active": true,
"status": null,
"business_entity_id": 14,
"business_category_id": 61,
"business_sub_category_id": 528,
"business_name": "KSHIPRA DWIVEDI",
"pancard_name": "KSHIPRA DWIVEDI",
"pancard_number": "CVMPD9000N",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1168,
"settlement_status": null,
"merchant_type": "child_aggregator",
"onboarding_status": "Documentation & Website Verification in progress",
"account_id": null,
"pan_verification_status": "Success",
"admin_user_id": 18011,
"terms_and_condition_accepted_at": null,
"created_at": "2024-06-12T10:51:59.000Z",
"updated_at": "2024-06-13T18:28:56.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": "not_applicable",
"sf_payload_version": 14,
"stop_txns": 0,
"copy_mid_parent": null,
"mid": 10978012,
"name": "KSHIPRA DWIVEDI",
"email": "[email protected]",
"first_name": "KSHIPRA",
"last_name": "DWIVEDI",
"business_type": "Untagged",
"bank_update_attempt_count": 1,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 4543441,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643651",
"product": "PayUbiz",
"bank_update_attempt_left": 10,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": false,
"saved_kyc_address": null,
"kyc_status": {
"kyc_status": "PENDING",
"adhaar_kyc_status": "PENDING",
"ckyc_status": "PENDING"
},
"document_status": "Pending",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": true,
"onboarding_completed": false,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-06-12T16:24:17.000+05:30",
"business_pan_name_match": false,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Arts, Gifts & Stationery",
"business_sub_category_name": "Gifts and Souvenir Shops",
"device": "Desktop",
"display_name": "KSHIPRA DWIVEDI",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": "Others",
"sub_source": "Chat",
"source_details": null,
"ubo_exist": false,
"mobile": "8447643651",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "1f52-d683-0b1384e5-d7e4-4bb3c2dc7468",
"business_category_uuid": "11ed-8009-091cb9d0-b87a-6e4c8a1aae9b",
"business_sub_category_uuid": "11ed-8027-b1d5ebd2-99f8-6e4c8a1aae9b",
"account_uuid": null,
"merchant_account_uuid": "11ef-28a9-cb17d8d6-8bed-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ef-28a9-cab67028-9327-02111e9ad6d9",
"bank_detail": {
"id": 6516,
"branch_name": "MARINE DRIVE KOCHI",
"bank_account_number": "47492821102",
"ifsc_code": "HDFC0009105",
"holder_name": "KSHIPRA DWIVEDI",
"nodal_code": null,
"nodal_status": "Not Activated",
"active": true,
"status": 0,
"penny_deposit_status": "Success",
"penny_attempt_count": 0,
"penny_deposit_method": "IMPS",
"bank_verification_status": "Success",
"uuid": "11ef-28aa-1cc9d850-887a-02975f21d323",
"created_at": "2024-06-12T10:54:16.000Z",
"updated_at": "2024-06-12T10:54:16.000Z",
"bank_name": "HDFC BANK",
"bank_type": "saving",
"addendum_status": null,
"holder_name_by_bank": null,
"flag": 8,
"bank_verification_proof": null,
"penny_attempt_left": 10,
"bank_error_comments": {
"error": null,
"remarks": null
},
"virtual_account": false
},
"operating_address": null,
"registration_address": null,
"business_entity": {
"id": 14,
"name": "Individual"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-06-12T10:52:00.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-06-12T10:52:00.000Z"
},
{
"status_type": "Agreement",
"status_value": "Not Generated",
"updated_at": "2024-06-12T10:52:00.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-06-12T10:52:00.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6874,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": true
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ef-28a9-cc466e84-8bed-02975f21d323",
"created_at": "2024-06-12T10:52:01.000Z",
"updated_at": "2024-06-12T10:52:01.000Z",
"record_id": 22998,
"record_type": "ProductAccount"
}
],
"kyc_documents": [
{
"id": 30698,
"document_category_id": 113,
"document_type_id": 157,
"account_id": null,
"remarks": null,
"status": "DOCUMENT_SUBMITTED",
"uuid": "11ef-28aa-42dc596e-887a-02975f21d323",
"active": false,
"created_at": "2024-06-12T10:55:20.000Z",
"updated_at": "2024-06-12T10:55:29.000Z",
"kyc_document_type": "KYC",
"document_format": "Soft Copy",
"e_stamp_number": null,
"temp_account_id": null,
"error": null,
"record_type": null,
"record_id": null,
"issue_date": null,
"expiry_date": null,
"product_record_id": 22998,
"product_record_type": "ProductAccount",
"document_number": null,
"rekyc_doc": false,
"processed_document": {
"id": 35267,
"metadata": {
"identified": true
},
"filename": "schedule_c_letter.pdf",
"byte_size": 22596,
"path": "/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBcGVHIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--15b436eaf5f64ac99f68baef365cd6d4faa8943d/schedule_c_letter.pdf",
"kyc_document_uuid": "11ef-28aa-42dc596e-887a-02975f21d323"
},
"document_category_name": "SCHEDULE C",
"document_type_name": "SCHEDULE C",
"doc_url": "https://test-dms.payu.in/merchants/11ef-28a9-cac1bda2-8bed-02975f21d323/documents/48035f92e771f0d2fffa3511cfafe437"
}
],
"cs_plan": null,
"product_account_detail": {
"id": 22911,
"merchant_id": null,
"dob": "1992-08-10",
"pep": null,
"aml_flag": false,
"created_at": "2024-06-12T10:51:59.000Z",
"updated_at": "2024-06-12T10:54:31.000Z",
"uuid": "11ef-28a9-cb571cd0-8bed-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22998,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 4543441,
"gmv_amount": null,
"average_delivery_time": 30,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": null,
"pg_key": "7sAWBc",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": null,
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": [
{
"id": 14241,
"name": "Harsh Agarwal",
"email": "[email protected]",
"mobile": "+918447648477",
"designation": "dnskdjn",
"contact_detail_type": "Signing Authority",
"authorised_signatory": true,
"account_uuid": null,
"uuid": "11ef-28aa-4094867c-887a-02975f21d323",
"active": true,
"created_at": "2024-06-12T10:55:16.000Z",
"updated_at": "2024-06-12T10:55:19.000Z",
"email_verified": false,
"record_id": null,
"record_type": null,
"temp_account_id": null,
"product_record_id": 22998,
"product_record_type": "ProductAccount",
"rekyc_record": false,
"pancard_number": null,
"cin_number": null,
"aml_flag": false
}
]
},
{
"id": 22996,
"uuid": "11ef-28a7-a6ec2c2a-848f-02975f21d323",
"identifier": 10978010,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22732,
"active": true,
"status": null,
"business_entity_id": 2,
"business_category_id": 61,
"business_sub_category_id": 530,
"business_name": "HARSH AGARWAL",
"pancard_name": "HARSH AGARWAL",
"pancard_number": "AUKPA1386M",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1168,
"settlement_status": null,
"merchant_type": "child_aggregator",
"onboarding_status": "Documentation & Website Verification in progress",
"account_id": null,
"pan_verification_status": "Success",
"admin_user_id": 18010,
"terms_and_condition_accepted_at": null,
"created_at": "2024-06-12T10:36:40.000Z",
"updated_at": "2024-06-12T10:37:43.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": "",
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": "not_applicable",
"sf_payload_version": 8,
"stop_txns": 0,
"copy_mid_parent": null,
"mid": 10978010,
"name": "HARSH AGARWAL",
"email": "[email protected]",
"first_name": "HARSH",
"last_name": "AGARWAL",
"business_type": "LongTail",
"bank_update_attempt_count": 1,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 535311,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643650",
"product": "PayUbiz",
"bank_update_attempt_left": 10,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": false,
"saved_kyc_address": null,
"kyc_status": {
"kyc_status": "PENDING",
"adhaar_kyc_status": "PENDING",
"ckyc_status": "PENDING"
},
"document_status": "Pending",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": true,
"onboarding_completed": false,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-06-12T16:07:15.000+05:30",
"business_pan_name_match": true,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Arts, Gifts & Stationery",
"business_sub_category_name": "Art Dealers and Galleries",
"device": "Desktop",
"display_name": "HARSH AGARWAL",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": "Others",
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643650",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "9dcf-127a-6e4796ff-4926-363291dc60ae",
"business_category_uuid": "11ed-8009-091cb9d0-b87a-6e4c8a1aae9b",
"business_sub_category_uuid": "11ed-8027-b90656b2-99f8-6e4c8a1aae9b",
"account_uuid": null,
"merchant_account_uuid": "11ef-28a7-a749bd72-848f-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ef-28a7-a6ddebc4-b555-02111e9ad6d9",
"bank_detail": {
"id": 6515,
"branch_name": "MARINE DRIVE KOCHI",
"bank_account_number": "68420348231111",
"ifsc_code": "HDFC0009105",
"holder_name": "HARSH AGARWAL",
"nodal_code": null,
"nodal_status": "Not Activated",
"active": true,
"status": 0,
"penny_deposit_status": "Success",
"penny_attempt_count": 0,
"penny_deposit_method": "IMPS",
"bank_verification_status": "Success",
"uuid": "11ef-28a7-bb7b5706-848f-02975f21d323",
"created_at": "2024-06-12T10:37:14.000Z",
"updated_at": "2024-06-12T10:37:14.000Z",
"bank_name": "HDFC BANK",
"bank_type": "saving",
"addendum_status": null,
"holder_name_by_bank": null,
"flag": 8,
"bank_verification_proof": null,
"penny_attempt_left": 10,
"bank_error_comments": {
"error": null,
"remarks": null
},
"virtual_account": false
},
"operating_address": null,
"registration_address": null,
"business_entity": {
"id": 2,
"name": "Sole Proprietorship"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-06-12T10:36:41.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-06-12T10:36:41.000Z"
},
{
"status_type": "Agreement",
"status_value": "Not Generated",
"updated_at": "2024-06-12T10:36:41.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-06-12T10:36:41.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6873,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": true
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ef-28a7-a86bc222-848f-02975f21d323",
"created_at": "2024-06-12T10:36:42.000Z",
"updated_at": "2024-06-12T10:36:42.000Z",
"record_id": 22996,
"record_type": "ProductAccount"
}
],
"kyc_documents": [
{
"id": 30697,
"document_category_id": 113,
"document_type_id": 157,
"account_id": null,
"remarks": null,
"status": "DOCUMENT_SUBMITTED",
"uuid": "11ef-28a7-e2f0a750-8bed-02975f21d323",
"active": false,
"created_at": "2024-06-12T10:38:20.000Z",
"updated_at": "2024-06-12T10:44:08.000Z",
"kyc_document_type": "KYC",
"document_format": "Soft Copy",
"e_stamp_number": null,
"temp_account_id": null,
"error": null,
"record_type": null,
"record_id": null,
"issue_date": null,
"expiry_date": null,
"product_record_id": 22996,
"product_record_type": "ProductAccount",
"document_number": null,
"rekyc_doc": false,
"processed_document": {
"id": 35265,
"metadata": {
"identified": true
},
"filename": "schedule_c_letter.pdf",
"byte_size": 22578,
"path": "/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBcFdHIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--d220829e8bfbea3ca91b22de7f6194318772164c/schedule_c_letter.pdf",
"kyc_document_uuid": "11ef-28a7-e2f0a750-8bed-02975f21d323"
},
"document_category_name": "SCHEDULE C",
"document_type_name": "SCHEDULE C",
"doc_url": "https://test-dms.payu.in/merchants/11ef-28a7-a6ec2c2a-848f-02975f21d323/documents/df9158f0253b30322dc64a5c01a4372b"
}
],
"cs_plan": null,
"product_account_detail": {
"id": 22909,
"merchant_id": null,
"dob": "1992-10-18",
"pep": null,
"aml_flag": false,
"created_at": "2024-06-12T10:36:40.000Z",
"updated_at": "2024-06-12T10:37:43.000Z",
"uuid": "11ef-28a7-a78f0d50-848f-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22996,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 535311,
"gmv_amount": null,
"average_delivery_time": 30,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": "Inbound",
"pg_key": "jrSfmT",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": null,
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": [
{
"id": 14240,
"name": "Harsh Agarwal",
"email": "[email protected]",
"mobile": "8447648477",
"designation": "CEO",
"contact_detail_type": "Signing Authority",
"authorised_signatory": true,
"account_uuid": "9b6f-57e3-98b5f2d6-8d95-2136d0e08883",
"uuid": "11ef-28a7-e04d48f0-848f-02975f21d323",
"active": true,
"created_at": "2024-06-12T10:38:15.000Z",
"updated_at": "2024-06-12T10:39:06.000Z",
"email_verified": false,
"record_id": null,
"record_type": null,
"temp_account_id": null,
"product_record_id": 22996,
"product_record_type": "ProductAccount",
"rekyc_record": false,
"pancard_number": null,
"cin_number": null,
"aml_flag": false
}
]
},
{
"id": 22994,
"uuid": "11ef-28a5-3e5cc22a-848f-02975f21d323",
"identifier": 10978008,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22730,
"active": true,
"status": null,
"business_entity_id": 14,
"business_category_id": 61,
"business_sub_category_id": 528,
"business_name": "HARSH AGARWAL",
"pancard_name": "HARSH AGARWAL",
"pancard_number": "AUKPA1386M",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1168,
"settlement_status": null,
"merchant_type": "child_aggregator",
"onboarding_status": "Documentation & Website Verification in progress",
"account_id": null,
"pan_verification_status": "Success",
"admin_user_id": 18009,
"terms_and_condition_accepted_at": null,
"created_at": "2024-06-12T10:19:26.000Z",
"updated_at": "2024-06-12T10:21:18.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": "not_applicable",
"sf_payload_version": 14,
"stop_txns": 0,
"copy_mid_parent": null,
"mid": 10978008,
"name": "HARSH AGARWAL",
"email": "[email protected]",
"first_name": "HARSH",
"last_name": "AGARWAL",
"business_type": "LongTail",
"bank_update_attempt_count": 1,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 4934032,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643649",
"product": "PayUbiz",
"bank_update_attempt_left": 10,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": false,
"saved_kyc_address": null,
"kyc_status": {
"kyc_status": "PENDING",
"adhaar_kyc_status": "PENDING",
"ckyc_status": "PENDING"
},
"document_status": "Pending",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": true,
"onboarding_completed": false,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-06-12T15:50:07.000+05:30",
"business_pan_name_match": false,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Arts, Gifts & Stationery",
"business_sub_category_name": "Gifts and Souvenir Shops",
"device": "Desktop",
"display_name": "HARSH AGARWAL",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": "Others",
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643649",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "1f52-d683-0b1384e5-d7e4-4bb3c2dc7468",
"business_category_uuid": "11ed-8009-091cb9d0-b87a-6e4c8a1aae9b",
"business_sub_category_uuid": "11ed-8027-b1d5ebd2-99f8-6e4c8a1aae9b",
"account_uuid": null,
"merchant_account_uuid": "11ef-28a5-3eaf7948-848f-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ef-28a5-3e50718c-b555-02111e9ad6d9",
"bank_detail": {
"id": 6514,
"branch_name": "Noida",
"bank_account_number": "584458234032",
"ifsc_code": "SCBL0036024",
"holder_name": "HARSH AGARWAL",
"nodal_code": null,
"nodal_status": "Not Activated",
"active": true,
"status": 0,
"penny_deposit_status": "Success",
"penny_attempt_count": 0,
"penny_deposit_method": "IMPS",
"bank_verification_status": "Success",
"uuid": "11ef-28a5-569457e0-8bed-02975f21d323",
"created_at": "2024-06-12T10:20:06.000Z",
"updated_at": "2024-06-12T10:20:06.000Z",
"bank_name": "Standard Chartered Bank",
"bank_type": "saving",
"addendum_status": null,
"holder_name_by_bank": null,
"flag": 8,
"bank_verification_proof": null,
"penny_attempt_left": 10,
"bank_error_comments": {
"error": null,
"remarks": null
},
"virtual_account": false
},
"operating_address": null,
"registration_address": null,
"business_entity": {
"id": 14,
"name": "Individual"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-06-12T10:19:26.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-06-12T10:19:26.000Z"
},
{
"status_type": "Agreement",
"status_value": "Not Generated",
"updated_at": "2024-06-12T10:19:26.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-06-12T10:19:26.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6872,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": true
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ef-28a5-3fb2af4a-848f-02975f21d323",
"created_at": "2024-06-12T10:19:27.000Z",
"updated_at": "2024-06-12T10:19:27.000Z",
"record_id": 22994,
"record_type": "ProductAccount"
}
],
"kyc_documents": [
{
"id": 30696,
"document_category_id": 113,
"document_type_id": 157,
"account_id": null,
"remarks": null,
"status": "DOCUMENT_SUBMITTED",
"uuid": "11ef-28a5-9375770c-848f-02975f21d323",
"active": false,
"created_at": "2024-06-12T10:21:48.000Z",
"updated_at": "2024-06-12T10:35:39.000Z",
"kyc_document_type": "KYC",
"document_format": "Soft Copy",
"e_stamp_number": null,
"temp_account_id": null,
"error": null,
"record_type": null,
"record_id": null,
"issue_date": null,
"expiry_date": null,
"product_record_id": 22994,
"product_record_type": "ProductAccount",
"document_number": null,
"rekyc_doc": false,
"processed_document": {
"id": 35261,
"metadata": {
"identified": true
},
"filename": "schedule_c_letter.pdf",
"byte_size": 22414,
"path": "/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBcEdHIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--7ec8c291295a7ee137197bcc4459ed86b23f2655/schedule_c_letter.pdf",
"kyc_document_uuid": "11ef-28a5-9375770c-848f-02975f21d323"
},
"document_category_name": "SCHEDULE C",
"document_type_name": "SCHEDULE C",
"doc_url": "https://test-dms.payu.in/merchants/11ef-28a5-3e5cc22a-848f-02975f21d323/documents/c76599b78ad44d1637c02009c09182e2"
}
],
"cs_plan": null,
"product_account_detail": {
"id": 22907,
"merchant_id": null,
"dob": "1992-10-18",
"pep": null,
"aml_flag": false,
"created_at": "2024-06-12T10:19:26.000Z",
"updated_at": "2024-06-12T10:21:03.000Z",
"uuid": "11ef-28a5-3ed5b48c-848f-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22994,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 4934032,
"gmv_amount": null,
"average_delivery_time": 30,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": "Inbound",
"pg_key": "zHJs7a",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": null,
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": [
{
"id": 14238,
"name": "Harsh Agarwal",
"email": "[email protected]",
"mobile": "8447648477",
"designation": "Director",
"contact_detail_type": "Signing Authority",
"authorised_signatory": true,
"account_uuid": "d101-00c7-97b3eb12-ebce-9756c35d56c5",
"uuid": "11ef-28a5-8e0f535a-848f-02975f21d323",
"active": true,
"created_at": "2024-06-12T10:21:38.000Z",
"updated_at": "2024-06-12T10:23:17.000Z",
"email_verified": false,
"record_id": null,
"record_type": null,
"temp_account_id": null,
"product_record_id": 22994,
"product_record_type": "ProductAccount",
"rekyc_record": false,
"pancard_number": null,
"cin_number": null,
"aml_flag": false
}
]
},
{
"id": 22951,
"uuid": "11ef-24b8-a3ab3256-af45-02975f21d323",
"identifier": 732349756,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22686,
"active": true,
"status": null,
"business_entity_id": 3,
"business_category_id": 61,
"business_sub_category_id": 526,
"business_name": "A2Z ENTERPRISES",
"pancard_name": "A2Z ENTERPRISES",
"pancard_number": "ABQFA5416M",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1168,
"settlement_status": null,
"merchant_type": "child_aggregator",
"onboarding_status": "Documentation & Website Verification in progress",
"account_id": null,
"pan_verification_status": "Success",
"admin_user_id": 17972,
"terms_and_condition_accepted_at": null,
"created_at": "2024-06-07T10:28:11.000Z",
"updated_at": "2024-06-07T10:29:39.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": "not_applicable",
"sf_payload_version": 12,
"stop_txns": 0,
"copy_mid_parent": null,
"mid": 732349756,
"name": "A2Z ENTERPRISES",
"email": "[email protected]",
"first_name": "A2Z",
"last_name": "ENTERPRISES",
"business_type": "LongTail",
"bank_update_attempt_count": 1,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": null,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643628",
"product": "PayUbiz",
"bank_update_attempt_left": 10,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": true,
"saved_kyc_address": null,
"kyc_status": {
"kyc_status": "PENDING",
"adhaar_kyc_status": "PENDING",
"ckyc_status": "PENDING"
},
"document_status": "Pending",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": true,
"onboarding_completed": false,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-06-07T15:58:56.000+05:30",
"business_pan_name_match": false,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Arts, Gifts & Stationery",
"business_sub_category_name": "Stationery and School Supply Stores",
"device": "Desktop",
"display_name": "A2Z ENTERPRISES",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": "Others",
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643628",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "08d7-4ba2-14db7655-02ec-c04a2e354d69",
"business_category_uuid": "11ed-8009-091cb9d0-b87a-6e4c8a1aae9b",
"business_sub_category_uuid": "11ed-8027-a864cb2c-99f8-6e4c8a1aae9b",
"account_uuid": null,
"merchant_account_uuid": "11ef-24b8-a3f7cc06-af45-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ef-24b8-a3a1ac36-9376-02c123f54272",
"bank_detail": {
"id": 6503,
"branch_name": "Noida",
"bank_account_number": "57493472931",
"ifsc_code": "SCBL0036024",
"holder_name": "A2Z ENTERPRISES",
"nodal_code": null,
"nodal_status": "Not Activated",
"active": true,
"status": 0,
"penny_deposit_status": "Success",
"penny_attempt_count": 0,
"penny_deposit_method": "IMPS",
"bank_verification_status": "Success",
"uuid": "11ef-24b8-bdfb22ec-af45-02975f21d323",
"created_at": "2024-06-07T10:28:55.000Z",
"updated_at": "2024-06-07T10:28:55.000Z",
"bank_name": "Standard Chartered Bank",
"bank_type": "saving",
"addendum_status": null,
"holder_name_by_bank": null,
"flag": 8,
"bank_verification_proof": null,
"penny_attempt_left": 10,
"bank_error_comments": {
"error": null,
"remarks": null
},
"virtual_account": false
},
"operating_address": null,
"registration_address": null,
"business_entity": {
"id": 3,
"name": "Partnership"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-06-07T10:28:12.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-06-07T10:28:12.000Z"
},
{
"status_type": "Agreement",
"status_value": "Not Generated",
"updated_at": "2024-06-07T10:28:12.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-06-07T10:28:12.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6871,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": true
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ef-24b8-a4efcd34-af45-02975f21d323",
"created_at": "2024-06-07T10:28:13.000Z",
"updated_at": "2024-06-07T10:28:13.000Z",
"record_id": 22951,
"record_type": "ProductAccount"
}
],
"kyc_documents": [
{
"id": 30666,
"document_category_id": 113,
"document_type_id": 157,
"account_id": null,
"remarks": null,
"status": "DOCUMENT_SUBMITTED",
"uuid": "11ef-24b8-ec772d14-ae27-02975f21d323",
"active": false,
"created_at": "2024-06-07T10:30:13.000Z",
"updated_at": "2024-06-07T10:52:57.000Z",
"kyc_document_type": "KYC",
"document_format": "Soft Copy",
"e_stamp_number": null,
"temp_account_id": null,
"error": null,
"record_type": null,
"record_id": null,
"issue_date": null,
"expiry_date": null,
"product_record_id": 22951,
"product_record_type": "ProductAccount",
"document_number": null,
"rekyc_doc": false,
"processed_document": {
"id": 35210,
"metadata": {
"identified": true
},
"filename": "schedule_c_letter.pdf",
"byte_size": 22731,
"path": "/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBbUNHIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--a8310ff8c5af86114374781ae701c4b8215eef13/schedule_c_letter.pdf",
"kyc_document_uuid": "11ef-24b8-ec772d14-ae27-02975f21d323"
},
"document_category_name": "SCHEDULE C",
"document_type_name": "SCHEDULE C",
"doc_url": "https://test-dms.payu.in/merchants/11ef-24b8-a3ab3256-af45-02975f21d323/documents/d7781e286b9e8ac3285628c3d69b74db"
}
],
"cs_plan": null,
"product_account_detail": {
"id": 22864,
"merchant_id": null,
"dob": "2019-11-30",
"pep": null,
"aml_flag": false,
"created_at": "2024-06-07T10:28:11.000Z",
"updated_at": "2024-06-18T09:14:24.000Z",
"uuid": "11ef-24b8-a430cbe6-af45-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22951,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": null,
"gmv_amount": null,
"average_delivery_time": 30,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": "Inbound",
"pg_key": "xhEyMs",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": {
"type": "PayUbizAccount",
"uuid": "11ef-2d53-264753d2-8610-021ec077a271",
"identifier": 8346092,
"merchant_account_uuid": "11ef-2d53-26badb4a-8610-021ec077a271"
},
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": 8346092,
"lob_status_prerisk": null,
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": [
{
"id": 14215,
"name": "Harsh",
"email": "[email protected]",
"mobile": "+918600024743",
"designation": "CEO",
"contact_detail_type": "Signing Authority",
"authorised_signatory": true,
"account_uuid": null,
"uuid": "11ef-24b8-ea29bce8-af45-02975f21d323",
"active": true,
"created_at": "2024-06-07T10:30:09.000Z",
"updated_at": "2024-06-07T10:30:14.000Z",
"email_verified": false,
"record_id": null,
"record_type": null,
"temp_account_id": null,
"product_record_id": 22951,
"product_record_type": "ProductAccount",
"rekyc_record": false,
"pancard_number": null,
"cin_number": null,
"aml_flag": false
}
]
},
{
"id": 22950,
"uuid": "11ef-24b8-59e82a66-af45-02975f21d323",
"identifier": 732349755,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22685,
"active": true,
"status": null,
"business_entity_id": null,
"business_category_id": null,
"business_sub_category_id": null,
"business_name": null,
"pancard_name": null,
"pancard_number": null,
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1040,
"settlement_status": null,
"merchant_type": "child_aggregator",
"onboarding_status": "Profile Completion in progress",
"account_id": null,
"pan_verification_status": "Pending",
"admin_user_id": 17971,
"terms_and_condition_accepted_at": null,
"created_at": "2024-06-07T10:26:09.000Z",
"updated_at": "2024-06-07T10:26:10.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": "not_applicable",
"sf_payload_version": -1,
"stop_txns": 1,
"copy_mid_parent": null,
"mid": 732349755,
"name": "test",
"email": "[email protected]",
"first_name": "",
"last_name": "test",
"business_type": "LongTail",
"bank_update_attempt_count": 0,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": null,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643627",
"product": "PayUbiz",
"bank_update_attempt_left": 11,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": true,
"saved_kyc_address": null,
"kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"document_status": "Pending",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": true,
"onboarding_completed": false,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-07-11T14:52:56.721+05:30",
"business_pan_name_match": false,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": null,
"business_sub_category_name": null,
"device": "Desktop",
"display_name": "test",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": null,
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643627",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": null,
"business_category_uuid": null,
"business_sub_category_uuid": null,
"account_uuid": null,
"merchant_account_uuid": "11ef-24b8-5af2fce2-af45-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ef-24b8-59dc79d2-9376-02c123f54272",
"bank_detail": null,
"operating_address": null,
"registration_address": null,
"business_entity": null,
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-06-07T10:26:09.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-06-07T10:26:09.000Z"
},
{
"status_type": "Agreement",
"status_value": "Not Generated",
"updated_at": "2024-06-07T10:26:09.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-06-07T10:26:09.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6870,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": false
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ef-24b8-5bd8d406-af45-02975f21d323",
"created_at": "2024-06-07T10:26:10.000Z",
"updated_at": "2024-06-07T10:26:10.000Z",
"record_id": 22950,
"record_type": "ProductAccount"
}
],
"kyc_documents": [],
"cs_plan": null,
"product_account_detail": {
"id": 22863,
"merchant_id": null,
"dob": null,
"pep": null,
"aml_flag": false,
"created_at": "2024-06-07T10:26:09.000Z",
"updated_at": "2024-06-07T10:26:10.000Z",
"uuid": "11ef-24b8-5b0f4d84-af45-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22950,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": null,
"gmv_amount": null,
"average_delivery_time": null,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": null,
"pg_key": "uIey9g",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": null,
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": []
},
{
"id": 22948,
"uuid": "11ef-249f-a5b11142-a133-02975f21d323",
"identifier": 732349753,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22683,
"active": true,
"status": null,
"business_entity_id": 6,
"business_category_id": 58,
"business_sub_category_id": 507,
"business_name": "A2Z ENTERPRISES",
"pancard_name": "A2Z ENTERPRISES",
"pancard_number": "ABQFA5416M",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1040,
"settlement_status": null,
"merchant_type": "child_aggregator",
"onboarding_status": "Bank Verification in progress",
"account_id": null,
"pan_verification_status": "Success",
"admin_user_id": 17968,
"terms_and_condition_accepted_at": null,
"created_at": "2024-06-07T07:29:17.000Z",
"updated_at": "2024-06-07T07:29:52.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": "not_applicable",
"sf_payload_version": 8,
"stop_txns": 0,
"copy_mid_parent": null,
"mid": 732349753,
"name": "A2Z ENTERPRISES",
"email": "[email protected]",
"first_name": "A2Z",
"last_name": "ENTERPRISES",
"business_type": "LongTail",
"bank_update_attempt_count": 1,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 642381,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643626",
"product": "PayUbiz",
"bank_update_attempt_left": 10,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": true,
"saved_kyc_address": null,
"kyc_status": {
"kyc_status": "PENDING",
"adhaar_kyc_status": "PENDING",
"ckyc_status": "PENDING"
},
"document_status": "Pending",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": true,
"onboarding_completed": false,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-06-07T13:01:47.000+05:30",
"business_pan_name_match": false,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Automobiles",
"business_sub_category_name": "Cars Sales",
"device": "Desktop",
"display_name": "A2Z ENTERPRISES",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": "Others",
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643626",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "8389-6e1a-c79e8753-281c-b50e28fe5c51",
"business_category_uuid": "11ed-8008-ed795bb6-b87a-6e4c8a1aae9b",
"business_sub_category_uuid": "11ed-8022-324f836e-99f8-6e4c8a1aae9b",
"account_uuid": null,
"merchant_account_uuid": "11ef-249f-a5e6032a-a133-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ef-249f-a5a59c72-93ae-02c123f54272",
"bank_detail": {
"id": 6501,
"branch_name": "LUCKNOW - ALIGANJ",
"bank_account_number": "4723642872800",
"ifsc_code": "HDFC0000412",
"holder_name": "A2Z ENTERPRISES",
"nodal_code": {
"neft": null,
"rtgs": null
},
"nodal_status": null,
"active": true,
"status": 0,
"penny_deposit_status": "Pending",
"penny_attempt_count": 0,
"penny_deposit_method": "IMPS",
"bank_verification_status": "Pending",
"uuid": "0012-c6a6-7f0cbf8b-eaf2-0775102e86cb",
"created_at": "2024-06-07T07:31:46.000Z",
"updated_at": "2024-06-07T07:31:46.000Z",
"bank_name": "HDFC BANK",
"bank_type": "saving",
"addendum_status": null,
"holder_name_by_bank": null,
"flag": 8,
"bank_verification_proof": null,
"penny_attempt_left": 10,
"bank_error_comments": {
"error": null,
"remarks": null
},
"virtual_account": false
},
"operating_address": null,
"registration_address": null,
"business_entity": {
"id": 6,
"name": "LLP"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-06-07T07:29:17.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-06-07T07:29:17.000Z"
},
{
"status_type": "Agreement",
"status_value": "Not Generated",
"updated_at": "2024-06-07T07:29:18.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-06-07T07:29:18.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6869,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": true
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ef-249f-a6b520b0-a133-02975f21d323",
"created_at": "2024-06-07T07:29:18.000Z",
"updated_at": "2024-06-07T07:29:18.000Z",
"record_id": 22948,
"record_type": "ProductAccount"
}
],
"kyc_documents": [
{
"id": 30665,
"document_category_id": 113,
"document_type_id": 157,
"account_id": null,
"remarks": null,
"status": "DOCUMENT_SUBMITTED",
"uuid": "11ef-24a0-0f49c306-a133-02975f21d323",
"active": false,
"created_at": "2024-06-07T07:32:14.000Z",
"updated_at": "2024-06-07T07:32:29.000Z",
"kyc_document_type": "KYC",
"document_format": "Soft Copy",
"e_stamp_number": null,
"temp_account_id": null,
"error": null,
"record_type": null,
"record_id": null,
"issue_date": null,
"expiry_date": null,
"product_record_id": 22948,
"product_record_type": "ProductAccount",
"document_number": null,
"rekyc_doc": false,
"processed_document": {
"id": 35203,
"metadata": {
"identified": true
},
"filename": "schedule_c_letter.pdf",
"byte_size": 22467,
"path": "/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBbG1HIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--5e8cf363fafcb9ec071ae10fc2930c1a79d58574/schedule_c_letter.pdf",
"kyc_document_uuid": "11ef-24a0-0f49c306-a133-02975f21d323"
},
"document_category_name": "SCHEDULE C",
"document_type_name": "SCHEDULE C",
"doc_url": "https://test-dms.payu.in/merchants/11ef-249f-a5b11142-a133-02975f21d323/documents/a8957a371341554501b5e9308aa389d4"
}
],
"cs_plan": null,
"product_account_detail": {
"id": 22861,
"merchant_id": null,
"dob": "2019-11-30",
"pep": null,
"aml_flag": false,
"created_at": "2024-06-07T07:29:17.000Z",
"updated_at": "2024-06-07T07:29:52.000Z",
"uuid": "11ef-249f-a603f862-a133-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22948,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 642381,
"gmv_amount": null,
"average_delivery_time": 30,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": "Inbound",
"pg_key": "R4MZzM",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": null,
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": [
{
"id": 14211,
"name": "Harsh",
"email": "[email protected]",
"mobile": "+918447648477",
"designation": "Director",
"contact_detail_type": "Signing Authority",
"authorised_signatory": true,
"account_uuid": null,
"uuid": "11ef-249f-c7e0f340-8450-02975f21d323",
"active": true,
"created_at": "2024-06-07T07:30:14.000Z",
"updated_at": "2024-06-07T07:30:16.000Z",
"email_verified": false,
"record_id": null,
"record_type": null,
"temp_account_id": null,
"product_record_id": 22948,
"product_record_type": "ProductAccount",
"rekyc_record": false,
"pancard_number": null,
"cin_number": null,
"aml_flag": false
}
]
},
{
"id": 22947,
"uuid": "11ef-249e-da78957c-8450-02975f21d323",
"identifier": 732349752,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22682,
"active": true,
"status": null,
"business_entity_id": 2,
"business_category_id": 61,
"business_sub_category_id": 528,
"business_name": "HARSH AGARWAL",
"pancard_name": "HARSH AGARWAL",
"pancard_number": "AUKPA1386M",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1040,
"settlement_status": null,
"merchant_type": "child_aggregator",
"onboarding_status": "Bank Verification in progress",
"account_id": null,
"pan_verification_status": "Success",
"admin_user_id": 17967,
"terms_and_condition_accepted_at": null,
"created_at": "2024-06-07T07:23:36.000Z",
"updated_at": "2024-06-07T07:24:24.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": "",
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": "not_applicable",
"sf_payload_version": 8,
"stop_txns": 0,
"copy_mid_parent": null,
"mid": 732349752,
"name": "HARSH AGARWAL",
"email": "[email protected]",
"first_name": "HARSH",
"last_name": "AGARWAL",
"business_type": "LongTail",
"bank_update_attempt_count": 1,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 556422,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643625",
"product": "PayUbiz",
"bank_update_attempt_left": 10,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": false,
"saved_kyc_address": null,
"kyc_status": {
"kyc_status": "PENDING",
"adhaar_kyc_status": "PENDING",
"ckyc_status": "PENDING"
},
"document_status": "Pending",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": true,
"onboarding_completed": false,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-06-07T12:57:21.000+05:30",
"business_pan_name_match": false,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Arts, Gifts & Stationery",
"business_sub_category_name": "Gifts and Souvenir Shops",
"device": "Desktop",
"display_name": "HARSH AGARWAL",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": "Others",
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643625",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "9dcf-127a-6e4796ff-4926-363291dc60ae",
"business_category_uuid": "11ed-8009-091cb9d0-b87a-6e4c8a1aae9b",
"business_sub_category_uuid": "11ed-8027-b1d5ebd2-99f8-6e4c8a1aae9b",
"account_uuid": null,
"merchant_account_uuid": "11ef-249e-dac3bf16-8450-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ef-249e-da6abbc8-9376-02c123f54272",
"bank_detail": {
"id": 6500,
"branch_name": "LUCKNOW - ALIGANJ",
"bank_account_number": "274632749237",
"ifsc_code": "HDFC0000412",
"holder_name": "Harsh Agarwal",
"nodal_code": {
"neft": null,
"rtgs": null
},
"nodal_status": null,
"active": true,
"status": 0,
"penny_deposit_status": "Pending",
"penny_attempt_count": 0,
"penny_deposit_method": "IMPS",
"bank_verification_status": "Pending",
"uuid": "2356-2bec-48db57c9-0110-fe49570b31b3",
"created_at": "2024-06-07T07:27:20.000Z",
"updated_at": "2024-06-07T07:27:36.000Z",
"bank_name": "HDFC BANK",
"bank_type": "saving",
"addendum_status": null,
"holder_name_by_bank": null,
"flag": 8,
"bank_verification_proof": "Bank Statement",
"penny_attempt_left": 10,
"bank_error_comments": {
"error": null,
"remarks": null
},
"virtual_account": false
},
"operating_address": null,
"registration_address": null,
"business_entity": {
"id": 2,
"name": "Sole Proprietorship"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-06-07T07:23:37.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-06-07T07:23:37.000Z"
},
{
"status_type": "Agreement",
"status_value": "Not Generated",
"updated_at": "2024-06-07T07:23:37.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-06-07T07:23:37.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6868,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": true
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ef-249e-dba3fd1a-8450-02975f21d323",
"created_at": "2024-06-07T07:23:38.000Z",
"updated_at": "2024-06-07T07:23:38.000Z",
"record_id": 22947,
"record_type": "ProductAccount"
}
],
"kyc_documents": [
{
"id": 30663,
"document_category_id": 95,
"document_type_id": 155,
"account_id": null,
"remarks": null,
"status": "DOCUMENT_SUBMITTED",
"uuid": "11ef-249f-69a1f054-a133-02975f21d323",
"active": true,
"created_at": "2024-06-07T07:27:36.000Z",
"updated_at": "2024-06-07T07:27:36.000Z",
"kyc_document_type": "KYC",
"document_format": "Soft Copy",
"e_stamp_number": null,
"temp_account_id": null,
"error": null,
"record_type": null,
"record_id": null,
"issue_date": null,
"expiry_date": null,
"product_record_id": 22947,
"product_record_type": "ProductAccount",
"document_number": null,
"rekyc_doc": false,
"processed_document": {
"id": 35200,
"metadata": {
"identified": true
},
"filename": "hbvshbvdv.png",
"byte_size": 370129,
"path": "/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBbGFHIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--6907f8273a1b892a673ae7bdf4ed88fc4051fb55/hbvshbvdv.png",
"kyc_document_uuid": "11ef-249f-69a1f054-a133-02975f21d323"
},
"document_category_name": "Bank Account Proof",
"document_type_name": "Bank Statement",
"doc_url": "https://test-dms.payu.in/merchants/11ef-249e-da78957c-8450-02975f21d323/documents/e103fc9692044d310131c0ca30f87ad3"
},
{
"id": 30664,
"document_category_id": 113,
"document_type_id": 157,
"account_id": null,
"remarks": null,
"status": "DOCUMENT_SUBMITTED",
"uuid": "11ef-249f-78102688-8450-02975f21d323",
"active": false,
"created_at": "2024-06-07T07:28:00.000Z",
"updated_at": "2024-06-07T07:28:03.000Z",
"kyc_document_type": "KYC",
"document_format": "Soft Copy",
"e_stamp_number": null,
"temp_account_id": null,
"error": null,
"record_type": null,
"record_id": null,
"issue_date": null,
"expiry_date": null,
"product_record_id": 22947,
"product_record_type": "ProductAccount",
"document_number": null,
"rekyc_doc": false,
"processed_document": {
"id": 35201,
"metadata": {
"identified": true
},
"filename": "schedule_c_letter.pdf",
"byte_size": 22496,
"path": "/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBbGVHIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--9ed19c28d9ba730592954e95a507490c3ad9dc83/schedule_c_letter.pdf",
"kyc_document_uuid": "11ef-249f-78102688-8450-02975f21d323"
},
"document_category_name": "SCHEDULE C",
"document_type_name": "SCHEDULE C",
"doc_url": "https://test-dms.payu.in/merchants/11ef-249e-da78957c-8450-02975f21d323/documents/55faa52c9f3e06d4a2653b56b5eb94bd"
}
],
"cs_plan": null,
"product_account_detail": {
"id": 22860,
"merchant_id": null,
"dob": "1992-10-18",
"pep": null,
"aml_flag": false,
"created_at": "2024-06-07T07:23:36.000Z",
"updated_at": "2024-06-07T07:24:24.000Z",
"uuid": "11ef-249e-dad63d80-8450-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22947,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 556422,
"gmv_amount": null,
"average_delivery_time": 30,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": "Inbound",
"pg_key": "JZ3oaq",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": null,
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": [
{
"id": 14209,
"name": "Harsh",
"email": "[email protected]",
"mobile": "+918447648477",
"designation": "CEO",
"contact_detail_type": "Signing Authority",
"authorised_signatory": true,
"account_uuid": null,
"uuid": "11ef-249f-74c4a2d8-8450-02975f21d323",
"active": true,
"created_at": "2024-06-07T07:27:54.000Z",
"updated_at": "2024-06-07T07:27:57.000Z",
"email_verified": false,
"record_id": null,
"record_type": null,
"temp_account_id": null,
"product_record_id": 22947,
"product_record_type": "ProductAccount",
"rekyc_record": false,
"pancard_number": null,
"cin_number": null,
"aml_flag": false
}
]
},
{
"id": 22946,
"uuid": "11ef-249e-7e49705a-a133-02975f21d323",
"identifier": 732349751,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22681,
"active": true,
"status": null,
"business_entity_id": null,
"business_category_id": null,
"business_sub_category_id": null,
"business_name": null,
"pancard_name": null,
"pancard_number": null,
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1040,
"settlement_status": null,
"merchant_type": "child_aggregator",
"onboarding_status": "Profile Completion in progress",
"account_id": null,
"pan_verification_status": "Pending",
"admin_user_id": 17961,
"terms_and_condition_accepted_at": null,
"created_at": "2024-06-07T07:21:02.000Z",
"updated_at": "2024-06-07T07:21:04.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": "not_applicable",
"sf_payload_version": -1,
"stop_txns": 1,
"copy_mid_parent": null,
"mid": 732349751,
"name": "sjnvjdbvkj",
"email": "[email protected]",
"first_name": "",
"last_name": "sjnvjdbvkj",
"business_type": "LongTail",
"bank_update_attempt_count": 0,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": null,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643624",
"product": "PayUbiz",
"bank_update_attempt_left": 11,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": true,
"saved_kyc_address": null,
"kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"document_status": "Pending",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": true,
"onboarding_completed": false,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-07-11T14:52:56.949+05:30",
"business_pan_name_match": false,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": null,
"business_sub_category_name": null,
"device": "Desktop",
"display_name": "sjnvjdbvkj",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": null,
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643624",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": null,
"business_category_uuid": null,
"business_sub_category_uuid": null,
"account_uuid": null,
"merchant_account_uuid": "11ef-249e-7e9064d8-a133-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ef-23e8-6ac0ec86-9376-02c123f54272",
"bank_detail": null,
"operating_address": null,
"registration_address": null,
"business_entity": null,
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-06-07T07:21:03.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-06-07T07:21:03.000Z"
},
{
"status_type": "Agreement",
"status_value": "Not Generated",
"updated_at": "2024-06-07T07:21:03.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-06-07T07:21:03.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6867,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": false
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ef-249e-800e0f5e-a133-02975f21d323",
"created_at": "2024-06-07T07:21:04.000Z",
"updated_at": "2024-06-07T07:21:04.000Z",
"record_id": 22946,
"record_type": "ProductAccount"
}
],
"kyc_documents": [],
"cs_plan": null,
"product_account_detail": {
"id": 22859,
"merchant_id": null,
"dob": null,
"pep": null,
"aml_flag": false,
"created_at": "2024-06-07T07:21:02.000Z",
"updated_at": "2024-06-07T07:21:03.000Z",
"uuid": "11ef-249e-7edc83d6-a133-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22946,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": null,
"gmv_amount": null,
"average_delivery_time": null,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": null,
"pg_key": "2CFr6l",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": null,
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": []
},
{
"id": 22944,
"uuid": "11ef-23e8-6aca87d2-8c10-02975f21d323",
"identifier": 732349745,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22678,
"active": true,
"status": null,
"business_entity_id": 2,
"business_category_id": 37,
"business_sub_category_id": 313,
"business_name": "test merchant",
"pancard_name": "Harsh Agarwal",
"pancard_number": "AUKPA1386M",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1200,
"settlement_status": "Active",
"merchant_type": "child_aggregator",
"onboarding_status": "Documentation & Website Verification in progress",
"account_id": null,
"pan_verification_status": "Success",
"admin_user_id": 17961,
"terms_and_condition_accepted_at": null,
"created_at": "2024-06-06T09:37:41.000Z",
"updated_at": "2024-06-06T09:38:52.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": null,
"sf_payload_version": 11,
"stop_txns": 0,
"copy_mid_parent": null,
"mid": 732349745,
"name": null,
"email": "[email protected]",
"first_name": null,
"last_name": null,
"business_type": "LongTail",
"bank_update_attempt_count": 1,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643624",
"product": "PayUbiz",
"bank_update_attempt_left": 10,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": false,
"saved_kyc_address": null,
"kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"document_status": "Docs Approved",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": true,
"onboarding_completed": true,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-06-06T15:08:02.000+05:30",
"business_pan_name_match": false,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Airlines",
"business_sub_category_name": "Airlines",
"device": "Desktop",
"display_name": null,
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": "Others",
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643624",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "9dcf-127a-6e4796ff-4926-363291dc60ae",
"business_category_uuid": "c5f7-23fa-2ba21406-85b0-2b1005ab2062",
"business_sub_category_uuid": "f0e2-f7a3-3fae0aaa-1ab6-342b38cae2c2",
"account_uuid": null,
"merchant_account_uuid": "11ef-23e8-6b35ebc6-8c10-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ef-23e8-6ac0ec86-9376-02c123f54272",
"bank_detail": {
"id": 6498,
"branch_name": "COMMUNITY CENTRE",
"bank_account_number": "34217960815",
"ifsc_code": "ICIC0000046",
"holder_name": "Harsh Agarwal ",
"nodal_code": null,
"nodal_status": "Not Activated",
"active": true,
"status": 0,
"penny_deposit_status": "Success",
"penny_attempt_count": 0,
"penny_deposit_method": "IMPS",
"bank_verification_status": "Success",
"uuid": "11ef-23e8-778aceb4-8c10-02975f21d323",
"created_at": "2024-06-06T09:38:01.000Z",
"updated_at": "2024-06-06T09:38:01.000Z",
"bank_name": "ICICI BANK LIMITED",
"bank_type": "saving",
"addendum_status": null,
"holder_name_by_bank": null,
"flag": 8,
"bank_verification_proof": null,
"penny_attempt_left": 10,
"bank_error_comments": {
"error": null,
"remarks": null
},
"virtual_account": false
},
"operating_address": null,
"registration_address": null,
"business_entity": {
"id": 2,
"name": "Sole Proprietorship"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-06-06T09:37:41.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Docs Approved",
"updated_at": "2024-06-06T09:38:02.000Z"
},
{
"status_type": "Agreement",
"status_value": "Approved",
"updated_at": "2024-06-06T09:38:02.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-06-06T09:37:42.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6866,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": false
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ef-23e8-6c4c6792-8c10-02975f21d323",
"created_at": "2024-06-06T09:37:42.000Z",
"updated_at": "2024-06-06T09:37:42.000Z",
"record_id": 22944,
"record_type": "ProductAccount"
}
],
"kyc_documents": [],
"cs_plan": null,
"product_account_detail": {
"id": 22857,
"merchant_id": null,
"dob": "1992-10-18",
"pep": null,
"aml_flag": false,
"created_at": "2024-06-06T09:37:41.000Z",
"updated_at": "2024-06-06T09:38:13.000Z",
"uuid": "11ef-23e8-6b755b62-8c10-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22944,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"average_delivery_time": 180,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": "Inbound",
"pg_key": "p18cKl",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": "LOB Pending",
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": []
},
{
"id": 22939,
"uuid": "11ef-21fb-a4ffd892-babd-02975f21d323",
"identifier": 732349740,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22673,
"active": true,
"status": null,
"business_entity_id": 2,
"business_category_id": 61,
"business_sub_category_id": 526,
"business_name": "HARSH AGARWAL",
"pancard_name": "HARSH AGARWAL",
"pancard_number": "AUKPA1386M",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1168,
"settlement_status": "Thirdparty Hold",
"merchant_type": "child_aggregator",
"onboarding_status": "Documentation & Website Verification in progress",
"account_id": null,
"pan_verification_status": "Success",
"admin_user_id": 17951,
"terms_and_condition_accepted_at": null,
"created_at": "2024-06-03T22:50:18.000Z",
"updated_at": "2024-06-11T09:44:39.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": "",
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": "not_applicable",
"sf_payload_version": 112,
"stop_txns": 0,
"copy_mid_parent": null,
"mid": 732349740,
"name": "HARSH AGARWAL",
"email": "[email protected]",
"first_name": "HARSH",
"last_name": "AGARWAL",
"business_type": "LongTail",
"bank_update_attempt_count": 1,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 353235,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643615",
"product": "PayUbiz",
"bank_update_attempt_left": 10,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": false,
"saved_kyc_address": null,
"kyc_status": {
"kyc_status": "PENDING",
"adhaar_kyc_status": "PENDING",
"ckyc_status": "PENDING"
},
"document_status": "Pending",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": true,
"onboarding_completed": false,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-06-04T04:21:14.000+05:30",
"business_pan_name_match": true,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Arts, Gifts & Stationery",
"business_sub_category_name": "Stationery and School Supply Stores",
"device": "Desktop",
"display_name": "HARSH AGARWAL",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": "Others",
"sub_source": "Chat",
"source_details": null,
"ubo_exist": false,
"mobile": "8447643615",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "9dcf-127a-6e4796ff-4926-363291dc60ae",
"business_category_uuid": "11ed-8009-091cb9d0-b87a-6e4c8a1aae9b",
"business_sub_category_uuid": "11ed-8027-a864cb2c-99f8-6e4c8a1aae9b",
"account_uuid": null,
"merchant_account_uuid": "11ef-21fb-a63dca48-babd-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ef-21f5-94650ed6-9376-02c123f54272",
"bank_detail": {
"id": 6493,
"branch_name": "MARINE DRIVE KOCHI",
"bank_account_number": "5739293744928",
"ifsc_code": "HDFC0009105",
"holder_name": "HARSH AGARWAL",
"nodal_code": null,
"nodal_status": "Not Activated",
"active": true,
"status": 0,
"penny_deposit_status": "Success",
"penny_attempt_count": 0,
"penny_deposit_method": "IMPS",
"bank_verification_status": "Success",
"uuid": "11ef-21fb-c6db063a-b754-02975f21d323",
"created_at": "2024-06-03T22:51:13.000Z",
"updated_at": "2024-06-03T22:51:13.000Z",
"bank_name": "HDFC BANK",
"bank_type": "saving",
"addendum_status": null,
"holder_name_by_bank": null,
"flag": 8,
"bank_verification_proof": null,
"penny_attempt_left": 10,
"bank_error_comments": {
"error": null,
"remarks": null
},
"virtual_account": false
},
"operating_address": null,
"registration_address": null,
"business_entity": {
"id": 2,
"name": "Sole Proprietorship"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-06-03T22:50:19.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-06-11T09:44:33.000Z"
},
{
"status_type": "Agreement",
"status_value": "Not Generated",
"updated_at": "2024-06-03T22:50:19.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-06-03T22:50:20.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6865,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": true
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ef-21fb-a7d0cb44-babd-02975f21d323",
"created_at": "2024-06-03T22:50:20.000Z",
"updated_at": "2024-06-03T22:50:20.000Z",
"record_id": 22939,
"record_type": "ProductAccount"
}
],
"kyc_documents": [
{
"id": 30691,
"document_category_id": 113,
"document_type_id": 157,
"account_id": null,
"remarks": null,
"status": "DOCUMENT_SUBMITTED",
"uuid": "11ef-27d7-777f90ec-9b49-02975f21d323",
"active": false,
"created_at": "2024-06-11T09:46:24.000Z",
"updated_at": "2024-06-12T10:29:46.000Z",
"kyc_document_type": "KYC",
"document_format": "Soft Copy",
"e_stamp_number": null,
"temp_account_id": null,
"error": null,
"record_type": null,
"record_id": null,
"issue_date": null,
"expiry_date": null,
"product_record_id": 22939,
"product_record_type": "ProductAccount",
"document_number": null,
"rekyc_doc": false,
"processed_document": {
"id": 35259,
"metadata": {
"identified": true
},
"filename": "schedule_c_letter.pdf",
"byte_size": 22733,
"path": "/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBbytHIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--cea426b97c42de7ba50a647cacb18bd11aed01c3/schedule_c_letter.pdf",
"kyc_document_uuid": "11ef-27d7-777f90ec-9b49-02975f21d323"
},
"document_category_name": "SCHEDULE C",
"document_type_name": "SCHEDULE C",
"doc_url": "https://test-dms.payu.in/merchants/11ef-21fb-a4ffd892-babd-02975f21d323/documents/6d964a2341c09121868c80ad212c1518"
}
],
"cs_plan": null,
"product_account_detail": {
"id": 22852,
"merchant_id": null,
"dob": "1992-10-18",
"pep": null,
"aml_flag": false,
"created_at": "2024-06-03T22:50:18.000Z",
"updated_at": "2024-06-03T22:51:10.000Z",
"uuid": "11ef-21fb-a69a7fc2-babd-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22939,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 353235,
"gmv_amount": null,
"average_delivery_time": 30,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": "Inbound",
"pg_key": "30sE3J",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": null,
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": [
{
"id": 14186,
"name": "hbdvs bkjnnlk",
"email": "[email protected]",
"mobile": "+918920095185",
"designation": "CEO",
"contact_detail_type": "Signing Authority",
"authorised_signatory": true,
"account_uuid": "9bd1-c2fe-efa82504-bda5-ed93fff2306e",
"uuid": "11ef-21fb-f2ffd1c8-b754-02975f21d323",
"active": true,
"created_at": "2024-06-03T22:52:26.000Z",
"updated_at": "2024-06-11T09:41:08.000Z",
"email_verified": false,
"record_id": null,
"record_type": null,
"temp_account_id": null,
"product_record_id": 22939,
"product_record_type": "ProductAccount",
"rekyc_record": false,
"pancard_number": null,
"cin_number": null,
"aml_flag": false
}
]
},
{
"id": 22935,
"uuid": "11ef-1f14-dd1bc1b2-aa79-02975f21d323",
"identifier": 732349734,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22669,
"active": true,
"status": null,
"business_entity_id": 2,
"business_category_id": 37,
"business_sub_category_id": 313,
"business_name": "test merchant",
"pancard_name": "Harsh Agarwal",
"pancard_number": "AUKPA1386M",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1200,
"settlement_status": "Thirdparty Hold",
"merchant_type": "child_aggregator",
"onboarding_status": "Documentation & Website Verification in progress",
"account_id": null,
"pan_verification_status": "Success",
"admin_user_id": 17943,
"terms_and_condition_accepted_at": null,
"created_at": "2024-05-31T06:13:17.000Z",
"updated_at": "2024-06-05T12:45:41.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": null,
"sf_payload_version": 18,
"stop_txns": 0,
"copy_mid_parent": null,
"mid": 732349734,
"name": "Harsh Agarwal",
"email": "[email protected]",
"first_name": "Harsh",
"last_name": "Agarwal",
"business_type": "LongTail",
"bank_update_attempt_count": 1,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643602",
"product": "PayUbiz",
"bank_update_attempt_left": 10,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": false,
"saved_kyc_address": null,
"kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"document_status": "Pending",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": true,
"onboarding_completed": true,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-05-31T11:44:48.000+05:30",
"business_pan_name_match": false,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Airlines",
"business_sub_category_name": "Airlines",
"device": "Desktop",
"display_name": "Harsh Agarwal",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": "Others",
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643602",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "9dcf-127a-6e4796ff-4926-363291dc60ae",
"business_category_uuid": "c5f7-23fa-2ba21406-85b0-2b1005ab2062",
"business_sub_category_uuid": "f0e2-f7a3-3fae0aaa-1ab6-342b38cae2c2",
"account_uuid": null,
"merchant_account_uuid": "11ef-1f14-deb538a0-aa79-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ef-1e85-786e2974-93ae-02c123f54272",
"bank_detail": {
"id": 6491,
"branch_name": "COMMUNITY CENTRE",
"bank_account_number": "34217960815",
"ifsc_code": "ICIC0000046",
"holder_name": "Harsh Agarwal ",
"nodal_code": null,
"nodal_status": "Not Activated",
"active": true,
"status": 0,
"penny_deposit_status": "Success",
"penny_attempt_count": 0,
"penny_deposit_method": "IMPS",
"bank_verification_status": "Success",
"uuid": "11ef-1f15-1439f6a0-8f84-02975f21d323",
"created_at": "2024-05-31T06:14:47.000Z",
"updated_at": "2024-05-31T06:14:47.000Z",
"bank_name": "ICICI BANK LIMITED",
"bank_type": "saving",
"addendum_status": null,
"holder_name_by_bank": null,
"flag": 8,
"bank_verification_proof": null,
"penny_attempt_left": 10,
"bank_error_comments": {
"error": null,
"remarks": null
},
"virtual_account": false
},
"operating_address": null,
"registration_address": null,
"business_entity": {
"id": 2,
"name": "Sole Proprietorship"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-05-31T06:13:17.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-06-05T12:45:34.000Z"
},
{
"status_type": "Agreement",
"status_value": "Not Generated",
"updated_at": "2024-06-05T12:43:55.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-05-31T06:13:18.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6864,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": false
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ef-1f14-e034d4f6-aa79-02975f21d323",
"created_at": "2024-05-31T06:13:19.000Z",
"updated_at": "2024-05-31T06:13:19.000Z",
"record_id": 22935,
"record_type": "ProductAccount"
}
],
"kyc_documents": [],
"cs_plan": null,
"product_account_detail": {
"id": 22848,
"merchant_id": null,
"dob": "1992-10-18",
"pep": null,
"aml_flag": false,
"created_at": "2024-05-31T06:13:17.000Z",
"updated_at": "2024-05-31T06:13:48.000Z",
"uuid": "11ef-1f14-deff2d34-aa79-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22935,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"average_delivery_time": 180,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": "Inbound",
"pg_key": "FMUtDm",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": "LOB Pending",
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": []
},
{
"id": 22904,
"uuid": "11ef-144e-1a730a24-a30f-02975f21d323",
"identifier": 10968004,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22628,
"active": true,
"status": null,
"business_entity_id": 2,
"business_category_id": 37,
"business_sub_category_id": 313,
"business_name": "test merchant",
"pancard_name": "PAYU PAYMENTS PRIVATE LIMITED",
"pancard_number": "AUKPA1386M",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1040,
"settlement_status": null,
"merchant_type": "child_aggregator",
"onboarding_status": "Profile Completion in progress",
"account_id": null,
"pan_verification_status": "Success",
"admin_user_id": 17893,
"terms_and_condition_accepted_at": null,
"created_at": "2024-05-17T13:05:17.000Z",
"updated_at": "2024-05-17T13:06:18.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": null,
"sf_payload_version": 6,
"stop_txns": 1,
"copy_mid_parent": null,
"mid": 10968004,
"name": "PAYU PAYMENTS PRIVATE LIMITED",
"email": "[email protected]",
"first_name": "PAYU",
"last_name": "PAYMENTS PRIVATE LIMITED",
"business_type": "LongTail",
"bank_update_attempt_count": 0,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643574",
"product": "PayUbiz",
"bank_update_attempt_left": 11,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": false,
"saved_kyc_address": null,
"kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"document_status": "Pending",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": true,
"onboarding_completed": false,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-07-11T14:52:57.208+05:30",
"business_pan_name_match": false,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Airlines",
"business_sub_category_name": "Airlines",
"device": "Desktop",
"display_name": "PAYU PAYMENTS PRIVATE LIMITED",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": "Others",
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643574",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "9dcf-127a-6e4796ff-4926-363291dc60ae",
"business_category_uuid": "c5f7-23fa-2ba21406-85b0-2b1005ab2062",
"business_sub_category_uuid": "f0e2-f7a3-3fae0aaa-1ab6-342b38cae2c2",
"account_uuid": null,
"merchant_account_uuid": "11ef-144e-1b4868b8-a30f-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ef-144e-1a57f216-93ae-02c123f54272",
"bank_detail": null,
"operating_address": null,
"registration_address": null,
"business_entity": {
"id": 2,
"name": "Sole Proprietorship"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-05-17T13:05:17.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-05-17T13:05:17.000Z"
},
{
"status_type": "Agreement",
"status_value": "Not Generated",
"updated_at": "2024-05-17T13:05:17.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-05-17T13:05:18.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6862,
"name": "skip_onboarding_steps",
"config": "{\"onboarding_steps\"=>{\"documentation\"=>{\"agreement_required\"=>false, \"kyc_docs_upload_required\"=>true}, \"pan_details_required\"=>true, \"bank_details_required\"=>true, \"website_details_required\"=>false, \"business_details_required\"=>true, \"aadhar_ckyc_address_required\"=>false, \"business_members_details_required\"=>false, \"signing_authority_details_required\"=>true}}",
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ef-144e-1c457ddc-a30f-02975f21d323",
"created_at": "2024-05-17T13:05:18.000Z",
"updated_at": "2024-06-05T12:37:26.000Z",
"record_id": 22904,
"record_type": "ProductAccount"
}
],
"kyc_documents": [],
"cs_plan": null,
"product_account_detail": {
"id": 22817,
"merchant_id": null,
"dob": "1992-10-18",
"pep": null,
"aml_flag": false,
"created_at": "2024-05-17T13:05:17.000Z",
"updated_at": "2024-05-17T13:06:18.000Z",
"uuid": "11ef-144e-1b7544d2-a30f-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22904,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"average_delivery_time": 180,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": "Inbound",
"pg_key": "V4Ba6H",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": "LOB Pending",
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": []
},
{
"id": 22903,
"uuid": "11ef-144d-35f1f6ee-8566-02975f21d323",
"identifier": 10968003,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22627,
"active": true,
"status": null,
"business_entity_id": null,
"business_category_id": null,
"business_sub_category_id": null,
"business_name": null,
"pancard_name": null,
"pancard_number": null,
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1040,
"settlement_status": null,
"merchant_type": "child_aggregator",
"onboarding_status": "Profile Completion in progress",
"account_id": null,
"pan_verification_status": "Pending",
"admin_user_id": 17892,
"terms_and_condition_accepted_at": null,
"created_at": "2024-05-17T12:59:14.000Z",
"updated_at": "2024-05-17T12:59:15.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": "not_applicable",
"sf_payload_version": -1,
"stop_txns": 1,
"copy_mid_parent": null,
"mid": 10968003,
"name": "hsbvjhsbd",
"email": "[email protected]",
"first_name": "",
"last_name": "hsbvjhsbd",
"business_type": "LongTail",
"bank_update_attempt_count": 0,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": null,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643572",
"product": "PayUbiz",
"bank_update_attempt_left": 11,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": true,
"saved_kyc_address": null,
"kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"document_status": "Pending",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": true,
"onboarding_completed": false,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-07-11T14:52:57.261+05:30",
"business_pan_name_match": false,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": null,
"business_sub_category_name": null,
"device": "Desktop",
"display_name": "hsbvjhsbd",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": null,
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643572",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": null,
"business_category_uuid": null,
"business_sub_category_uuid": null,
"account_uuid": null,
"merchant_account_uuid": "11ef-144d-42fc6c16-8566-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ef-144d-35e31246-93ae-02c123f54272",
"bank_detail": null,
"operating_address": null,
"registration_address": null,
"business_entity": null,
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-05-17T12:59:14.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-05-17T12:59:14.000Z"
},
{
"status_type": "Agreement",
"status_value": "Not Generated",
"updated_at": "2024-05-17T12:59:15.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-05-17T12:59:15.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6861,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": false
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ef-144d-43f59048-8566-02975f21d323",
"created_at": "2024-05-17T12:59:15.000Z",
"updated_at": "2024-05-17T12:59:15.000Z",
"record_id": 22903,
"record_type": "ProductAccount"
}
],
"kyc_documents": [],
"cs_plan": null,
"product_account_detail": {
"id": 22816,
"merchant_id": null,
"dob": null,
"pep": null,
"aml_flag": false,
"created_at": "2024-05-17T12:59:14.000Z",
"updated_at": "2024-05-17T12:59:15.000Z",
"uuid": "11ef-144d-432c96c0-8566-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22903,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": null,
"gmv_amount": null,
"average_delivery_time": null,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": null,
"pg_key": "V5vDfQ",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": null,
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": []
},
{
"id": 22879,
"uuid": "11ef-11e6-ce3e6aae-ab24-02975f21d323",
"identifier": 732342612,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22599,
"active": true,
"status": null,
"business_entity_id": 2,
"business_category_id": 37,
"business_sub_category_id": 313,
"business_name": "test merchant",
"pancard_name": "PAYU PAYMENTS PRIVATE LIMITED",
"pancard_number": "AUKPA1386M",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1200,
"settlement_status": "Active",
"merchant_type": "child_aggregator",
"onboarding_status": "Documentation & Website Verification in progress",
"account_id": null,
"pan_verification_status": "Success",
"admin_user_id": 17863,
"terms_and_condition_accepted_at": null,
"created_at": "2024-05-14T11:40:47.000Z",
"updated_at": "2024-05-14T11:44:26.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": null,
"sf_payload_version": 11,
"stop_txns": 0,
"copy_mid_parent": null,
"mid": 732342612,
"name": "PAYU PAYMENTS PRIVATE LIMITED",
"email": "[email protected]",
"first_name": "PAYU",
"last_name": "PAYMENTS PRIVATE LIMITED",
"business_type": "LongTail",
"bank_update_attempt_count": 1,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643559",
"product": "PayUbiz",
"bank_update_attempt_left": 10,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": false,
"saved_kyc_address": null,
"kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"document_status": "Docs Approved",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": true,
"onboarding_completed": true,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-05-14T17:14:08.000+05:30",
"business_pan_name_match": false,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Airlines",
"business_sub_category_name": "Airlines",
"device": "Desktop",
"display_name": "PAYU PAYMENTS PRIVATE LIMITED",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": "Others",
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643559",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "9dcf-127a-6e4796ff-4926-363291dc60ae",
"business_category_uuid": "c5f7-23fa-2ba21406-85b0-2b1005ab2062",
"business_sub_category_uuid": "f0e2-f7a3-3fae0aaa-1ab6-342b38cae2c2",
"account_uuid": null,
"merchant_account_uuid": "11ef-11e6-ce89b842-ab24-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ef-11e6-ce30e42e-93ae-02c123f54272",
"bank_detail": {
"id": 6459,
"branch_name": "COMMUNITY CENTRE",
"bank_account_number": "34217960815",
"ifsc_code": "ICIC0000046",
"holder_name": "payu payments private limited",
"nodal_code": null,
"nodal_status": "Not Activated",
"active": true,
"status": 0,
"penny_deposit_status": "Success",
"penny_attempt_count": 0,
"penny_deposit_method": "IMPS",
"bank_verification_status": "Success",
"uuid": "11ef-11e7-4565b4b6-91e8-02975f21d323",
"created_at": "2024-05-14T11:44:07.000Z",
"updated_at": "2024-05-14T11:44:07.000Z",
"bank_name": "ICICI BANK LIMITED",
"bank_type": "saving",
"addendum_status": null,
"holder_name_by_bank": null,
"flag": 8,
"bank_verification_proof": null,
"penny_attempt_left": 10,
"bank_error_comments": {
"error": null,
"remarks": null
},
"virtual_account": false
},
"operating_address": null,
"registration_address": null,
"business_entity": {
"id": 2,
"name": "Sole Proprietorship"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-05-14T11:40:48.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Docs Approved",
"updated_at": "2024-05-14T11:44:08.000Z"
},
{
"status_type": "Agreement",
"status_value": "Approved",
"updated_at": "2024-05-14T11:44:08.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-05-14T11:40:48.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6860,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": false
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ef-11e6-cf84b58a-ab24-02975f21d323",
"created_at": "2024-05-14T11:40:49.000Z",
"updated_at": "2024-05-14T11:40:49.000Z",
"record_id": 22879,
"record_type": "ProductAccount"
}
],
"kyc_documents": [],
"cs_plan": null,
"product_account_detail": {
"id": 22792,
"merchant_id": null,
"dob": "1992-10-18",
"pep": null,
"aml_flag": false,
"created_at": "2024-05-14T11:40:47.000Z",
"updated_at": "2024-05-14T11:41:23.000Z",
"uuid": "11ef-11e6-ce9d58e8-ab24-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22879,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"average_delivery_time": 180,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": "Inbound",
"pg_key": "dZOY6n",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": "LOB Pending",
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": []
},
{
"id": 22878,
"uuid": "11ef-11e6-c0eef4e0-af4b-02975f21d323",
"identifier": 732342611,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22598,
"active": true,
"status": null,
"business_entity_id": 2,
"business_category_id": 37,
"business_sub_category_id": 313,
"business_name": null,
"pancard_name": "PAYU PAYMENTS PRIVATE LIMITED",
"pancard_number": "AUKPA1386M",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1040,
"settlement_status": null,
"merchant_type": "child_aggregator",
"onboarding_status": "Profile Completion in progress",
"account_id": null,
"pan_verification_status": "Success",
"admin_user_id": 17862,
"terms_and_condition_accepted_at": null,
"created_at": "2024-05-14T11:40:25.000Z",
"updated_at": "2024-05-14T11:40:55.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": null,
"sf_payload_version": 4,
"stop_txns": 1,
"copy_mid_parent": null,
"mid": 732342611,
"name": "PAYU PAYMENTS PRIVATE LIMITED",
"email": "[email protected]",
"first_name": "PAYU",
"last_name": "PAYMENTS PRIVATE LIMITED",
"business_type": "Untagged",
"bank_update_attempt_count": 0,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643558",
"product": "PayUbiz",
"bank_update_attempt_left": 11,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": false,
"saved_kyc_address": null,
"kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"document_status": "Pending",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": true,
"onboarding_completed": false,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-07-11T14:52:57.412+05:30",
"business_pan_name_match": true,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Airlines",
"business_sub_category_name": "Airlines",
"device": "Desktop",
"display_name": "PAYU PAYMENTS PRIVATE LIMITED",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": "Others",
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643558",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "9dcf-127a-6e4796ff-4926-363291dc60ae",
"business_category_uuid": "c5f7-23fa-2ba21406-85b0-2b1005ab2062",
"business_sub_category_uuid": "f0e2-f7a3-3fae0aaa-1ab6-342b38cae2c2",
"account_uuid": null,
"merchant_account_uuid": "11ef-11e6-c1301b46-af4b-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ef-11e6-c0e55188-93ae-02c123f54272",
"bank_detail": null,
"operating_address": null,
"registration_address": null,
"business_entity": {
"id": 2,
"name": "Sole Proprietorship"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-05-14T11:40:26.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-05-14T11:40:26.000Z"
},
{
"status_type": "Agreement",
"status_value": "Not Generated",
"updated_at": "2024-05-14T11:40:26.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-05-14T11:40:26.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6859,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": false
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ef-11e6-c26e4cb2-af4b-02975f21d323",
"created_at": "2024-05-14T11:40:27.000Z",
"updated_at": "2024-05-14T11:40:27.000Z",
"record_id": 22878,
"record_type": "ProductAccount"
}
],
"kyc_documents": [],
"cs_plan": null,
"product_account_detail": {
"id": 22791,
"merchant_id": null,
"dob": "1992-10-18",
"pep": null,
"aml_flag": false,
"created_at": "2024-05-14T11:40:25.000Z",
"updated_at": "2024-05-14T11:40:55.000Z",
"uuid": "11ef-11e6-c17b8b30-af4b-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22878,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"average_delivery_time": 180,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": null,
"pg_key": "JgiisM",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": "LOB Pending",
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": []
},
{
"id": 22877,
"uuid": "11ef-11e5-54b53dee-ab24-02975f21d323",
"identifier": 732342610,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22597,
"active": true,
"status": null,
"business_entity_id": 4,
"business_category_id": 37,
"business_sub_category_id": 313,
"business_name": "PAYU PAYMENTS PRIVATE LIMITED",
"pancard_name": "PAYU PAYMENTS PRIVATE LIMITED",
"pancard_number": "AAACC2093E",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1200,
"settlement_status": "Active",
"merchant_type": "child_aggregator",
"onboarding_status": "Documentation & Website Verification in progress",
"account_id": null,
"pan_verification_status": "Success",
"admin_user_id": 17860,
"terms_and_condition_accepted_at": null,
"created_at": "2024-05-14T11:30:14.000Z",
"updated_at": "2024-05-14T11:31:26.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": null,
"sf_payload_version": 11,
"stop_txns": 0,
"copy_mid_parent": null,
"mid": 732342610,
"name": null,
"email": "[email protected]",
"first_name": null,
"last_name": null,
"business_type": "LongTail",
"bank_update_attempt_count": 1,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Not Selected",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643557",
"product": "PayUbiz",
"bank_update_attempt_left": 10,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": true,
"saved_kyc_address": null,
"kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"document_status": "Docs Approved",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": true,
"onboarding_completed": true,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-05-14T17:00:42.000+05:30",
"business_pan_name_match": false,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Airlines",
"business_sub_category_name": "Airlines",
"device": "Desktop",
"display_name": null,
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": "Others",
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643557",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "e950-2b6c-d559d097-72f8-296b3cb85e45",
"business_category_uuid": "c5f7-23fa-2ba21406-85b0-2b1005ab2062",
"business_sub_category_uuid": "f0e2-f7a3-3fae0aaa-1ab6-342b38cae2c2",
"account_uuid": null,
"merchant_account_uuid": "11ef-11e5-5512c838-ab24-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ef-11e0-35294b50-93ae-02c123f54272",
"bank_detail": {
"id": 6458,
"branch_name": "COMMUNITY CENTRE",
"bank_account_number": "34217960815",
"ifsc_code": "ICIC0000046",
"holder_name": "Payu Payments Private Limited",
"nodal_code": null,
"nodal_status": "Not Activated",
"active": true,
"status": 0,
"penny_deposit_status": "Success",
"penny_attempt_count": 0,
"penny_deposit_method": "IMPS",
"bank_verification_status": "Success",
"uuid": "11ef-11e5-64be0e28-ab24-02975f21d323",
"created_at": "2024-05-14T11:30:41.000Z",
"updated_at": "2024-05-14T11:30:41.000Z",
"bank_name": "ICICI BANK LIMITED",
"bank_type": "saving",
"addendum_status": null,
"holder_name_by_bank": null,
"flag": 8,
"bank_verification_proof": null,
"penny_attempt_left": 10,
"bank_error_comments": {
"error": null,
"remarks": null
},
"virtual_account": false
},
"operating_address": null,
"registration_address": null,
"business_entity": {
"id": 4,
"name": "Private Limited"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-05-14T11:30:15.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Docs Approved",
"updated_at": "2024-05-14T11:30:41.000Z"
},
{
"status_type": "Agreement",
"status_value": "Approved",
"updated_at": "2024-05-14T11:30:42.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-05-14T11:30:15.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6858,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": false
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ef-11e5-562f6b7c-ab24-02975f21d323",
"created_at": "2024-05-14T11:30:16.000Z",
"updated_at": "2024-05-14T11:30:16.000Z",
"record_id": 22877,
"record_type": "ProductAccount"
}
],
"kyc_documents": [],
"cs_plan": null,
"product_account_detail": {
"id": 22790,
"merchant_id": null,
"dob": "1994-08-03",
"pep": null,
"aml_flag": false,
"created_at": "2024-05-14T11:30:14.000Z",
"updated_at": "2024-05-14T11:31:16.000Z",
"uuid": "11ef-11e5-5546f45a-ab24-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22877,
"integration_type": "Not Selected",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"average_delivery_time": 180,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": "Inbound",
"pg_key": "k5Z2Rv",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": "LOB Pending",
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": []
},
{
"id": 22872,
"uuid": "11ef-11d6-dc7af21e-ab24-02975f21d323",
"identifier": 732342605,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22592,
"active": true,
"status": null,
"business_entity_id": 4,
"business_category_id": 37,
"business_sub_category_id": 313,
"business_name": "PAYU PAYMENTS PRIVATE LIMITED",
"pancard_name": "PAYU PAYMENTS PRIVATE LIMITED",
"pancard_number": "AAACC2093E",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1040,
"settlement_status": null,
"merchant_type": "child_aggregator",
"onboarding_status": "Profile Completion in progress",
"account_id": null,
"pan_verification_status": "Success",
"admin_user_id": 17857,
"terms_and_condition_accepted_at": null,
"created_at": "2024-05-14T09:46:39.000Z",
"updated_at": "2024-05-14T09:47:12.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": null,
"sf_payload_version": 6,
"stop_txns": 1,
"copy_mid_parent": null,
"mid": 732342605,
"name": "PAYU PAYMENTS PRIVATE LIMITED",
"email": "[email protected]",
"first_name": "PAYU",
"last_name": "PAYMENTS PRIVATE LIMITED",
"business_type": "LongTail",
"bank_update_attempt_count": 0,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643554",
"product": "PayUbiz",
"bank_update_attempt_left": 11,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": true,
"saved_kyc_address": null,
"kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"document_status": "Pending",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": true,
"onboarding_completed": false,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-07-11T14:52:57.548+05:30",
"business_pan_name_match": false,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Airlines",
"business_sub_category_name": "Airlines",
"device": "Desktop",
"display_name": "PAYU PAYMENTS PRIVATE LIMITED",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": "Others",
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643554",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "e950-2b6c-d559d097-72f8-296b3cb85e45",
"business_category_uuid": "c5f7-23fa-2ba21406-85b0-2b1005ab2062",
"business_sub_category_uuid": "f0e2-f7a3-3fae0aaa-1ab6-342b38cae2c2",
"account_uuid": null,
"merchant_account_uuid": "11ef-11d6-dcc12de2-ab24-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ef-11d6-dc6b115a-93ae-02c123f54272",
"bank_detail": null,
"operating_address": null,
"registration_address": null,
"business_entity": {
"id": 4,
"name": "Private Limited"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-05-14T09:46:40.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-05-14T09:46:40.000Z"
},
{
"status_type": "Agreement",
"status_value": "Not Generated",
"updated_at": "2024-05-14T09:46:40.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-05-14T09:46:41.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6857,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": false
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ef-11d6-ddfa6cdc-ab24-02975f21d323",
"created_at": "2024-05-14T09:46:41.000Z",
"updated_at": "2024-05-14T09:46:41.000Z",
"record_id": 22872,
"record_type": "ProductAccount"
}
],
"kyc_documents": [],
"cs_plan": null,
"product_account_detail": {
"id": 22785,
"merchant_id": null,
"dob": "1994-08-03",
"pep": null,
"aml_flag": false,
"created_at": "2024-05-14T09:46:39.000Z",
"updated_at": "2024-05-14T09:47:12.000Z",
"uuid": "11ef-11d6-dce50aaa-ab24-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22872,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"average_delivery_time": 180,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": "Inbound",
"pg_key": "plgJU1",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": "LOB Pending",
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": []
},
{
"id": 22871,
"uuid": "11ef-11d6-33abf30e-af4b-02975f21d323",
"identifier": 732342604,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22591,
"active": true,
"status": null,
"business_entity_id": 2,
"business_category_id": 37,
"business_sub_category_id": 313,
"business_name": null,
"pancard_name": "PAYU PAYMENTS PRIVATE LIMITED",
"pancard_number": "AAAPB2117A",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1040,
"settlement_status": null,
"merchant_type": "child_aggregator",
"onboarding_status": "Profile Completion in progress",
"account_id": null,
"pan_verification_status": "Failed",
"admin_user_id": 17856,
"terms_and_condition_accepted_at": null,
"created_at": "2024-05-14T09:41:56.000Z",
"updated_at": "2024-05-14T09:44:05.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": null,
"sf_payload_version": 7,
"stop_txns": 1,
"copy_mid_parent": null,
"mid": 732342604,
"name": "PAYU PAYMENTS PRIVATE LIMITED",
"email": "[email protected]",
"first_name": "PAYU",
"last_name": "PAYMENTS PRIVATE LIMITED",
"business_type": "LongTail",
"bank_update_attempt_count": 0,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643553",
"product": "PayUbiz",
"bank_update_attempt_left": 11,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": false,
"saved_kyc_address": null,
"kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"document_status": "Pending",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": true,
"onboarding_completed": false,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-07-11T14:52:57.614+05:30",
"business_pan_name_match": false,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Airlines",
"business_sub_category_name": "Airlines",
"device": "Desktop",
"display_name": "PAYU PAYMENTS PRIVATE LIMITED",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": "Others",
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643553",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "9dcf-127a-6e4796ff-4926-363291dc60ae",
"business_category_uuid": "c5f7-23fa-2ba21406-85b0-2b1005ab2062",
"business_sub_category_uuid": "f0e2-f7a3-3fae0aaa-1ab6-342b38cae2c2",
"account_uuid": null,
"merchant_account_uuid": "11ef-11d6-33e9d656-af4b-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ef-11d6-33a1e79c-93ae-02c123f54272",
"bank_detail": null,
"operating_address": null,
"registration_address": null,
"business_entity": {
"id": 2,
"name": "Sole Proprietorship"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-05-14T09:41:57.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-05-14T09:41:57.000Z"
},
{
"status_type": "Agreement",
"status_value": "Not Generated",
"updated_at": "2024-05-14T09:41:57.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-05-14T09:41:57.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6856,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": false
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ef-11d6-351c925c-af4b-02975f21d323",
"created_at": "2024-05-14T09:41:58.000Z",
"updated_at": "2024-05-14T09:41:58.000Z",
"record_id": 22871,
"record_type": "ProductAccount"
}
],
"kyc_documents": [],
"cs_plan": null,
"product_account_detail": {
"id": 22784,
"merchant_id": null,
"dob": null,
"pep": null,
"aml_flag": false,
"created_at": "2024-05-14T09:41:56.000Z",
"updated_at": "2024-05-14T09:42:33.000Z",
"uuid": "11ef-11d6-341918c6-af4b-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22871,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"average_delivery_time": 180,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": "Inbound",
"pg_key": "FkHohp",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": "LOB Pending",
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": []
},
{
"id": 22831,
"uuid": "11ef-094c-3b7faf2c-a2f3-02975f21d323",
"identifier": 732342554,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22548,
"active": true,
"status": null,
"business_entity_id": 2,
"business_category_id": 37,
"business_sub_category_id": 313,
"business_name": "Harsh Agarwal",
"pancard_name": null,
"pancard_number": "AUKPA1386M",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1200,
"settlement_status": "Active",
"merchant_type": "child_aggregator",
"onboarding_status": "Documentation & Website Verification in progress",
"account_id": null,
"pan_verification_status": "Success",
"admin_user_id": 17817,
"terms_and_condition_accepted_at": null,
"created_at": "2024-05-03T12:54:09.000Z",
"updated_at": "2024-05-03T12:55:35.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": null,
"sf_payload_version": 9,
"stop_txns": 0,
"copy_mid_parent": null,
"mid": 732342554,
"name": "Merchant",
"email": "[email protected]",
"first_name": "",
"last_name": "Merchant",
"business_type": "LongTail",
"bank_update_attempt_count": 1,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643530",
"product": "PayUbiz",
"bank_update_attempt_left": 10,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": false,
"saved_kyc_address": null,
"kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"document_status": "Docs Approved",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": false,
"onboarding_completed": true,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-05-03T18:24:22.000+05:30",
"business_pan_name_match": true,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Airlines",
"business_sub_category_name": "Airlines",
"device": "Desktop",
"display_name": "Merchant",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": "Others",
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643530",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "9dcf-127a-6e4796ff-4926-363291dc60ae",
"business_category_uuid": "c5f7-23fa-2ba21406-85b0-2b1005ab2062",
"business_sub_category_uuid": "f0e2-f7a3-3fae0aaa-1ab6-342b38cae2c2",
"account_uuid": null,
"merchant_account_uuid": "11ef-094c-3bc9ebaa-a2f3-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ef-094c-3b71c5e2-9376-02c123f54272",
"bank_detail": {
"id": 6420,
"branch_name": "COMMUNITY CENTRE",
"bank_account_number": "34217960815",
"ifsc_code": "ICIC0000046",
"holder_name": "Harsh Agarwal",
"nodal_code": null,
"nodal_status": "Not Activated",
"active": true,
"status": 0,
"penny_deposit_status": "Success",
"penny_attempt_count": 0,
"penny_deposit_method": "IMPS",
"bank_verification_status": "Success",
"uuid": "11ef-094c-42a9f10e-a2f3-02975f21d323",
"created_at": "2024-05-03T12:54:21.000Z",
"updated_at": "2024-05-03T12:54:21.000Z",
"bank_name": "ICICI BANK LIMITED",
"bank_type": "saving",
"addendum_status": null,
"holder_name_by_bank": null,
"flag": 8,
"bank_verification_proof": null,
"penny_attempt_left": 10,
"bank_error_comments": {
"error": null,
"remarks": null
},
"virtual_account": false
},
"operating_address": null,
"registration_address": null,
"business_entity": {
"id": 2,
"name": "Sole Proprietorship"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-05-03T12:54:10.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Docs Approved",
"updated_at": "2024-05-03T12:54:22.000Z"
},
{
"status_type": "Agreement",
"status_value": "Approved",
"updated_at": "2024-05-03T12:54:22.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-05-03T12:54:10.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6854,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": false
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ef-094c-3caa28b4-a2f3-02975f21d323",
"created_at": "2024-05-03T12:54:11.000Z",
"updated_at": "2024-05-03T12:54:11.000Z",
"record_id": 22831,
"record_type": "ProductAccount"
}
],
"kyc_documents": [],
"cs_plan": null,
"product_account_detail": {
"id": 22744,
"merchant_id": null,
"dob": null,
"pep": null,
"aml_flag": false,
"created_at": "2024-05-03T12:54:09.000Z",
"updated_at": "2024-05-03T12:54:44.000Z",
"uuid": "11ef-094c-3bdbe90e-a2f3-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22831,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"average_delivery_time": 180,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": "Inbound",
"pg_key": "tkBxJ6",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": "LOB Pending",
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": []
},
{
"id": 22830,
"uuid": "11ef-094b-df6f4846-a2f3-02975f21d323",
"identifier": 732342553,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22547,
"active": true,
"status": null,
"business_entity_id": 2,
"business_category_id": 37,
"business_sub_category_id": 313,
"business_name": "Harsh Agarwal",
"pancard_name": null,
"pancard_number": "AUKPA1386M",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1168,
"settlement_status": null,
"merchant_type": "child_aggregator",
"onboarding_status": "Documentation & Website Verification in progress",
"account_id": null,
"pan_verification_status": "Success",
"admin_user_id": 17816,
"terms_and_condition_accepted_at": null,
"created_at": "2024-05-03T12:51:36.000Z",
"updated_at": "2024-05-03T12:52:45.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": null,
"sf_payload_version": 8,
"stop_txns": 1,
"copy_mid_parent": null,
"mid": 732342553,
"name": null,
"email": "[email protected]",
"first_name": null,
"last_name": null,
"business_type": "LongTail",
"bank_update_attempt_count": 1,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643529",
"product": "PayUbiz",
"bank_update_attempt_left": 10,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": false,
"saved_kyc_address": null,
"kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"document_status": "Pending",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": false,
"onboarding_completed": false,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-05-03T18:21:57.000+05:30",
"business_pan_name_match": true,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Airlines",
"business_sub_category_name": "Airlines",
"device": "Desktop",
"display_name": null,
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": "Others",
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643529",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "9dcf-127a-6e4796ff-4926-363291dc60ae",
"business_category_uuid": "c5f7-23fa-2ba21406-85b0-2b1005ab2062",
"business_sub_category_uuid": "f0e2-f7a3-3fae0aaa-1ab6-342b38cae2c2",
"account_uuid": null,
"merchant_account_uuid": "11ef-094b-dff251be-a2f3-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ef-094b-df653612-9376-02c123f54272",
"bank_detail": {
"id": 6419,
"branch_name": "COMMUNITY CENTRE",
"bank_account_number": "34217960815",
"ifsc_code": "ICIC0000046",
"holder_name": "Harsh Agarwal",
"nodal_code": null,
"nodal_status": "Not Activated",
"active": true,
"status": 0,
"penny_deposit_status": "Success",
"penny_attempt_count": 0,
"penny_deposit_method": "IMPS",
"bank_verification_status": "Success",
"uuid": "11ef-094b-ec162452-a2f3-02975f21d323",
"created_at": "2024-05-03T12:51:56.000Z",
"updated_at": "2024-05-03T12:51:56.000Z",
"bank_name": "ICICI BANK LIMITED",
"bank_type": "saving",
"addendum_status": null,
"holder_name_by_bank": null,
"flag": 8,
"bank_verification_proof": null,
"penny_attempt_left": 10,
"bank_error_comments": {
"error": null,
"remarks": null
},
"virtual_account": false
},
"operating_address": null,
"registration_address": null,
"business_entity": {
"id": 2,
"name": "Sole Proprietorship"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-05-03T12:51:36.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-05-03T12:51:36.000Z"
},
{
"status_type": "Agreement",
"status_value": "Not Generated",
"updated_at": "2024-05-03T12:51:36.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-05-03T12:51:36.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6853,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": true
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ef-094b-e106277e-a2f3-02975f21d323",
"created_at": "2024-05-03T12:51:37.000Z",
"updated_at": "2024-05-03T12:51:37.000Z",
"record_id": 22830,
"record_type": "ProductAccount"
}
],
"kyc_documents": [],
"cs_plan": null,
"product_account_detail": {
"id": 22743,
"merchant_id": null,
"dob": null,
"pep": null,
"aml_flag": false,
"created_at": "2024-05-03T12:51:36.000Z",
"updated_at": "2024-05-03T12:52:26.000Z",
"uuid": "11ef-094b-e03e9eb6-a2f3-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22830,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"average_delivery_time": 180,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": "Inbound",
"pg_key": "1jDoKB",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": "LOB Pending",
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": []
},
{
"id": 22656,
"uuid": "11ef-0669-41e26bb0-9956-02975f21d323",
"identifier": 732342390,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22399,
"active": true,
"status": null,
"business_entity_id": 2,
"business_category_id": 37,
"business_sub_category_id": 313,
"business_name": "SAUMESH GAUD",
"pancard_name": "SAUMESH GAUD",
"pancard_number": "DUJPG6116F",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1200,
"settlement_status": "Active",
"merchant_type": "child_aggregator",
"onboarding_status": "Settlement Enables",
"account_id": null,
"pan_verification_status": "Success",
"admin_user_id": 17677,
"terms_and_condition_accepted_at": null,
"created_at": "2024-04-29T20:44:22.000Z",
"updated_at": "2024-05-03T05:59:31.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": "not_applicable",
"sf_payload_version": 8,
"stop_txns": 0,
"copy_mid_parent": null,
"mid": 732342390,
"name": "SAUMESH GAUD",
"email": "[email protected]",
"first_name": "SAUMESH",
"last_name": "GAUD",
"business_type": "Untagged",
"bank_update_attempt_count": 1,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643498",
"product": "PayUbiz",
"bank_update_attempt_left": 10,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": false,
"saved_kyc_address": null,
"kyc_status": {
"kyc_status": "PENDING",
"adhaar_kyc_status": "PENDING",
"ckyc_status": "PENDING"
},
"document_status": "Docs Approved",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": false,
"onboarding_completed": true,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-05-03T11:27:54.000+05:30",
"business_pan_name_match": true,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Airlines",
"business_sub_category_name": "Airlines",
"device": "Desktop",
"display_name": "SAUMESH GAUD",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": "Others",
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643498",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "9dcf-127a-6e4796ff-4926-363291dc60ae",
"business_category_uuid": "c5f7-23fa-2ba21406-85b0-2b1005ab2062",
"business_sub_category_uuid": "f0e2-f7a3-3fae0aaa-1ab6-342b38cae2c2",
"account_uuid": null,
"merchant_account_uuid": "11ef-0669-42300b68-9956-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ef-0669-3d155dd6-9376-02c123f54272",
"bank_detail": {
"id": 6412,
"branch_name": "LUCKNOW - ALIGANJ",
"bank_account_number": "474923843292",
"ifsc_code": "HDFC0000412",
"holder_name": "Saumesh Gaud",
"nodal_code": {
"neft": null,
"rtgs": null
},
"nodal_status": null,
"active": true,
"status": 0,
"penny_deposit_status": "Pending",
"penny_attempt_count": 0,
"penny_deposit_method": "IMPS",
"bank_verification_status": "Success",
"uuid": "15c1-9dfc-83c6aacb-aacc-57ef5e6e5bc4",
"created_at": "2024-05-03T05:57:53.000Z",
"updated_at": "2024-05-03T05:57:53.000Z",
"bank_name": "HDFC BANK",
"bank_type": "saving",
"addendum_status": null,
"holder_name_by_bank": null,
"flag": 10,
"bank_verification_proof": null,
"penny_attempt_left": 10,
"bank_error_comments": {
"error": null,
"remarks": null
},
"virtual_account": false
},
"operating_address": {
"id": 17764,
"addressable_id": null,
"address_type": "Operating",
"pincode": 110017,
"city": "South Delhi",
"state": "DELHI",
"address_line": "Shivalik, Malviya Nagar",
"uuid": "11ef-0669-426f5fac-9956-02975f21d323",
"created_at": "2024-04-29T20:44:22.000Z",
"updated_at": "2024-04-29T20:44:22.000Z",
"addressable_type": null,
"active": true,
"record_id": 22656,
"record_type": "ProductAccount",
"rekyc_record": false
},
"registration_address": {
"id": 17763,
"addressable_id": null,
"address_type": "Registered",
"pincode": 110017,
"city": "South Delhi",
"state": "DELHI",
"address_line": "Shivalik, Malviya Nagar",
"uuid": "11ef-0669-426fb0d8-9956-02975f21d323",
"created_at": "2024-04-29T20:44:22.000Z",
"updated_at": "2024-04-29T20:44:22.000Z",
"addressable_type": null,
"active": true,
"record_id": 22656,
"record_type": "ProductAccount",
"rekyc_record": false
},
"business_entity": {
"id": 2,
"name": "Sole Proprietorship"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-04-29T20:44:23.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Docs Approved",
"updated_at": "2024-05-03T05:59:25.000Z"
},
{
"status_type": "Agreement",
"status_value": "Approved",
"updated_at": "2024-05-03T05:59:26.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-04-29T20:44:23.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6852,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": true
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ef-0669-43985e74-9956-02975f21d323",
"created_at": "2024-04-29T20:44:24.000Z",
"updated_at": "2024-04-29T20:44:24.000Z",
"record_id": 22656,
"record_type": "ProductAccount"
}
],
"kyc_documents": [
{
"id": 30353,
"document_category_id": 113,
"document_type_id": 157,
"account_id": null,
"remarks": null,
"status": "Approved",
"uuid": "11ef-0912-2f260e54-a3a8-02975f21d323",
"active": true,
"created_at": "2024-05-03T05:58:37.000Z",
"updated_at": "2024-05-03T05:59:25.000Z",
"kyc_document_type": "KYC",
"document_format": "Soft Copy",
"e_stamp_number": null,
"temp_account_id": null,
"error": null,
"record_type": null,
"record_id": null,
"issue_date": null,
"expiry_date": null,
"product_record_id": 22656,
"product_record_type": "ProductAccount",
"document_number": null,
"rekyc_doc": false,
"processed_document": {
"id": 34689,
"metadata": {
"identified": true
},
"filename": "bhvbv.png",
"byte_size": 1062666,
"path": "/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBbkdFIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--1aa9f6300e6d0c112b1737a5884c7f40762dc40f/bhvbv.png",
"kyc_document_uuid": "11ef-0912-2f260e54-a3a8-02975f21d323"
},
"document_category_name": "SCHEDULE C",
"document_type_name": "SCHEDULE C",
"doc_url": "https://test-dms.payu.in/merchants/11ef-0669-41e26bb0-9956-02975f21d323/documents/7845be811bbcc35826828ae0270196da"
}
],
"cs_plan": null,
"product_account_detail": {
"id": 22570,
"merchant_id": null,
"dob": null,
"pep": null,
"aml_flag": false,
"created_at": "2024-04-29T20:44:22.000Z",
"updated_at": "2024-05-03T05:56:16.000Z",
"uuid": "11ef-0669-426fefd0-9956-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22656,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"average_delivery_time": 180,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": null,
"pg_key": "zeU8Lt",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": null,
"screenza_response": {
"CaseId": null,
"CaseUrl": null,
"HitsCount": 0,
"HitsDetected": "No",
"ConfirmedHits": "No",
"SuggestedAction": "Proceed",
"OverallSuggestedAction": "Proceed"
},
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": [
{
"id": 14015,
"name": "Harsh AGarwal",
"email": "[email protected]",
"mobile": "8447643512",
"designation": "ceo",
"contact_detail_type": "Signing Authority",
"authorised_signatory": true,
"account_uuid": null,
"uuid": "11ef-0911-da1a0528-81c9-02975f21d323",
"active": true,
"created_at": "2024-05-03T05:56:15.000Z",
"updated_at": "2024-05-03T05:56:15.000Z",
"email_verified": false,
"record_id": null,
"record_type": null,
"temp_account_id": null,
"product_record_id": 22656,
"product_record_type": "ProductAccount",
"rekyc_record": false,
"pancard_number": null,
"cin_number": null,
"aml_flag": false
}
]
},
{
"id": 22655,
"uuid": "11ef-0668-ca8e570e-9956-02975f21d323",
"identifier": 732342388,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22397,
"active": true,
"status": null,
"business_entity_id": 2,
"business_category_id": null,
"business_sub_category_id": null,
"business_name": "HARSH AGARWAL",
"pancard_name": "HARSH AGARWAL",
"pancard_number": "AUKPA1386M",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1040,
"settlement_status": null,
"merchant_type": "child_aggregator",
"onboarding_status": "Profile Completion in progress",
"account_id": null,
"pan_verification_status": "Success",
"admin_user_id": 17676,
"terms_and_condition_accepted_at": null,
"created_at": "2024-04-29T20:41:02.000Z",
"updated_at": "2024-04-29T20:48:55.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": "not_applicable",
"sf_payload_version": -1,
"stop_txns": 1,
"copy_mid_parent": null,
"mid": 732342388,
"name": "HARSH AGARWAL",
"email": "[email protected]",
"first_name": "HARSH",
"last_name": "AGARWAL",
"business_type": "Untagged",
"bank_update_attempt_count": 0,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": null,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643497",
"product": "PayUbiz",
"bank_update_attempt_left": 11,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": false,
"saved_kyc_address": null,
"kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"document_status": "Pending",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": false,
"onboarding_completed": false,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-07-11T14:52:58.286+05:30",
"business_pan_name_match": true,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": null,
"business_sub_category_name": null,
"device": "Desktop",
"display_name": "HARSH AGARWAL",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": "Others",
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643497",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "9dcf-127a-6e4796ff-4926-363291dc60ae",
"business_category_uuid": null,
"business_sub_category_uuid": null,
"account_uuid": null,
"merchant_account_uuid": "11ef-0668-cacfded6-9956-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ef-0668-ca8046dc-9376-02c123f54272",
"bank_detail": null,
"operating_address": null,
"registration_address": null,
"business_entity": {
"id": 2,
"name": "Sole Proprietorship"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-04-29T20:41:03.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-04-29T20:41:03.000Z"
},
{
"status_type": "Agreement",
"status_value": "Not Generated",
"updated_at": "2024-04-29T20:41:03.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-04-29T20:41:03.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6851,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": true
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ef-0668-cc1c90ae-9956-02975f21d323",
"created_at": "2024-04-29T20:41:04.000Z",
"updated_at": "2024-04-29T20:41:04.000Z",
"record_id": 22655,
"record_type": "ProductAccount"
}
],
"kyc_documents": [],
"cs_plan": null,
"product_account_detail": {
"id": 22569,
"merchant_id": null,
"dob": null,
"pep": null,
"aml_flag": false,
"created_at": "2024-04-29T20:41:02.000Z",
"updated_at": "2024-04-29T20:41:03.000Z",
"uuid": "11ef-0668-cb2748ce-9956-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22655,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": null,
"gmv_amount": null,
"average_delivery_time": null,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": null,
"pg_key": "53wtwg",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": null,
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": []
},
{
"id": 22487,
"uuid": "11ee-fd74-ab9819cc-a00f-02975f21d323",
"identifier": 10967966,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22223,
"active": true,
"status": null,
"business_entity_id": 14,
"business_category_id": 61,
"business_sub_category_id": 528,
"business_name": "NAGA SAI BOMMU",
"pancard_name": "NAGA SAI BOMMU",
"pancard_number": "CETPB4507C",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1168,
"settlement_status": null,
"merchant_type": "child_aggregator",
"onboarding_status": "Documentation & Website Verification in progress",
"account_id": null,
"pan_verification_status": "Success",
"admin_user_id": 17513,
"terms_and_condition_accepted_at": null,
"created_at": "2024-04-18T11:13:23.000Z",
"updated_at": "2024-04-22T08:53:24.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": "not_applicable",
"sf_payload_version": -1,
"stop_txns": 1,
"copy_mid_parent": null,
"mid": 10967966,
"name": "NAGA SAI BOMMU",
"email": "[email protected]",
"first_name": "NAGA",
"last_name": "SAI BOMMU",
"business_type": "LongTail",
"bank_update_attempt_count": 1,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 234,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643464",
"product": "PayUbiz",
"bank_update_attempt_left": 10,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": false,
"saved_kyc_address": null,
"kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"document_status": "Pending",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": false,
"onboarding_completed": false,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-04-22T14:23:37.000+05:30",
"business_pan_name_match": false,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Arts, Gifts & Stationery",
"business_sub_category_name": "Gifts and Souvenir Shops",
"device": "Desktop",
"display_name": "NAGA SAI BOMMU",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": null,
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643464",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "1f52-d683-0b1384e5-d7e4-4bb3c2dc7468",
"business_category_uuid": "11ed-8009-091cb9d0-b87a-6e4c8a1aae9b",
"business_sub_category_uuid": "11ed-8027-b1d5ebd2-99f8-6e4c8a1aae9b",
"account_uuid": null,
"merchant_account_uuid": "11ee-fd74-abf4a8ae-a00f-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ee-fd74-ab804a7c-ab74-02c123f54272",
"bank_detail": {
"id": 6192,
"branch_name": "HEAD OFFICE",
"bank_account_number": "32462362",
"ifsc_code": "APMC0000001",
"holder_name": "NAGA SAI BOMMU",
"nodal_code": null,
"nodal_status": "Not Activated",
"active": true,
"status": 0,
"penny_deposit_status": "Success",
"penny_attempt_count": 0,
"penny_deposit_method": "IMPS",
"bank_verification_status": "Success",
"uuid": "11ef-0085-ce461348-9a0a-02975f21d323",
"created_at": "2024-04-22T08:53:36.000Z",
"updated_at": "2024-04-22T08:53:36.000Z",
"bank_name": "A P MAHESH CO-OP URBAN BANK LTD.",
"bank_type": "saving",
"addendum_status": null,
"holder_name_by_bank": null,
"flag": 8,
"bank_verification_proof": null,
"penny_attempt_left": 10,
"bank_error_comments": {
"error": null,
"remarks": null
},
"virtual_account": false
},
"operating_address": null,
"registration_address": null,
"business_entity": {
"id": 14,
"name": "Individual"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-04-18T11:13:24.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-04-18T11:13:24.000Z"
},
{
"status_type": "Agreement",
"status_value": "Not Generated",
"updated_at": "2024-04-18T11:13:24.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-04-18T11:13:24.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6850,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": true
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ee-fd74-aca2e93c-a00f-02975f21d323",
"created_at": "2024-04-18T11:13:24.000Z",
"updated_at": "2024-04-18T11:13:24.000Z",
"record_id": 22487,
"record_type": "ProductAccount"
}
],
"kyc_documents": [],
"cs_plan": null,
"product_account_detail": {
"id": 22401,
"merchant_id": null,
"dob": "1995-05-13",
"pep": null,
"aml_flag": false,
"created_at": "2024-04-18T11:13:23.000Z",
"updated_at": "2024-04-22T08:53:24.000Z",
"uuid": "11ee-fd74-ac03b31c-a00f-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22487,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 234,
"gmv_amount": null,
"average_delivery_time": 30,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": null,
"pg_key": "kfqs3x",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": null,
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": []
},
{
"id": 22479,
"uuid": "11ee-fd64-071c78f8-8a41-02975f21d323",
"identifier": 10967956,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22215,
"active": true,
"status": null,
"business_entity_id": 4,
"business_category_id": 37,
"business_sub_category_id": 313,
"business_name": "PECULIAR INTEGRITY OPC PRIVATE LIMITED",
"pancard_name": "PECULIAR INTEGRITY OPC PRIVATE LIMITED",
"pancard_number": "AALCP2174Q",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1040,
"settlement_status": null,
"merchant_type": "child_aggregator",
"onboarding_status": "Profile Completion in progress",
"account_id": null,
"pan_verification_status": "Success",
"admin_user_id": 17506,
"terms_and_condition_accepted_at": null,
"created_at": "2024-04-18T09:14:16.000Z",
"updated_at": "2024-04-18T09:14:18.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": "not_applicable",
"sf_payload_version": -1,
"stop_txns": 1,
"copy_mid_parent": null,
"mid": 10967956,
"name": "PECULIAR INTEGRITY (OPC) PRIVATE LIMITED",
"email": "[email protected]",
"first_name": "PECULIAR",
"last_name": "INTEGRITY (OPC) PRIVATE LIMITED",
"business_type": "LongTail",
"bank_update_attempt_count": 0,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643453",
"product": "PayUbiz",
"bank_update_attempt_left": 11,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": true,
"saved_kyc_address": null,
"kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"document_status": "Pending",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": false,
"onboarding_completed": false,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-07-11T14:52:58.510+05:30",
"business_pan_name_match": false,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Airlines",
"business_sub_category_name": "Airlines",
"device": "Desktop",
"display_name": "PECULIAR INTEGRITY (OPC) PRIVATE LIMITED",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": null,
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643453",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "e950-2b6c-d559d097-72f8-296b3cb85e45",
"business_category_uuid": "c5f7-23fa-2ba21406-85b0-2b1005ab2062",
"business_sub_category_uuid": "f0e2-f7a3-3fae0aaa-1ab6-342b38cae2c2",
"account_uuid": null,
"merchant_account_uuid": "11ee-fd64-07756e9a-8a41-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ee-fd64-07117016-ab74-02c123f54272",
"bank_detail": null,
"operating_address": null,
"registration_address": null,
"business_entity": {
"id": 4,
"name": "Private Limited"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-04-18T09:14:16.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-04-18T09:14:16.000Z"
},
{
"status_type": "Agreement",
"status_value": "Not Generated",
"updated_at": "2024-04-18T09:14:16.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-04-18T09:14:16.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6849,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": true
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ee-fd64-086a81a0-8a41-02975f21d323",
"created_at": "2024-04-18T09:14:17.000Z",
"updated_at": "2024-04-18T09:14:17.000Z",
"record_id": 22479,
"record_type": "ProductAccount"
}
],
"kyc_documents": [],
"cs_plan": null,
"product_account_detail": {
"id": 22393,
"merchant_id": null,
"dob": "2020-07-04",
"pep": null,
"aml_flag": false,
"created_at": "2024-04-18T09:14:16.000Z",
"updated_at": "2024-04-18T09:14:18.000Z",
"uuid": "11ee-fd64-07a30314-8a41-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22479,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"average_delivery_time": 180,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": null,
"pg_key": "QJRjDw",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": null,
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": []
},
{
"id": 22461,
"uuid": "11ee-f8c8-a52eb308-ad74-02975f21d323",
"identifier": 10967934,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22197,
"active": true,
"status": null,
"business_entity_id": 2,
"business_category_id": 61,
"business_sub_category_id": 528,
"business_name": "JUBBLES CARE",
"pancard_name": "KSHIPRA DWIVEDI",
"pancard_number": "CVMPD9000N",
"gst_number": "07CVMPD9000N1ZC",
"notification_email": "[email protected]",
"flag": 1168,
"settlement_status": null,
"merchant_type": "child_aggregator",
"onboarding_status": "Settlement Enables",
"account_id": null,
"pan_verification_status": "Success",
"admin_user_id": 17488,
"terms_and_condition_accepted_at": null,
"created_at": "2024-04-12T12:31:55.000Z",
"updated_at": "2024-05-09T10:09:47.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": "",
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": "not_applicable",
"sf_payload_version": -1,
"stop_txns": 1,
"copy_mid_parent": null,
"mid": 10967934,
"name": "KSHIPRA DWIVEDI",
"email": "[email protected]",
"first_name": "KSHIPRA",
"last_name": "DWIVEDI",
"business_type": "LongTail",
"bank_update_attempt_count": 1,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643442",
"product": "PayUbiz",
"bank_update_attempt_left": 10,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": false,
"saved_kyc_address": {
"id": 18117,
"addressable_id": null,
"address_type": "GSTIN",
"pincode": 110019,
"city": "South Delhi",
"state": "DELHI",
"address_line": "C-16-B Pocket C, Gangotri Apartment, Alaknanda Don Bosco Road, Alaknanda, New Delhi, South East Delhi, Delhi, pin: 110019",
"uuid": "11ef-0dec-48a0018a-bc39-02975f21d323",
"created_at": "2024-05-09T10:09:55.000Z",
"updated_at": "2024-05-09T10:09:55.000Z",
"addressable_type": null,
"active": true,
"record_id": 22461,
"record_type": "ProductAccount",
"rekyc_record": false
},
"kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"document_status": "Docs Approved",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": false,
"onboarding_completed": false,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-05-09T15:40:02.000+05:30",
"business_pan_name_match": false,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Arts, Gifts & Stationery",
"business_sub_category_name": "Gifts and Souvenir Shops",
"device": "Desktop",
"display_name": "KSHIPRA DWIVEDI",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": null,
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643442",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "9dcf-127a-6e4796ff-4926-363291dc60ae",
"business_category_uuid": "11ed-8009-091cb9d0-b87a-6e4c8a1aae9b",
"business_sub_category_uuid": "11ed-8027-b1d5ebd2-99f8-6e4c8a1aae9b",
"account_uuid": null,
"merchant_account_uuid": "11ee-f8c8-a586446a-ad74-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ee-f892-6136d878-ab74-02c123f54272",
"bank_detail": {
"id": 6447,
"branch_name": "LUCKNOW - ALIGANJ",
"bank_account_number": "573942842844",
"ifsc_code": "HDFC0000412",
"holder_name": "KSHIPRA DWIVEDI",
"nodal_code": null,
"nodal_status": "Not Activated",
"active": true,
"status": 0,
"penny_deposit_status": "Success",
"penny_attempt_count": 0,
"penny_deposit_method": "IMPS",
"bank_verification_status": "Success",
"uuid": "11ef-0dec-4c33f950-8329-02975f21d323",
"created_at": "2024-05-09T10:10:01.000Z",
"updated_at": "2024-05-09T10:10:01.000Z",
"bank_name": "HDFC BANK",
"bank_type": "saving",
"addendum_status": null,
"holder_name_by_bank": null,
"flag": 8,
"bank_verification_proof": null,
"penny_attempt_left": 10,
"bank_error_comments": {
"error": null,
"remarks": null
},
"virtual_account": false
},
"operating_address": null,
"registration_address": null,
"business_entity": {
"id": 2,
"name": "Sole Proprietorship"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-04-12T12:31:55.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Docs Approved",
"updated_at": "2024-05-09T10:10:02.000Z"
},
{
"status_type": "Agreement",
"status_value": "Approved",
"updated_at": "2024-05-09T10:10:02.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-04-12T12:31:56.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6848,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": true
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ee-f8c8-a6f7d57a-ad74-02975f21d323",
"created_at": "2024-04-12T12:31:57.000Z",
"updated_at": "2024-04-12T12:31:57.000Z",
"record_id": 22461,
"record_type": "ProductAccount"
}
],
"kyc_documents": [],
"cs_plan": null,
"product_account_detail": {
"id": 22375,
"merchant_id": null,
"dob": "1992-08-10",
"pep": null,
"aml_flag": false,
"created_at": "2024-04-12T12:31:55.000Z",
"updated_at": "2024-05-09T10:09:36.000Z",
"uuid": "11ee-f8c8-a5dcafb2-ad74-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22461,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"average_delivery_time": 180,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": null,
"pg_key": "edtLmR",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": null,
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": []
},
{
"id": 22460,
"uuid": "11ee-f8c8-6d62a786-858c-02975f21d323",
"identifier": 10967933,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22196,
"active": true,
"status": null,
"business_entity_id": 2,
"business_category_id": null,
"business_sub_category_id": 313,
"business_name": null,
"pancard_name": "TIPRILYNE WARJRI",
"pancard_number": "AGYPW4350P",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1040,
"settlement_status": null,
"merchant_type": "child_aggregator",
"onboarding_status": "Profile Completion in progress",
"account_id": null,
"pan_verification_status": "Success",
"admin_user_id": 17488,
"terms_and_condition_accepted_at": null,
"created_at": "2024-04-12T12:30:21.000Z",
"updated_at": "2024-04-12T12:30:23.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": "not_applicable",
"sf_payload_version": -1,
"stop_txns": 1,
"copy_mid_parent": null,
"mid": 10967933,
"name": "TIPRILYNE WARJRI",
"email": "[email protected]",
"first_name": "TIPRILYNE",
"last_name": "WARJRI",
"business_type": "LongTail",
"bank_update_attempt_count": 0,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643442",
"product": "PayUbiz",
"bank_update_attempt_left": 11,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": false,
"saved_kyc_address": null,
"kyc_status": {
"kyc_status": "PENDING",
"adhaar_kyc_status": "PENDING",
"ckyc_status": "PENDING"
},
"document_status": "Pending",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": false,
"onboarding_completed": false,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-07-11T14:52:58.723+05:30",
"business_pan_name_match": false,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": null,
"business_sub_category_name": "Airlines",
"device": "Desktop",
"display_name": "TIPRILYNE WARJRI",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": null,
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643442",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "9dcf-127a-6e4796ff-4926-363291dc60ae",
"business_category_uuid": null,
"business_sub_category_uuid": "f0e2-f7a3-3fae0aaa-1ab6-342b38cae2c2",
"account_uuid": null,
"merchant_account_uuid": "11ee-f8c8-6d9d044e-858c-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ee-f892-6136d878-ab74-02c123f54272",
"bank_detail": null,
"operating_address": null,
"registration_address": null,
"business_entity": {
"id": 2,
"name": "Sole Proprietorship"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-04-12T12:30:21.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-04-12T12:30:21.000Z"
},
{
"status_type": "Agreement",
"status_value": "Not Generated",
"updated_at": "2024-04-12T12:30:22.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-04-12T12:30:22.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6847,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": true
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ee-f8c8-6e9784be-858c-02975f21d323",
"created_at": "2024-04-12T12:30:22.000Z",
"updated_at": "2024-04-12T12:30:22.000Z",
"record_id": 22460,
"record_type": "ProductAccount"
}
],
"kyc_documents": [],
"cs_plan": null,
"product_account_detail": {
"id": 22374,
"merchant_id": null,
"dob": "1988-05-06",
"pep": null,
"aml_flag": false,
"created_at": "2024-04-12T12:30:21.000Z",
"updated_at": "2024-04-13T05:57:28.000Z",
"uuid": "11ee-f8c8-6dd9a458-858c-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22460,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"average_delivery_time": 180,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": null,
"pg_key": "XHCGJE",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": null,
"screenza_response": {
"CaseId": null,
"CaseUrl": null,
"HitsCount": 0,
"HitsDetected": "No",
"ConfirmedHits": "No",
"SuggestedAction": "Proceed",
"OverallSuggestedAction": "Proceed"
},
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": [
{
"id": 13724,
"name": "Merchant",
"email": "[email protected]",
"mobile": "+918447643442",
"designation": null,
"contact_detail_type": null,
"authorised_signatory": true,
"account_uuid": "4228-f530-a0453e47-e21c-a3e47dd9f992",
"uuid": "2d7c-30ab-e922463c-0cd0-ce2173f4ec30",
"active": true,
"created_at": "2024-04-12T12:30:57.000Z",
"updated_at": "2024-04-13T05:57:27.000Z",
"email_verified": false,
"record_id": null,
"record_type": null,
"temp_account_id": null,
"product_record_id": 22460,
"product_record_type": "ProductAccount",
"rekyc_record": false,
"pancard_number": null,
"cin_number": null,
"aml_flag": false
}
]
},
{
"id": 22367,
"uuid": "11ee-f27c-9d435e2a-bc3b-02975f21d323",
"identifier": 10967799,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22103,
"active": true,
"status": null,
"business_entity_id": 6,
"business_category_id": 37,
"business_sub_category_id": 313,
"business_name": " A2Z ENTERPRISES",
"pancard_name": " A2Z ENTERPRISES",
"pancard_number": "ABQFA5416M",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1168,
"settlement_status": null,
"merchant_type": "child_aggregator",
"onboarding_status": "Documentation & Website Verification in progress",
"account_id": null,
"pan_verification_status": "Success",
"admin_user_id": 17387,
"terms_and_condition_accepted_at": null,
"created_at": "2024-04-04T12:12:33.000Z",
"updated_at": "2024-04-04T12:12:35.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": "not_applicable",
"sf_payload_version": -1,
"stop_txns": 1,
"copy_mid_parent": null,
"mid": 10967799,
"name": " A2Z ENTERPRISES",
"email": "[email protected]",
"first_name": "A2Z",
"last_name": "ENTERPRISES",
"business_type": "LongTail",
"bank_update_attempt_count": 1,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643414",
"product": "PayUbiz",
"bank_update_attempt_left": 10,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": true,
"saved_kyc_address": null,
"kyc_status": {
"kyc_status": "PENDING",
"adhaar_kyc_status": "PENDING",
"ckyc_status": "PENDING"
},
"document_status": "Pending",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": false,
"onboarding_completed": false,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-04-04T17:43:42.000+05:30",
"business_pan_name_match": false,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Airlines",
"business_sub_category_name": "Airlines",
"device": "Desktop",
"display_name": " A2Z ENTERPRISES",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": null,
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643414",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "8389-6e1a-c79e8753-281c-b50e28fe5c51",
"business_category_uuid": "c5f7-23fa-2ba21406-85b0-2b1005ab2062",
"business_sub_category_uuid": "f0e2-f7a3-3fae0aaa-1ab6-342b38cae2c2",
"account_uuid": null,
"merchant_account_uuid": "11ee-f27c-9d9b7e48-bc3b-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ee-f27c-9d380228-ab74-02c123f54272",
"bank_detail": {
"id": 6141,
"branch_name": "Noida",
"bank_account_number": "442485203423",
"ifsc_code": "SCBL0036024",
"holder_name": " A2Z ENTERPRISES",
"nodal_code": null,
"nodal_status": "Not Activated",
"active": true,
"status": 0,
"penny_deposit_status": "Success",
"penny_attempt_count": 0,
"penny_deposit_method": "IMPS",
"bank_verification_status": "Success",
"uuid": "11ee-f27c-c62e3b84-aff1-02975f21d323",
"created_at": "2024-04-04T12:13:41.000Z",
"updated_at": "2024-04-04T12:13:41.000Z",
"bank_name": "Standard Chartered Bank",
"bank_type": "saving",
"addendum_status": null,
"holder_name_by_bank": null,
"flag": 8,
"bank_verification_proof": null,
"penny_attempt_left": 10,
"bank_error_comments": {
"error": null,
"remarks": null
},
"virtual_account": false
},
"operating_address": {
"id": 17361,
"addressable_id": null,
"address_type": "Operating",
"pincode": 110017,
"city": "South Delhi",
"state": "DELHI",
"address_line": "Shivalik, Malviya Nagar",
"uuid": "11ee-f27c-9de3a128-bc3b-02975f21d323",
"created_at": "2024-04-04T12:12:33.000Z",
"updated_at": "2024-04-04T12:12:33.000Z",
"addressable_type": null,
"active": true,
"record_id": 22367,
"record_type": "ProductAccount",
"rekyc_record": false
},
"registration_address": {
"id": 17360,
"addressable_id": null,
"address_type": "Registered",
"pincode": 110017,
"city": "South Delhi",
"state": "DELHI",
"address_line": "Shivalik, Malviya Nagar",
"uuid": "11ee-f27c-9de3e188-bc3b-02975f21d323",
"created_at": "2024-04-04T12:12:33.000Z",
"updated_at": "2024-04-04T12:12:33.000Z",
"addressable_type": null,
"active": true,
"record_id": 22367,
"record_type": "ProductAccount",
"rekyc_record": false
},
"business_entity": {
"id": 6,
"name": "LLP"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-04-04T12:12:33.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-04-04T12:12:33.000Z"
},
{
"status_type": "Agreement",
"status_value": "Not Generated",
"updated_at": "2024-04-04T12:12:34.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-04-04T12:12:34.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6846,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": true
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ee-f27c-9ea4bcdc-bc3b-02975f21d323",
"created_at": "2024-04-04T12:12:34.000Z",
"updated_at": "2024-04-04T12:12:34.000Z",
"record_id": 22367,
"record_type": "ProductAccount"
}
],
"kyc_documents": [
{
"id": 29650,
"document_category_id": 113,
"document_type_id": 157,
"account_id": null,
"remarks": null,
"status": "DOCUMENT_SUBMITTED",
"uuid": "11ee-f27d-15ab3874-aff1-02975f21d323",
"active": false,
"created_at": "2024-04-04T12:15:54.000Z",
"updated_at": "2024-04-04T12:17:10.000Z",
"kyc_document_type": "KYC",
"document_format": "Soft Copy",
"e_stamp_number": null,
"temp_account_id": null,
"error": null,
"record_type": null,
"record_id": null,
"issue_date": null,
"expiry_date": null,
"product_record_id": 22367,
"product_record_type": "ProductAccount",
"document_number": null,
"rekyc_doc": false,
"processed_document": {
"id": 33954,
"metadata": {
"identified": true
},
"filename": "schedule_c_letter.pdf",
"byte_size": 22464,
"path": "/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBcnlCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--82bb40a8434ef590ba5b01c6b4285db53e5d1cb6/schedule_c_letter.pdf",
"kyc_document_uuid": "11ee-f27d-15ab3874-aff1-02975f21d323"
},
"document_category_name": "SCHEDULE C",
"document_type_name": "SCHEDULE C",
"doc_url": "https://test-dms.payu.in/merchants/11ee-f27c-9d435e2a-bc3b-02975f21d323/documents/3c18f7c8e051e81d67913768a2b76bbd"
}
],
"cs_plan": null,
"product_account_detail": {
"id": 22281,
"merchant_id": null,
"dob": "2019-11-30",
"pep": null,
"aml_flag": false,
"created_at": "2024-04-04T12:12:33.000Z",
"updated_at": "2024-04-04T12:12:35.000Z",
"uuid": "11ee-f27c-9de41a7c-bc3b-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22367,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"average_delivery_time": 180,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": null,
"pg_key": "QD3TpB",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": null,
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": [
{
"id": 13648,
"name": "Harsh",
"email": "[email protected]",
"mobile": "+918447648477",
"designation": "Director",
"contact_detail_type": "Signing Authority",
"authorised_signatory": true,
"account_uuid": "3775-e86a-060a9459-b740-0c9eca9d058b",
"uuid": "11ee-f27d-13222a54-aff1-02975f21d323",
"active": true,
"created_at": "2024-04-04T12:15:50.000Z",
"updated_at": "2024-04-04T12:17:08.000Z",
"email_verified": false,
"record_id": null,
"record_type": null,
"temp_account_id": null,
"product_record_id": 22367,
"product_record_type": "ProductAccount",
"rekyc_record": false,
"pancard_number": null,
"cin_number": null,
"aml_flag": false
}
]
},
{
"id": 22366,
"uuid": "11ee-f27c-16aca312-bc3b-02975f21d323",
"identifier": 10967798,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22102,
"active": true,
"status": null,
"business_entity_id": null,
"business_category_id": null,
"business_sub_category_id": null,
"business_name": null,
"pancard_name": null,
"pancard_number": null,
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1040,
"settlement_status": null,
"merchant_type": "child_aggregator",
"onboarding_status": "Profile Completion in progress",
"account_id": null,
"pan_verification_status": "Pending",
"admin_user_id": 17386,
"terms_and_condition_accepted_at": null,
"created_at": "2024-04-04T12:08:48.000Z",
"updated_at": "2024-04-04T12:08:49.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": "not_applicable",
"sf_payload_version": -1,
"stop_txns": 1,
"copy_mid_parent": null,
"mid": 10967798,
"name": "sbdvhvb",
"email": "[email protected]",
"first_name": "",
"last_name": "sbdvhvb",
"business_type": "LongTail",
"bank_update_attempt_count": 0,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": null,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643413",
"product": "PayUbiz",
"bank_update_attempt_left": 11,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": true,
"saved_kyc_address": null,
"kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"document_status": "Pending",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": false,
"onboarding_completed": false,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-07-11T14:52:58.864+05:30",
"business_pan_name_match": false,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": null,
"business_sub_category_name": null,
"device": "Desktop",
"display_name": "sbdvhvb",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": null,
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643413",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": null,
"business_category_uuid": null,
"business_sub_category_uuid": null,
"account_uuid": null,
"merchant_account_uuid": "11ee-f27c-17779c7a-bc3b-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ee-f27c-16a30276-ab74-02c123f54272",
"bank_detail": null,
"operating_address": null,
"registration_address": null,
"business_entity": null,
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-04-04T12:08:48.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-04-04T12:08:48.000Z"
},
{
"status_type": "Agreement",
"status_value": "Not Generated",
"updated_at": "2024-04-04T12:08:48.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-04-04T12:08:48.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6845,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": true
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ee-f27c-18523a9c-bc3b-02975f21d323",
"created_at": "2024-04-04T12:08:49.000Z",
"updated_at": "2024-04-04T12:08:49.000Z",
"record_id": 22366,
"record_type": "ProductAccount"
}
],
"kyc_documents": [],
"cs_plan": null,
"product_account_detail": {
"id": 22280,
"merchant_id": null,
"dob": null,
"pep": null,
"aml_flag": false,
"created_at": "2024-04-04T12:08:48.000Z",
"updated_at": "2024-04-04T12:08:48.000Z",
"uuid": "11ee-f27c-17a68b34-bc3b-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22366,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": null,
"gmv_amount": null,
"average_delivery_time": null,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": null,
"pg_key": "sTPbuA",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": null,
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": []
},
{
"id": 22356,
"uuid": "11ee-f1b1-444eb8bc-9a86-02975f21d323",
"identifier": 632342595,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22096,
"active": true,
"status": null,
"business_entity_id": 6,
"business_category_id": 37,
"business_sub_category_id": 313,
"business_name": "A2Z ENTERPRISES",
"pancard_name": "A2Z ENTERPRISES",
"pancard_number": "ABQFA5416M",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1040,
"settlement_status": null,
"merchant_type": "child_aggregator",
"onboarding_status": "Profile Completion in progress",
"account_id": null,
"pan_verification_status": "Success",
"admin_user_id": 17379,
"terms_and_condition_accepted_at": null,
"created_at": "2024-04-03T11:56:57.000Z",
"updated_at": "2024-04-03T11:58:16.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": null,
"sf_payload_version": 5,
"stop_txns": 1,
"copy_mid_parent": null,
"mid": 632342595,
"name": "A2Z ENTERPRISES",
"email": "[email protected]",
"first_name": "A2Z",
"last_name": "ENTERPRISES",
"business_type": "LongTail",
"bank_update_attempt_count": 0,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643408",
"product": "PayUbiz",
"bank_update_attempt_left": 11,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": true,
"saved_kyc_address": null,
"kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"document_status": "Pending",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": false,
"onboarding_completed": false,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-07-11T14:52:58.926+05:30",
"business_pan_name_match": false,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Airlines",
"business_sub_category_name": "Airlines",
"device": "Desktop",
"display_name": "A2Z ENTERPRISES",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": "Others",
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643408",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "8389-6e1a-c79e8753-281c-b50e28fe5c51",
"business_category_uuid": "c5f7-23fa-2ba21406-85b0-2b1005ab2062",
"business_sub_category_uuid": "f0e2-f7a3-3fae0aaa-1ab6-342b38cae2c2",
"account_uuid": null,
"merchant_account_uuid": "11ee-f1b1-45b5b728-9a86-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ee-f1b0-20a6db34-8cc6-02c123f54272",
"bank_detail": null,
"operating_address": {
"id": 17342,
"addressable_id": null,
"address_type": "Operating",
"pincode": 110017,
"city": "South Delhi",
"state": "DELHI",
"address_line": "Shivalik, Malviya Nagar",
"uuid": "11ee-f1b1-45dd9ba8-9a86-02975f21d323",
"created_at": "2024-04-03T11:56:57.000Z",
"updated_at": "2024-04-03T11:56:57.000Z",
"addressable_type": null,
"active": true,
"record_id": 22356,
"record_type": "ProductAccount",
"rekyc_record": false
},
"registration_address": {
"id": 17341,
"addressable_id": null,
"address_type": "Registered",
"pincode": 110017,
"city": "South Delhi",
"state": "DELHI",
"address_line": "Shivalik, Malviya Nagar",
"uuid": "11ee-f1b1-45de1100-9a86-02975f21d323",
"created_at": "2024-04-03T11:56:57.000Z",
"updated_at": "2024-04-03T11:56:57.000Z",
"addressable_type": null,
"active": true,
"record_id": 22356,
"record_type": "ProductAccount",
"rekyc_record": false
},
"business_entity": {
"id": 6,
"name": "LLP"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-04-03T11:56:58.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-04-03T11:56:58.000Z"
},
{
"status_type": "Agreement",
"status_value": "Not Generated",
"updated_at": "2024-04-03T11:56:58.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-04-03T11:56:58.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6843,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": true
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ee-f1b1-46bf555c-9a86-02975f21d323",
"created_at": "2024-04-03T11:56:59.000Z",
"updated_at": "2024-04-03T11:56:59.000Z",
"record_id": 22356,
"record_type": "ProductAccount"
}
],
"kyc_documents": [],
"cs_plan": null,
"product_account_detail": {
"id": 22270,
"merchant_id": null,
"dob": "2019-11-30",
"pep": null,
"aml_flag": false,
"created_at": "2024-04-03T11:56:57.000Z",
"updated_at": "2024-04-03T11:57:32.000Z",
"uuid": "11ee-f1b1-45de53d6-9a86-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22356,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"average_delivery_time": 180,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": null,
"pg_key": "tVlTkl",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": null,
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": []
},
{
"id": 22355,
"uuid": "11ee-f1b0-20b4511a-b251-02975f21d323",
"identifier": 632342593,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22095,
"active": true,
"status": null,
"business_entity_id": 6,
"business_category_id": 37,
"business_sub_category_id": 313,
"business_name": "A2Z ENTERPRISES",
"pancard_name": "A2Z ENTERPRISES",
"pancard_number": "ABQFA5416M",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1168,
"settlement_status": null,
"merchant_type": "child_aggregator",
"onboarding_status": "Documentation & Website Verification in progress",
"account_id": null,
"pan_verification_status": "Success",
"admin_user_id": 17379,
"terms_and_condition_accepted_at": null,
"created_at": "2024-04-03T11:48:48.000Z",
"updated_at": "2024-04-03T11:49:40.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": "not_applicable",
"sf_payload_version": 5,
"stop_txns": 1,
"copy_mid_parent": null,
"mid": 632342593,
"name": "A2Z ENTERPRISES",
"email": "[email protected]",
"first_name": "A2Z",
"last_name": "ENTERPRISES",
"business_type": "LongTail",
"bank_update_attempt_count": 1,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643408",
"product": "PayUbiz",
"bank_update_attempt_left": 10,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": true,
"saved_kyc_address": null,
"kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"document_status": "Pending",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": false,
"onboarding_completed": false,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-04-03T17:20:39.000+05:30",
"business_pan_name_match": false,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Airlines",
"business_sub_category_name": "Airlines",
"device": "Desktop",
"display_name": "A2Z ENTERPRISES",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": "Others",
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643408",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "8389-6e1a-c79e8753-281c-b50e28fe5c51",
"business_category_uuid": "c5f7-23fa-2ba21406-85b0-2b1005ab2062",
"business_sub_category_uuid": "f0e2-f7a3-3fae0aaa-1ab6-342b38cae2c2",
"account_uuid": null,
"merchant_account_uuid": "11ee-f1b0-21e0a250-b251-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ee-f1b0-20a6db34-8cc6-02c123f54272",
"bank_detail": {
"id": 6137,
"branch_name": "GEC REWA",
"bank_account_number": "34217960815",
"ifsc_code": "SBIN0003179",
"holder_name": "A2Z Enterprises",
"nodal_code": null,
"nodal_status": "Not Activated",
"active": true,
"status": 0,
"penny_deposit_status": "Success",
"penny_attempt_count": 0,
"penny_deposit_method": "IMPS",
"bank_verification_status": "Success",
"uuid": "11ee-f1b0-63397038-b251-02975f21d323",
"created_at": "2024-04-03T11:50:38.000Z",
"updated_at": "2024-04-03T11:50:38.000Z",
"bank_name": "STATE BANK OF INDIA",
"bank_type": "saving",
"addendum_status": null,
"holder_name_by_bank": null,
"flag": 8,
"bank_verification_proof": null,
"penny_attempt_left": 10,
"bank_error_comments": {
"error": null,
"remarks": null
},
"virtual_account": false
},
"operating_address": {
"id": 17340,
"addressable_id": null,
"address_type": "Operating",
"pincode": 110017,
"city": "South Delhi",
"state": "DELHI",
"address_line": "Shivalik, Malviya Nagar",
"uuid": "11ee-f1b0-22082118-b251-02975f21d323",
"created_at": "2024-04-03T11:48:48.000Z",
"updated_at": "2024-04-03T11:48:48.000Z",
"addressable_type": null,
"active": true,
"record_id": 22355,
"record_type": "ProductAccount",
"rekyc_record": false
},
"registration_address": {
"id": 17339,
"addressable_id": null,
"address_type": "Registered",
"pincode": 110017,
"city": "South Delhi",
"state": "DELHI",
"address_line": "Shivalik, Malviya Nagar",
"uuid": "11ee-f1b0-22087280-b251-02975f21d323",
"created_at": "2024-04-03T11:48:48.000Z",
"updated_at": "2024-04-03T11:48:48.000Z",
"addressable_type": null,
"active": true,
"record_id": 22355,
"record_type": "ProductAccount",
"rekyc_record": false
},
"business_entity": {
"id": 6,
"name": "LLP"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-04-03T11:48:48.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-04-03T11:48:48.000Z"
},
{
"status_type": "Agreement",
"status_value": "Not Generated",
"updated_at": "2024-04-03T11:48:49.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-04-03T11:48:49.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6842,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": true
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ee-f1b0-23302da6-b251-02975f21d323",
"created_at": "2024-04-03T11:48:50.000Z",
"updated_at": "2024-04-03T11:48:50.000Z",
"record_id": 22355,
"record_type": "ProductAccount"
}
],
"kyc_documents": [],
"cs_plan": null,
"product_account_detail": {
"id": 22269,
"merchant_id": null,
"dob": "2019-11-30",
"pep": null,
"aml_flag": false,
"created_at": "2024-04-03T11:48:48.000Z",
"updated_at": "2024-04-03T11:49:24.000Z",
"uuid": "11ee-f1b0-2208e846-b251-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22355,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"average_delivery_time": 180,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": null,
"pg_key": "CuK95j",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": null,
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": []
},
{
"id": 22345,
"uuid": "11ee-f0f7-49d428c2-b56e-02975f21d323",
"identifier": 632342583,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22091,
"active": true,
"status": null,
"business_entity_id": 3,
"business_category_id": 61,
"business_sub_category_id": 530,
"business_name": "A2Z ENTERPRISES",
"pancard_name": "A2Z ENTERPRISES",
"pancard_number": "ABQFA5416M",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1168,
"settlement_status": null,
"merchant_type": "child_aggregator",
"onboarding_status": "Documentation & Website Verification in progress",
"account_id": null,
"pan_verification_status": "Success",
"admin_user_id": 17372,
"terms_and_condition_accepted_at": null,
"created_at": "2024-04-02T13:45:39.000Z",
"updated_at": "2024-04-02T13:48:56.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": "not_applicable",
"sf_payload_version": -1,
"stop_txns": 1,
"copy_mid_parent": null,
"mid": 632342583,
"name": "A2Z ENTERPRISES",
"email": "[email protected]",
"first_name": "A2Z",
"last_name": "ENTERPRISES",
"business_type": "LongTail",
"bank_update_attempt_count": 1,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 748273,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643406",
"product": "PayUbiz",
"bank_update_attempt_left": 10,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": true,
"saved_kyc_address": null,
"kyc_status": {
"kyc_status": "PENDING",
"adhaar_kyc_status": "PENDING",
"ckyc_status": "PENDING"
},
"document_status": "Pending",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": false,
"onboarding_completed": false,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-04-02T19:18:56.000+05:30",
"business_pan_name_match": false,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Arts, Gifts & Stationery",
"business_sub_category_name": "Art Dealers and Galleries",
"device": "Desktop",
"display_name": "A2Z ENTERPRISES",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": "Others",
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643406",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "08d7-4ba2-14db7655-02ec-c04a2e354d69",
"business_category_uuid": "11ed-8009-091cb9d0-b87a-6e4c8a1aae9b",
"business_sub_category_uuid": "11ed-8027-b90656b2-99f8-6e4c8a1aae9b",
"account_uuid": null,
"merchant_account_uuid": "11ee-f0f7-4aafb3f6-b56e-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ee-f0f7-49c30876-ab74-02c123f54272",
"bank_detail": {
"id": 6136,
"branch_name": "MARINE DRIVE KOCHI",
"bank_account_number": "479247943222",
"ifsc_code": "HDFC0009105",
"holder_name": " A2Z ENTERPRISES",
"nodal_code": null,
"nodal_status": "Not Activated",
"active": true,
"status": 0,
"penny_deposit_status": "Success",
"penny_attempt_count": 0,
"penny_deposit_method": "IMPS",
"bank_verification_status": "Success",
"uuid": "11ee-f0f7-bf4fd600-b56e-02975f21d323",
"created_at": "2024-04-02T13:48:55.000Z",
"updated_at": "2024-04-02T13:48:55.000Z",
"bank_name": "HDFC BANK",
"bank_type": "saving",
"addendum_status": null,
"holder_name_by_bank": null,
"flag": 8,
"bank_verification_proof": null,
"penny_attempt_left": 10,
"bank_error_comments": {
"error": null,
"remarks": null
},
"virtual_account": false
},
"operating_address": null,
"registration_address": null,
"business_entity": {
"id": 3,
"name": "Partnership"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-04-02T13:45:40.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-04-02T13:45:40.000Z"
},
{
"status_type": "Agreement",
"status_value": "Not Generated",
"updated_at": "2024-04-02T13:45:40.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-04-02T13:45:40.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6841,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": true
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ee-f0f7-4ba10e36-b56e-02975f21d323",
"created_at": "2024-04-02T13:45:41.000Z",
"updated_at": "2024-04-02T13:45:41.000Z",
"record_id": 22345,
"record_type": "ProductAccount"
}
],
"kyc_documents": [
{
"id": 29483,
"document_category_id": 113,
"document_type_id": 157,
"account_id": null,
"remarks": null,
"status": "DOCUMENT_SUBMITTED",
"uuid": "11ee-f0f8-0e3b3912-b56e-02975f21d323",
"active": false,
"created_at": "2024-04-02T13:51:07.000Z",
"updated_at": "2024-04-02T13:55:11.000Z",
"kyc_document_type": "KYC",
"document_format": "Soft Copy",
"e_stamp_number": null,
"temp_account_id": null,
"error": null,
"record_type": null,
"record_id": null,
"issue_date": null,
"expiry_date": null,
"product_record_id": 22345,
"product_record_type": "ProductAccount",
"document_number": null,
"rekyc_doc": false,
"processed_document": {
"id": 33873,
"metadata": {
"identified": true
},
"filename": "schedule_c_letter.pdf",
"byte_size": 22509,
"path": "/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBbXVCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--0c5cda15c9533ec01b8f24c79cc1e6dbe32ecaca/schedule_c_letter.pdf",
"kyc_document_uuid": "11ee-f0f8-0e3b3912-b56e-02975f21d323"
},
"document_category_name": "SCHEDULE C",
"document_type_name": "SCHEDULE C",
"doc_url": "https://test-dms.payu.in/merchants/11ee-f0f7-49d428c2-b56e-02975f21d323/documents/e9426a54271d10200fe63e2c02f1b824"
}
],
"cs_plan": null,
"product_account_detail": {
"id": 22259,
"merchant_id": null,
"dob": "2019-11-30",
"pep": null,
"aml_flag": false,
"created_at": "2024-04-02T13:45:39.000Z",
"updated_at": "2024-04-02T13:48:44.000Z",
"uuid": "11ee-f0f7-4acf9860-b56e-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22345,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 748273,
"gmv_amount": null,
"average_delivery_time": 30,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": null,
"pg_key": "vIx1bv",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": null,
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": [
{
"id": 13625,
"name": "Harsh",
"email": "[email protected]",
"mobile": "8447648477",
"designation": "CEo",
"contact_detail_type": "Signing Authority",
"authorised_signatory": true,
"account_uuid": null,
"uuid": "11ee-f0f7-b3b275be-9de6-02975f21d323",
"active": true,
"created_at": "2024-04-02T13:48:35.000Z",
"updated_at": "2024-04-02T13:48:35.000Z",
"email_verified": false,
"record_id": null,
"record_type": null,
"temp_account_id": null,
"product_record_id": 22345,
"product_record_type": "ProductAccount",
"rekyc_record": false,
"pancard_number": null,
"cin_number": null,
"aml_flag": false
}
]
},
{
"id": 22343,
"uuid": "11ee-f0e1-36b2d916-8489-02975f21d323",
"identifier": 632342581,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22089,
"active": true,
"status": null,
"business_entity_id": 4,
"business_category_id": 61,
"business_sub_category_id": 530,
"business_name": "PAYU PAYMENTS PRIVATE LIMITED",
"pancard_name": "PAYU PAYMENTS PRIVATE LIMITED",
"pancard_number": "AAJCS9091D",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1168,
"settlement_status": null,
"merchant_type": "child_aggregator",
"onboarding_status": "Documentation & Website Verification in progress",
"account_id": null,
"pan_verification_status": "Success",
"admin_user_id": 17370,
"terms_and_condition_accepted_at": null,
"created_at": "2024-04-02T11:07:37.000Z",
"updated_at": "2024-04-02T13:02:10.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": "not_applicable",
"sf_payload_version": 11,
"stop_txns": 1,
"copy_mid_parent": null,
"mid": 632342581,
"name": "PAYU PAYMENTS PRIVATE LIMITED",
"email": "[email protected]",
"first_name": "PAYU",
"last_name": "PAYMENTS PRIVATE LIMITED",
"business_type": "LongTail",
"bank_update_attempt_count": 1,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 534522,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643404",
"product": "PayUbiz",
"bank_update_attempt_left": 10,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": true,
"saved_kyc_address": null,
"kyc_status": {
"kyc_status": "PENDING",
"adhaar_kyc_status": "PENDING",
"ckyc_status": "PENDING"
},
"document_status": "Pending",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": false,
"onboarding_completed": false,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-04-02T16:39:10.000+05:30",
"business_pan_name_match": false,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Arts, Gifts & Stationery",
"business_sub_category_name": "Art Dealers and Galleries",
"device": "Desktop",
"display_name": "PAYU PAYMENTS PRIVATE LIMITED",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": "Others",
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643404",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "e950-2b6c-d559d097-72f8-296b3cb85e45",
"business_category_uuid": "11ed-8009-091cb9d0-b87a-6e4c8a1aae9b",
"business_sub_category_uuid": "11ed-8027-b90656b2-99f8-6e4c8a1aae9b",
"account_uuid": null,
"merchant_account_uuid": "11ee-f0e1-36f51178-8489-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ee-f0e1-36a9ab84-8cc6-02c123f54272",
"bank_detail": {
"id": 6134,
"branch_name": "LUCKNOW - ALIGANJ",
"bank_account_number": "2738989000",
"ifsc_code": "HDFC0000412",
"holder_name": "PAYU PAYMENTS PRIVATE LIMITED",
"nodal_code": null,
"nodal_status": "Not Activated",
"active": true,
"status": 0,
"penny_deposit_status": "Success",
"penny_attempt_count": 0,
"penny_deposit_method": "IMPS",
"bank_verification_status": "Success",
"uuid": "11ee-f0e1-6d768cd6-b158-02975f21d323",
"created_at": "2024-04-02T11:09:09.000Z",
"updated_at": "2024-04-02T11:09:09.000Z",
"bank_name": "HDFC BANK",
"bank_type": "saving",
"addendum_status": null,
"holder_name_by_bank": null,
"flag": 8,
"bank_verification_proof": null,
"penny_attempt_left": 10,
"bank_error_comments": {
"error": null,
"remarks": null
},
"virtual_account": false
},
"operating_address": null,
"registration_address": null,
"business_entity": {
"id": 4,
"name": "Private Limited"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-04-02T11:07:38.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-04-22T08:56:31.000Z"
},
{
"status_type": "Agreement",
"status_value": "Not Generated",
"updated_at": "2024-04-02T11:07:38.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-04-02T11:07:38.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6840,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": true
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ee-f0e1-37e6f6e6-8489-02975f21d323",
"created_at": "2024-04-02T11:07:39.000Z",
"updated_at": "2024-04-02T11:07:39.000Z",
"record_id": 22343,
"record_type": "ProductAccount"
}
],
"kyc_documents": [
{
"id": 29482,
"document_category_id": 141,
"document_type_id": 147,
"account_id": null,
"remarks": null,
"status": "DOCUMENT_SUBMITTED",
"uuid": "11ee-f0f1-092e85de-b33a-02975f21d323",
"active": true,
"created_at": "2024-04-02T13:00:52.000Z",
"updated_at": "2024-04-02T13:00:52.000Z",
"kyc_document_type": "KYC",
"document_format": "Soft Copy",
"e_stamp_number": null,
"temp_account_id": null,
"error": null,
"record_type": null,
"record_id": null,
"issue_date": null,
"expiry_date": null,
"product_record_id": 22343,
"product_record_type": "ProductAccount",
"document_number": null,
"rekyc_doc": false,
"processed_document": {
"id": 33868,
"metadata": {
"identified": true
},
"filename": "VID_20240402_183044.mp4",
"byte_size": 9971981,
"path": "/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBbWFCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--91ec8fb5b3fc32428799909c02e509a35808dcc7/VID_20240402_183044.mp4",
"kyc_document_uuid": "11ee-f0f1-092e85de-b33a-02975f21d323"
},
"document_category_name": "Authorisation Document for Signing Authority",
"document_type_name": "Board Resolution Letter",
"doc_url": "https://test-dms.payu.in/merchants/11ee-f0e1-36b2d916-8489-02975f21d323/documents/923865f87e9f1bae24c196a2d095d318"
},
{
"id": 29953,
"document_category_id": 113,
"document_type_id": 157,
"account_id": null,
"remarks": null,
"status": "DOCUMENT_SUBMITTED",
"uuid": "11ef-0086-37c9f8ac-ba1f-02975f21d323",
"active": false,
"created_at": "2024-04-22T08:56:33.000Z",
"updated_at": "2024-04-22T08:57:42.000Z",
"kyc_document_type": "KYC",
"document_format": "Soft Copy",
"e_stamp_number": null,
"temp_account_id": null,
"error": null,
"record_type": null,
"record_id": null,
"issue_date": null,
"expiry_date": null,
"product_record_id": 22343,
"product_record_type": "ProductAccount",
"document_number": null,
"rekyc_doc": false,
"processed_document": {
"id": 34239,
"metadata": {
"identified": true
},
"filename": "schedule_c_letter.pdf",
"byte_size": 22704,
"path": "/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBc0tDIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--d9daa757adc5a09b97a4241346665ada7046f65f/schedule_c_letter.pdf",
"kyc_document_uuid": "11ef-0086-37c9f8ac-ba1f-02975f21d323"
},
"document_category_name": "SCHEDULE C",
"document_type_name": "SCHEDULE C",
"doc_url": "https://test-dms.payu.in/merchants/11ee-f0e1-36b2d916-8489-02975f21d323/documents/2a20924c3b50426c0563f9e4fdfd306e"
}
],
"cs_plan": null,
"product_account_detail": {
"id": 22257,
"merchant_id": null,
"dob": "2006-05-24",
"pep": null,
"aml_flag": false,
"created_at": "2024-04-02T11:07:37.000Z",
"updated_at": "2024-04-02T11:08:35.000Z",
"uuid": "11ee-f0e1-372cd18a-8489-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22343,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 534522,
"gmv_amount": null,
"average_delivery_time": 30,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": null,
"pg_key": "GtsWZP",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": null,
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": [
{
"id": 13623,
"name": "Harsh",
"email": "[email protected]",
"mobile": "+918882154964",
"designation": "CEO",
"contact_detail_type": "Signing Authority",
"authorised_signatory": true,
"account_uuid": "d6d3-ea46-3357a8a8-fd71-ba5777655294",
"uuid": "11ee-f0e1-92f4dada-b158-02975f21d323",
"active": true,
"created_at": "2024-04-02T11:10:11.000Z",
"updated_at": "2024-04-22T08:57:40.000Z",
"email_verified": false,
"record_id": null,
"record_type": null,
"temp_account_id": null,
"product_record_id": 22343,
"product_record_type": "ProductAccount",
"rekyc_record": false,
"pancard_number": null,
"cin_number": null,
"aml_flag": false
}
]
},
{
"id": 22331,
"uuid": "11ee-f07f-6ab50a48-99a5-02975f21d323",
"identifier": 632342569,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22077,
"active": true,
"status": null,
"business_entity_id": 6,
"business_category_id": 37,
"business_sub_category_id": 313,
"business_name": "A2Z ENTERPRISES",
"pancard_name": "A2Z ENTERPRISES",
"pancard_number": "ABQFA5416M",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1168,
"settlement_status": null,
"merchant_type": "child_aggregator",
"onboarding_status": "Documentation & Website Verification in progress",
"account_id": null,
"pan_verification_status": "Success",
"admin_user_id": 17359,
"terms_and_condition_accepted_at": null,
"created_at": "2024-04-01T23:27:35.000Z",
"updated_at": "2024-04-01T23:27:55.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": "not_applicable",
"sf_payload_version": 5,
"stop_txns": 1,
"copy_mid_parent": null,
"mid": 632342569,
"name": "A2Z ENTERPRISES",
"email": "[email protected]",
"first_name": "A2Z",
"last_name": "ENTERPRISES",
"business_type": "LongTail",
"bank_update_attempt_count": 1,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643402",
"product": "PayUbiz",
"bank_update_attempt_left": 10,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": true,
"saved_kyc_address": null,
"kyc_status": {
"kyc_status": "PENDING",
"adhaar_kyc_status": "PENDING",
"ckyc_status": "PENDING"
},
"document_status": "Pending",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": false,
"onboarding_completed": false,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-04-02T04:59:36.000+05:30",
"business_pan_name_match": false,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Airlines",
"business_sub_category_name": "Airlines",
"device": "Desktop",
"display_name": "A2Z ENTERPRISES",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": "Others",
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643402",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "8389-6e1a-c79e8753-281c-b50e28fe5c51",
"business_category_uuid": "c5f7-23fa-2ba21406-85b0-2b1005ab2062",
"business_sub_category_uuid": "f0e2-f7a3-3fae0aaa-1ab6-342b38cae2c2",
"account_uuid": null,
"merchant_account_uuid": "11ee-f07f-6b72d000-99a5-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ee-f07f-6aa8628e-ab74-02c123f54272",
"bank_detail": {
"id": 6131,
"branch_name": "MARINE DRIVE KOCHI",
"bank_account_number": "927261837819",
"ifsc_code": "HDFC0009105",
"holder_name": "A2Z ENTERPRISES",
"nodal_code": null,
"nodal_status": "Not Activated",
"active": true,
"status": 0,
"penny_deposit_status": "Success",
"penny_attempt_count": 0,
"penny_deposit_method": "IMPS",
"bank_verification_status": "Success",
"uuid": "11ee-f07f-b2e0d1f8-99a5-02975f21d323",
"created_at": "2024-04-01T23:29:35.000Z",
"updated_at": "2024-04-01T23:29:35.000Z",
"bank_name": "HDFC BANK",
"bank_type": "saving",
"addendum_status": null,
"holder_name_by_bank": null,
"flag": 8,
"bank_verification_proof": null,
"penny_attempt_left": 10,
"bank_error_comments": {
"error": null,
"remarks": null
},
"virtual_account": false
},
"operating_address": null,
"registration_address": null,
"business_entity": {
"id": 6,
"name": "LLP"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-04-01T23:27:35.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-04-01T23:27:35.000Z"
},
{
"status_type": "Agreement",
"status_value": "Not Generated",
"updated_at": "2024-04-01T23:27:36.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-04-01T23:27:36.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6839,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": true
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ee-f07f-6c94891a-99a5-02975f21d323",
"created_at": "2024-04-01T23:27:36.000Z",
"updated_at": "2024-04-01T23:27:36.000Z",
"record_id": 22331,
"record_type": "ProductAccount"
}
],
"kyc_documents": [
{
"id": 29432,
"document_category_id": 113,
"document_type_id": 157,
"account_id": null,
"remarks": null,
"status": "DOCUMENT_SUBMITTED",
"uuid": "11ee-f0c4-7e1417ec-b4ae-02975f21d323",
"active": false,
"created_at": "2024-04-02T07:42:01.000Z",
"updated_at": "2024-04-03T11:42:23.000Z",
"kyc_document_type": "KYC",
"document_format": "Soft Copy",
"e_stamp_number": null,
"temp_account_id": null,
"error": null,
"record_type": null,
"record_id": null,
"issue_date": null,
"expiry_date": null,
"product_record_id": 22331,
"product_record_type": "ProductAccount",
"document_number": null,
"rekyc_doc": false,
"processed_document": {
"id": 33916,
"metadata": {
"identified": true
},
"filename": "schedule_c_letter.pdf",
"byte_size": 22595,
"path": "/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBcGFCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--bddc66c2c932f97c471f74b8f5409a140234d4a1/schedule_c_letter.pdf",
"kyc_document_uuid": "11ee-f0c4-7e1417ec-b4ae-02975f21d323"
},
"document_category_name": "SCHEDULE C",
"document_type_name": "SCHEDULE C",
"doc_url": "https://test-dms.payu.in/merchants/11ee-f07f-6ab50a48-99a5-02975f21d323/documents/e6bae7d51ea57c9fc0290fc2a4845ece"
}
],
"cs_plan": null,
"product_account_detail": {
"id": 22245,
"merchant_id": null,
"dob": "2019-11-30",
"pep": null,
"aml_flag": false,
"created_at": "2024-04-01T23:27:35.000Z",
"updated_at": "2024-04-01T23:27:49.000Z",
"uuid": "11ee-f07f-6ba13896-99a5-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22331,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"average_delivery_time": 180,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": null,
"pg_key": "Izo8lW",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": null,
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": [
{
"id": 13615,
"name": "Harsh Agarwal",
"email": "[email protected]",
"mobile": "+918447648477",
"designation": "ceo",
"contact_detail_type": "Signing Authority",
"authorised_signatory": true,
"account_uuid": "7d2e-5fcc-2bd0fa69-5010-5594d7b96086",
"uuid": "11ee-f07f-d1f151da-99a5-02975f21d323",
"active": true,
"created_at": "2024-04-01T23:30:26.000Z",
"updated_at": "2024-04-02T11:00:19.000Z",
"email_verified": false,
"record_id": null,
"record_type": null,
"temp_account_id": null,
"product_record_id": 22331,
"product_record_type": "ProductAccount",
"rekyc_record": false,
"pancard_number": null,
"cin_number": null,
"aml_flag": false
}
]
},
{
"id": 22330,
"uuid": "11ee-f07e-cd714102-b980-02975f21d323",
"identifier": 632342568,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22076,
"active": true,
"status": null,
"business_entity_id": 6,
"business_category_id": 37,
"business_sub_category_id": 313,
"business_name": "A2Z ENTERPRISES",
"pancard_name": "A2Z ENTERPRISES",
"pancard_number": "ABQFA5416M",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1200,
"settlement_status": "Active",
"merchant_type": "child_aggregator",
"onboarding_status": "Settlement Enables",
"account_id": null,
"pan_verification_status": "Success",
"admin_user_id": 17358,
"terms_and_condition_accepted_at": null,
"created_at": "2024-04-01T23:23:11.000Z",
"updated_at": "2024-04-01T23:24:36.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": "not_applicable",
"sf_payload_version": 10,
"stop_txns": 0,
"copy_mid_parent": null,
"mid": 632342568,
"name": "A2Z ENTERPRISES",
"email": "[email protected]",
"first_name": "A2Z",
"last_name": "ENTERPRISES",
"business_type": "LongTail",
"bank_update_attempt_count": 1,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643401",
"product": "PayUbiz",
"bank_update_attempt_left": 10,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": true,
"saved_kyc_address": null,
"kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"document_status": "Docs Approved",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": false,
"onboarding_completed": true,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-04-02T04:54:19.000+05:30",
"business_pan_name_match": false,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Airlines",
"business_sub_category_name": "Airlines",
"device": "Desktop",
"display_name": "A2Z ENTERPRISES",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": "Others",
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643401",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "8389-6e1a-c79e8753-281c-b50e28fe5c51",
"business_category_uuid": "c5f7-23fa-2ba21406-85b0-2b1005ab2062",
"business_sub_category_uuid": "f0e2-f7a3-3fae0aaa-1ab6-342b38cae2c2",
"account_uuid": null,
"merchant_account_uuid": "11ee-f07e-ce465e5a-b980-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ee-f07e-cd643714-8cc6-02c123f54272",
"bank_detail": {
"id": 6130,
"branch_name": "Noida",
"bank_account_number": "786546576878",
"ifsc_code": "SCBL0036024",
"holder_name": "A2Z ENTERPRISES",
"nodal_code": null,
"nodal_status": "Not Activated",
"active": true,
"status": 0,
"penny_deposit_status": "Success",
"penny_attempt_count": 0,
"penny_deposit_method": "IMPS",
"bank_verification_status": "Success",
"uuid": "11ee-f07e-f663c9e0-b980-02975f21d323",
"created_at": "2024-04-01T23:24:18.000Z",
"updated_at": "2024-04-01T23:24:18.000Z",
"bank_name": "Standard Chartered Bank",
"bank_type": "saving",
"addendum_status": null,
"holder_name_by_bank": null,
"flag": 8,
"bank_verification_proof": null,
"penny_attempt_left": 10,
"bank_error_comments": {
"error": null,
"remarks": null
},
"virtual_account": false
},
"operating_address": null,
"registration_address": null,
"business_entity": {
"id": 6,
"name": "LLP"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-04-01T23:23:12.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Docs Approved",
"updated_at": "2024-04-01T23:24:19.000Z"
},
{
"status_type": "Agreement",
"status_value": "Approved",
"updated_at": "2024-04-01T23:24:19.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-04-01T23:23:13.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6838,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": false
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ee-f07e-cfdfa730-b980-02975f21d323",
"created_at": "2024-04-01T23:23:13.000Z",
"updated_at": "2024-04-01T23:23:13.000Z",
"record_id": 22330,
"record_type": "ProductAccount"
}
],
"kyc_documents": [],
"cs_plan": null,
"product_account_detail": {
"id": 22244,
"merchant_id": null,
"dob": "2019-11-30",
"pep": null,
"aml_flag": false,
"created_at": "2024-04-01T23:23:11.000Z",
"updated_at": "2024-04-01T23:23:49.000Z",
"uuid": "11ee-f07e-ceab1a48-b980-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22330,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"average_delivery_time": 180,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": null,
"pg_key": "cbVKAi",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": null,
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": []
},
{
"id": 22314,
"uuid": "11ee-efff-40b69b74-9aef-02975f21d323",
"identifier": 632342552,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22069,
"active": true,
"status": null,
"business_entity_id": 6,
"business_category_id": 37,
"business_sub_category_id": 313,
"business_name": "A2Z Enterprises",
"pancard_name": null,
"pancard_number": "ABQFA5416M",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1200,
"settlement_status": "Active",
"merchant_type": "child_aggregator",
"onboarding_status": "Settlement Enables",
"account_id": null,
"pan_verification_status": "Success",
"admin_user_id": 16931,
"terms_and_condition_accepted_at": null,
"created_at": "2024-04-01T08:10:08.000Z",
"updated_at": "2024-04-01T08:11:06.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": null,
"sf_payload_version": 10,
"stop_txns": 0,
"copy_mid_parent": null,
"mid": 632342552,
"name": "Merchant",
"email": "[email protected]",
"first_name": "",
"last_name": "Merchant",
"business_type": "LongTail",
"bank_update_attempt_count": 1,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643385",
"product": "PayUbiz",
"bank_update_attempt_left": 10,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": true,
"saved_kyc_address": null,
"kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"document_status": "Docs Approved",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": false,
"onboarding_completed": true,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-04-01T13:40:34.000+05:30",
"business_pan_name_match": false,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Airlines",
"business_sub_category_name": "Airlines",
"device": "Desktop",
"display_name": "Merchant",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": "Others",
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643385",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "8389-6e1a-c79e8753-281c-b50e28fe5c51",
"business_category_uuid": "c5f7-23fa-2ba21406-85b0-2b1005ab2062",
"business_sub_category_uuid": "f0e2-f7a3-3fae0aaa-1ab6-342b38cae2c2",
"account_uuid": null,
"merchant_account_uuid": "11ee-efff-40f510f2-9aef-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ee-bb77-3b1d1286-b096-02c123f54272",
"bank_detail": {
"id": 6127,
"branch_name": "GEC REWA",
"bank_account_number": "332431211322",
"ifsc_code": "SBIN0003179",
"holder_name": "A2Z Enterprises",
"nodal_code": null,
"nodal_status": "Not Activated",
"active": true,
"status": 0,
"penny_deposit_status": "Success",
"penny_attempt_count": 0,
"penny_deposit_method": "IMPS",
"bank_verification_status": "Success",
"uuid": "11ee-efff-50016e06-9176-02975f21d323",
"created_at": "2024-04-01T08:10:33.000Z",
"updated_at": "2024-04-01T08:10:33.000Z",
"bank_name": "STATE BANK OF INDIA",
"bank_type": "saving",
"addendum_status": null,
"holder_name_by_bank": null,
"flag": 8,
"bank_verification_proof": null,
"penny_attempt_left": 10,
"bank_error_comments": {
"error": null,
"remarks": null
},
"virtual_account": false
},
"operating_address": null,
"registration_address": null,
"business_entity": {
"id": 6,
"name": "LLP"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-04-01T08:10:08.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Docs Approved",
"updated_at": "2024-04-01T08:10:34.000Z"
},
{
"status_type": "Agreement",
"status_value": "Approved",
"updated_at": "2024-04-01T08:10:34.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-04-01T08:10:09.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6837,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": false
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ee-efff-421fbe0a-9aef-02975f21d323",
"created_at": "2024-04-01T08:10:10.000Z",
"updated_at": "2024-04-01T08:10:10.000Z",
"record_id": 22314,
"record_type": "ProductAccount"
}
],
"kyc_documents": [],
"cs_plan": null,
"product_account_detail": {
"id": 22228,
"merchant_id": null,
"dob": "2019-11-30",
"pep": null,
"aml_flag": false,
"created_at": "2024-04-01T08:10:08.000Z",
"updated_at": "2024-04-01T08:10:32.000Z",
"uuid": "11ee-efff-412c9536-9aef-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22314,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"average_delivery_time": 180,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": null,
"pg_key": "KtrgHx",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": null,
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": []
},
{
"id": 22313,
"uuid": "11ee-effe-be5126ae-9176-02975f21d323",
"identifier": 632342551,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22068,
"active": true,
"status": null,
"business_entity_id": 6,
"business_category_id": 37,
"business_sub_category_id": 313,
"business_name": "A2Z ENTERPRISES",
"pancard_name": "A2Z ENTERPRISES",
"pancard_number": "ABQFA5416M",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1200,
"settlement_status": "Active",
"merchant_type": "child_aggregator",
"onboarding_status": "Settlement Enables",
"account_id": null,
"pan_verification_status": "Success",
"admin_user_id": 16931,
"terms_and_condition_accepted_at": null,
"created_at": "2024-04-01T08:06:29.000Z",
"updated_at": "2024-04-01T08:09:07.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": "not_applicable",
"sf_payload_version": 6,
"stop_txns": 0,
"copy_mid_parent": null,
"mid": 632342551,
"name": "A2Z ENTERPRISES",
"email": "[email protected]",
"first_name": "A2Z",
"last_name": "ENTERPRISES",
"business_type": "LongTail",
"bank_update_attempt_count": 1,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643385",
"product": "PayUbiz",
"bank_update_attempt_left": 10,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": true,
"saved_kyc_address": null,
"kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"document_status": "Docs Approved",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": false,
"onboarding_completed": true,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-04-01T13:38:41.000+05:30",
"business_pan_name_match": false,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Airlines",
"business_sub_category_name": "Airlines",
"device": "Desktop",
"display_name": "A2Z ENTERPRISES",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": "Others",
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643385",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "8389-6e1a-c79e8753-281c-b50e28fe5c51",
"business_category_uuid": "c5f7-23fa-2ba21406-85b0-2b1005ab2062",
"business_sub_category_uuid": "f0e2-f7a3-3fae0aaa-1ab6-342b38cae2c2",
"account_uuid": null,
"merchant_account_uuid": "11ee-effe-be883784-9176-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ee-bb77-3b1d1286-b096-02c123f54272",
"bank_detail": {
"id": 6126,
"branch_name": "GEC REWA",
"bank_account_number": "6859392394333",
"ifsc_code": "SBIN0003179",
"holder_name": "A2Z Enterprises",
"nodal_code": null,
"nodal_status": "Not Activated",
"active": true,
"status": 0,
"penny_deposit_status": "Success",
"penny_attempt_count": 0,
"penny_deposit_method": "IMPS",
"bank_verification_status": "Success",
"uuid": "11ee-efff-0c94ba06-9aef-02975f21d323",
"created_at": "2024-04-01T08:08:40.000Z",
"updated_at": "2024-04-01T08:08:40.000Z",
"bank_name": "STATE BANK OF INDIA",
"bank_type": "saving",
"addendum_status": null,
"holder_name_by_bank": null,
"flag": 8,
"bank_verification_proof": null,
"penny_attempt_left": 10,
"bank_error_comments": {
"error": null,
"remarks": null
},
"virtual_account": false
},
"operating_address": null,
"registration_address": null,
"business_entity": {
"id": 6,
"name": "LLP"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-04-01T08:06:29.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Docs Approved",
"updated_at": "2024-04-01T08:08:41.000Z"
},
{
"status_type": "Agreement",
"status_value": "Approved",
"updated_at": "2024-04-01T08:08:41.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-04-01T08:06:30.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6836,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": false
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ee-effe-bf672070-9176-02975f21d323",
"created_at": "2024-04-01T08:06:30.000Z",
"updated_at": "2024-04-01T08:06:30.000Z",
"record_id": 22313,
"record_type": "ProductAccount"
}
],
"kyc_documents": [],
"cs_plan": null,
"product_account_detail": {
"id": 22227,
"merchant_id": null,
"dob": "2019-11-30",
"pep": null,
"aml_flag": false,
"created_at": "2024-04-01T08:06:29.000Z",
"updated_at": "2024-04-01T08:06:32.000Z",
"uuid": "11ee-effe-bea5be76-9176-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22313,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"average_delivery_time": 180,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": null,
"pg_key": "bcDPO2",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": null,
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": []
},
{
"id": 22306,
"uuid": "11ee-efeb-f03af996-9176-02975f21d323",
"identifier": 632342544,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22065,
"active": true,
"status": null,
"business_entity_id": 6,
"business_category_id": 37,
"business_sub_category_id": 313,
"business_name": "A2Z Enterprises",
"pancard_name": null,
"pancard_number": "ABQFA5416M",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1200,
"settlement_status": "Active",
"merchant_type": "child_aggregator",
"onboarding_status": "Profile Completion in progress",
"account_id": null,
"pan_verification_status": "Failed",
"admin_user_id": 16931,
"terms_and_condition_accepted_at": null,
"created_at": "2024-04-01T05:51:52.000Z",
"updated_at": "2024-04-01T05:56:15.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": "not_applicable",
"sf_payload_version": 12,
"stop_txns": 0,
"copy_mid_parent": null,
"mid": 632342544,
"name": "Merchant",
"email": "[email protected]",
"first_name": "",
"last_name": "Merchant",
"business_type": "LongTail",
"bank_update_attempt_count": 1,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643385",
"product": "PayUbiz",
"bank_update_attempt_left": 10,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": true,
"saved_kyc_address": null,
"kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"document_status": "Docs Approved",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": false,
"onboarding_completed": true,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-04-01T11:22:49.000+05:30",
"business_pan_name_match": false,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Airlines",
"business_sub_category_name": "Airlines",
"device": "Desktop",
"display_name": "Merchant",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": "Others",
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643385",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "8389-6e1a-c79e8753-281c-b50e28fe5c51",
"business_category_uuid": "c5f7-23fa-2ba21406-85b0-2b1005ab2062",
"business_sub_category_uuid": "f0e2-f7a3-3fae0aaa-1ab6-342b38cae2c2",
"account_uuid": null,
"merchant_account_uuid": "11ee-efeb-f0653774-9176-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ee-bb77-3b1d1286-b096-02c123f54272",
"bank_detail": {
"id": 6123,
"branch_name": "GEC REWA",
"bank_account_number": "34217960815",
"ifsc_code": "SBIN0003179",
"holder_name": "A2Z Enterprises",
"nodal_code": null,
"nodal_status": "Not Activated",
"active": true,
"status": 0,
"penny_deposit_status": "Success",
"penny_attempt_count": 0,
"penny_deposit_method": "IMPS",
"bank_verification_status": "Success",
"uuid": "11ee-efec-11975030-9176-02975f21d323",
"created_at": "2024-04-01T05:52:48.000Z",
"updated_at": "2024-04-01T05:52:48.000Z",
"bank_name": "STATE BANK OF INDIA",
"bank_type": "saving",
"addendum_status": null,
"holder_name_by_bank": null,
"flag": 8,
"bank_verification_proof": null,
"penny_attempt_left": 10,
"bank_error_comments": {
"error": null,
"remarks": null
},
"virtual_account": false
},
"operating_address": null,
"registration_address": null,
"business_entity": {
"id": 6,
"name": "LLP"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-04-01T05:51:53.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Docs Approved",
"updated_at": "2024-04-01T05:53:09.000Z"
},
{
"status_type": "Agreement",
"status_value": "Approved",
"updated_at": "2024-04-01T05:53:09.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-04-01T05:51:53.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6835,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": false
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ee-efeb-f1568688-9176-02975f21d323",
"created_at": "2024-04-01T05:51:54.000Z",
"updated_at": "2024-04-01T05:51:54.000Z",
"record_id": 22306,
"record_type": "ProductAccount"
}
],
"kyc_documents": [],
"cs_plan": null,
"product_account_detail": {
"id": 22220,
"merchant_id": null,
"dob": null,
"pep": null,
"aml_flag": false,
"created_at": "2024-04-01T05:51:52.000Z",
"updated_at": "2024-04-01T05:52:09.000Z",
"uuid": "11ee-efeb-f0aafac0-9176-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22306,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"average_delivery_time": 180,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": null,
"pg_key": "ldFkkE",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": null,
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": []
},
{
"id": 22305,
"uuid": "11ee-efeb-6f5a507e-9176-02975f21d323",
"identifier": 632342542,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22064,
"active": true,
"status": null,
"business_entity_id": 6,
"business_category_id": 37,
"business_sub_category_id": 313,
"business_name": "A2Z Enterprises",
"pancard_name": null,
"pancard_number": "ABQFA5416M",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1200,
"settlement_status": "Active",
"merchant_type": "child_aggregator",
"onboarding_status": "Profile Completion in progress",
"account_id": null,
"pan_verification_status": "Failed",
"admin_user_id": 16931,
"terms_and_condition_accepted_at": null,
"created_at": "2024-04-01T05:48:17.000Z",
"updated_at": "2024-04-01T05:51:31.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": "not_applicable",
"sf_payload_version": 12,
"stop_txns": 0,
"copy_mid_parent": null,
"mid": 632342542,
"name": "Merchant",
"email": "[email protected]",
"first_name": "",
"last_name": "Merchant",
"business_type": "LongTail",
"bank_update_attempt_count": 1,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643385",
"product": "PayUbiz",
"bank_update_attempt_left": 10,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": true,
"saved_kyc_address": null,
"kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"document_status": "Docs Approved",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": false,
"onboarding_completed": true,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-04-01T11:20:10.000+05:30",
"business_pan_name_match": false,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Airlines",
"business_sub_category_name": "Airlines",
"device": "Desktop",
"display_name": "Merchant",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": "Others",
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643385",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "8389-6e1a-c79e8753-281c-b50e28fe5c51",
"business_category_uuid": "c5f7-23fa-2ba21406-85b0-2b1005ab2062",
"business_sub_category_uuid": "f0e2-f7a3-3fae0aaa-1ab6-342b38cae2c2",
"account_uuid": null,
"merchant_account_uuid": "11ee-efeb-7036ad58-9176-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ee-bb77-3b1d1286-b096-02c123f54272",
"bank_detail": {
"id": 6122,
"branch_name": "GEC REWA",
"bank_account_number": "34217960815",
"ifsc_code": "SBIN0003179",
"holder_name": "A2Z Enterprises",
"nodal_code": null,
"nodal_status": "Not Activated",
"active": true,
"status": 0,
"penny_deposit_status": "Success",
"penny_attempt_count": 0,
"penny_deposit_method": "IMPS",
"bank_verification_status": "Success",
"uuid": "11ee-efeb-b2d4cc08-9176-02975f21d323",
"created_at": "2024-04-01T05:50:09.000Z",
"updated_at": "2024-04-01T05:50:09.000Z",
"bank_name": "STATE BANK OF INDIA",
"bank_type": "saving",
"addendum_status": null,
"holder_name_by_bank": null,
"flag": 8,
"bank_verification_proof": null,
"penny_attempt_left": 10,
"bank_error_comments": {
"error": null,
"remarks": null
},
"virtual_account": false
},
"operating_address": null,
"registration_address": null,
"business_entity": {
"id": 6,
"name": "LLP"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-04-01T05:48:17.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Docs Approved",
"updated_at": "2024-04-01T05:50:10.000Z"
},
{
"status_type": "Agreement",
"status_value": "Approved",
"updated_at": "2024-04-01T05:50:10.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-04-01T05:48:18.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6834,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": false
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ee-efeb-71079dbe-9176-02975f21d323",
"created_at": "2024-04-01T05:48:18.000Z",
"updated_at": "2024-04-01T05:48:18.000Z",
"record_id": 22305,
"record_type": "ProductAccount"
}
],
"kyc_documents": [],
"cs_plan": null,
"product_account_detail": {
"id": 22219,
"merchant_id": null,
"dob": null,
"pep": null,
"aml_flag": false,
"created_at": "2024-04-01T05:48:17.000Z",
"updated_at": "2024-04-01T05:48:28.000Z",
"uuid": "11ee-efeb-7047c890-9176-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22305,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"average_delivery_time": 180,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": null,
"pg_key": "exKBTv",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": null,
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": []
},
{
"id": 22304,
"uuid": "11ee-efeb-4deb3dd6-9aef-02975f21d323",
"identifier": 632342541,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22063,
"active": true,
"status": null,
"business_entity_id": 6,
"business_category_id": 37,
"business_sub_category_id": 313,
"business_name": "A2Z Enterprises",
"pancard_name": null,
"pancard_number": "ABQFA5416M",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1200,
"settlement_status": "Active",
"merchant_type": "child_aggregator",
"onboarding_status": "Profile Completion in progress",
"account_id": null,
"pan_verification_status": "Failed",
"admin_user_id": 16931,
"terms_and_condition_accepted_at": null,
"created_at": "2024-04-01T05:47:20.000Z",
"updated_at": "2024-04-01T05:50:30.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": null,
"sf_payload_version": 12,
"stop_txns": 0,
"copy_mid_parent": null,
"mid": 632342541,
"name": null,
"email": "[email protected]",
"first_name": null,
"last_name": null,
"business_type": "LongTail",
"bank_update_attempt_count": 1,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Not Selected",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643385",
"product": "PayUbiz",
"bank_update_attempt_left": 10,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": true,
"saved_kyc_address": null,
"kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"document_status": "Docs Approved",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": false,
"onboarding_completed": true,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-04-01T11:17:35.000+05:30",
"business_pan_name_match": false,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Airlines",
"business_sub_category_name": "Airlines",
"device": "Desktop",
"display_name": null,
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": "Others",
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643385",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "8389-6e1a-c79e8753-281c-b50e28fe5c51",
"business_category_uuid": "c5f7-23fa-2ba21406-85b0-2b1005ab2062",
"business_sub_category_uuid": "f0e2-f7a3-3fae0aaa-1ab6-342b38cae2c2",
"account_uuid": null,
"merchant_account_uuid": "11ee-efeb-4e56261e-9aef-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ee-bb77-3b1d1286-b096-02c123f54272",
"bank_detail": {
"id": 6121,
"branch_name": "GEC REWA",
"bank_account_number": "34217960815",
"ifsc_code": "SBIN0003179",
"holder_name": "A2Z Enterprises",
"nodal_code": null,
"nodal_status": "Not Activated",
"active": true,
"status": 0,
"penny_deposit_status": "Success",
"penny_attempt_count": 0,
"penny_deposit_method": "IMPS",
"bank_verification_status": "Success",
"uuid": "11ee-efeb-568d550a-9176-02975f21d323",
"created_at": "2024-04-01T05:47:34.000Z",
"updated_at": "2024-04-01T05:47:34.000Z",
"bank_name": "STATE BANK OF INDIA",
"bank_type": "saving",
"addendum_status": null,
"holder_name_by_bank": null,
"flag": 8,
"bank_verification_proof": null,
"penny_attempt_left": 10,
"bank_error_comments": {
"error": null,
"remarks": null
},
"virtual_account": false
},
"operating_address": null,
"registration_address": null,
"business_entity": {
"id": 6,
"name": "LLP"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-04-01T05:47:21.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Docs Approved",
"updated_at": "2024-04-01T05:47:35.000Z"
},
{
"status_type": "Agreement",
"status_value": "Approved",
"updated_at": "2024-04-01T05:47:35.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-04-01T05:47:21.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6833,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": false
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ee-efeb-4f6a363a-9aef-02975f21d323",
"created_at": "2024-04-01T05:47:22.000Z",
"updated_at": "2024-04-01T05:47:22.000Z",
"record_id": 22304,
"record_type": "ProductAccount"
}
],
"kyc_documents": [],
"cs_plan": null,
"product_account_detail": {
"id": 22218,
"merchant_id": null,
"dob": null,
"pep": null,
"aml_flag": false,
"created_at": "2024-04-01T05:47:20.000Z",
"updated_at": "2024-04-01T05:47:47.000Z",
"uuid": "11ee-efeb-4e761870-9aef-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22304,
"integration_type": "Not Selected",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"average_delivery_time": 180,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": null,
"pg_key": "EYE28Y",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": null,
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": []
},
{
"id": 22303,
"uuid": "11ee-efeb-0ae4d164-9aef-02975f21d323",
"identifier": 632342540,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22062,
"active": true,
"status": null,
"business_entity_id": 6,
"business_category_id": 37,
"business_sub_category_id": 313,
"business_name": "A2Z Enterprises",
"pancard_name": null,
"pancard_number": "ABQFA5416M",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1200,
"settlement_status": "Active",
"merchant_type": "child_aggregator",
"onboarding_status": "Profile Completion in progress",
"account_id": null,
"pan_verification_status": "Failed",
"admin_user_id": 16931,
"terms_and_condition_accepted_at": null,
"created_at": "2024-04-01T05:45:28.000Z",
"updated_at": "2024-04-01T05:48:31.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": "not_applicable",
"sf_payload_version": 12,
"stop_txns": 0,
"copy_mid_parent": null,
"mid": 632342540,
"name": "Merchant",
"email": "[email protected]",
"first_name": "",
"last_name": "Merchant",
"business_type": "LongTail",
"bank_update_attempt_count": 1,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643385",
"product": "PayUbiz",
"bank_update_attempt_left": 10,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": true,
"saved_kyc_address": null,
"kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"document_status": "Docs Approved",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": false,
"onboarding_completed": true,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-04-01T11:15:57.000+05:30",
"business_pan_name_match": false,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Airlines",
"business_sub_category_name": "Airlines",
"device": "Desktop",
"display_name": "Merchant",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": "Others",
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643385",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "8389-6e1a-c79e8753-281c-b50e28fe5c51",
"business_category_uuid": "c5f7-23fa-2ba21406-85b0-2b1005ab2062",
"business_sub_category_uuid": "f0e2-f7a3-3fae0aaa-1ab6-342b38cae2c2",
"account_uuid": null,
"merchant_account_uuid": "11ee-efeb-0b206ee0-9aef-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ee-bb77-3b1d1286-b096-02c123f54272",
"bank_detail": {
"id": 6120,
"branch_name": "GEC REWA",
"bank_account_number": "34217960815",
"ifsc_code": "SBIN0003179",
"holder_name": "A2Z Enterprises",
"nodal_code": null,
"nodal_status": "Not Activated",
"active": true,
"status": 0,
"penny_deposit_status": "Success",
"penny_attempt_count": 0,
"penny_deposit_method": "IMPS",
"bank_verification_status": "Success",
"uuid": "11ee-efeb-1c4cb5d4-9176-02975f21d323",
"created_at": "2024-04-01T05:45:56.000Z",
"updated_at": "2024-04-01T05:45:56.000Z",
"bank_name": "STATE BANK OF INDIA",
"bank_type": "saving",
"addendum_status": null,
"holder_name_by_bank": null,
"flag": 8,
"bank_verification_proof": null,
"penny_attempt_left": 10,
"bank_error_comments": {
"error": null,
"remarks": null
},
"virtual_account": false
},
"operating_address": null,
"registration_address": null,
"business_entity": {
"id": 6,
"name": "LLP"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-04-01T05:45:28.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Docs Approved",
"updated_at": "2024-04-01T05:45:57.000Z"
},
{
"status_type": "Agreement",
"status_value": "Approved",
"updated_at": "2024-04-01T05:45:57.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-04-01T05:45:28.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6832,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": false
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ee-efeb-0c7a653e-9aef-02975f21d323",
"created_at": "2024-04-01T05:45:30.000Z",
"updated_at": "2024-04-01T05:45:30.000Z",
"record_id": 22303,
"record_type": "ProductAccount"
}
],
"kyc_documents": [],
"cs_plan": null,
"product_account_detail": {
"id": 22217,
"merchant_id": null,
"dob": null,
"pep": null,
"aml_flag": false,
"created_at": "2024-04-01T05:45:28.000Z",
"updated_at": "2024-04-01T05:45:47.000Z",
"uuid": "11ee-efeb-0b5c638c-9aef-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22303,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"average_delivery_time": 180,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": null,
"pg_key": "pLtycy",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": null,
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": []
},
{
"id": 22302,
"uuid": "11ee-efea-497e4046-9aef-02975f21d323",
"identifier": 632342539,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22061,
"active": true,
"status": null,
"business_entity_id": 6,
"business_category_id": 37,
"business_sub_category_id": 313,
"business_name": "A2Z Enterprises",
"pancard_name": null,
"pancard_number": "ABQFA5416M",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1200,
"settlement_status": "Active",
"merchant_type": "child_aggregator",
"onboarding_status": "Profile Completion in progress",
"account_id": null,
"pan_verification_status": "Failed",
"admin_user_id": 16931,
"terms_and_condition_accepted_at": null,
"created_at": "2024-04-01T05:40:03.000Z",
"updated_at": "2024-04-01T05:44:13.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": "not_applicable",
"sf_payload_version": 10,
"stop_txns": 0,
"copy_mid_parent": null,
"mid": 632342539,
"name": "Merchant",
"email": "[email protected]",
"first_name": "",
"last_name": "Merchant",
"business_type": "LongTail",
"bank_update_attempt_count": 1,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643385",
"product": "PayUbiz",
"bank_update_attempt_left": 10,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": true,
"saved_kyc_address": null,
"kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"document_status": "Docs Approved",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": false,
"onboarding_completed": true,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-04-01T11:14:00.000+05:30",
"business_pan_name_match": false,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Airlines",
"business_sub_category_name": "Airlines",
"device": "Desktop",
"display_name": "Merchant",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": "Others",
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643385",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "8389-6e1a-c79e8753-281c-b50e28fe5c51",
"business_category_uuid": "c5f7-23fa-2ba21406-85b0-2b1005ab2062",
"business_sub_category_uuid": "f0e2-f7a3-3fae0aaa-1ab6-342b38cae2c2",
"account_uuid": null,
"merchant_account_uuid": "11ee-efea-49d9daa0-9aef-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ee-bb77-3b1d1286-b096-02c123f54272",
"bank_detail": {
"id": 6119,
"branch_name": "GEC REWA",
"bank_account_number": "34217960815",
"ifsc_code": "SBIN0003179",
"holder_name": "A2Z Enterprises",
"nodal_code": null,
"nodal_status": "Not Activated",
"active": true,
"status": 0,
"penny_deposit_status": "Success",
"penny_attempt_count": 0,
"penny_deposit_method": "IMPS",
"bank_verification_status": "Success",
"uuid": "11ee-efea-d665d3d4-9aef-02975f21d323",
"created_at": "2024-04-01T05:43:59.000Z",
"updated_at": "2024-04-01T05:43:59.000Z",
"bank_name": "STATE BANK OF INDIA",
"bank_type": "saving",
"addendum_status": null,
"holder_name_by_bank": null,
"flag": 8,
"bank_verification_proof": null,
"penny_attempt_left": 10,
"bank_error_comments": {
"error": null,
"remarks": null
},
"virtual_account": false
},
"operating_address": null,
"registration_address": null,
"business_entity": {
"id": 6,
"name": "LLP"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-04-01T05:40:04.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Docs Approved",
"updated_at": "2024-04-01T05:44:00.000Z"
},
{
"status_type": "Agreement",
"status_value": "Approved",
"updated_at": "2024-04-01T05:44:00.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-04-01T05:40:04.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6831,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": false
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ee-efea-4afeea4c-9aef-02975f21d323",
"created_at": "2024-04-01T05:40:05.000Z",
"updated_at": "2024-04-01T05:40:05.000Z",
"record_id": 22302,
"record_type": "ProductAccount"
}
],
"kyc_documents": [],
"cs_plan": null,
"product_account_detail": {
"id": 22216,
"merchant_id": null,
"dob": null,
"pep": null,
"aml_flag": false,
"created_at": "2024-04-01T05:40:03.000Z",
"updated_at": "2024-04-01T05:40:29.000Z",
"uuid": "11ee-efea-4a10ca9c-9aef-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22302,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"average_delivery_time": 180,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": null,
"pg_key": "58Yqow",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": null,
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": []
},
{
"id": 22301,
"uuid": "11ee-efe9-ef602b9c-9aef-02975f21d323",
"identifier": 632342538,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22060,
"active": true,
"status": null,
"business_entity_id": 6,
"business_category_id": 37,
"business_sub_category_id": 313,
"business_name": "A2Z Enterprises",
"pancard_name": null,
"pancard_number": "ABQFA5416M",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1200,
"settlement_status": "Active",
"merchant_type": "child_aggregator",
"onboarding_status": "Profile Completion in progress",
"account_id": null,
"pan_verification_status": "Failed",
"admin_user_id": 16931,
"terms_and_condition_accepted_at": null,
"created_at": "2024-04-01T05:37:32.000Z",
"updated_at": "2024-04-01T05:40:18.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": "not_applicable",
"sf_payload_version": 12,
"stop_txns": 0,
"copy_mid_parent": null,
"mid": 632342538,
"name": "Merchant",
"email": "[email protected]",
"first_name": "",
"last_name": "Merchant",
"business_type": "LongTail",
"bank_update_attempt_count": 1,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643385",
"product": "PayUbiz",
"bank_update_attempt_left": 10,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": true,
"saved_kyc_address": null,
"kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"document_status": "Docs Approved",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": false,
"onboarding_completed": true,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-04-01T11:09:21.000+05:30",
"business_pan_name_match": false,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Airlines",
"business_sub_category_name": "Airlines",
"device": "Desktop",
"display_name": "Merchant",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": "Others",
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643385",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "8389-6e1a-c79e8753-281c-b50e28fe5c51",
"business_category_uuid": "c5f7-23fa-2ba21406-85b0-2b1005ab2062",
"business_sub_category_uuid": "f0e2-f7a3-3fae0aaa-1ab6-342b38cae2c2",
"account_uuid": null,
"merchant_account_uuid": "11ee-efe9-efad6236-9aef-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ee-bb77-3b1d1286-b096-02c123f54272",
"bank_detail": {
"id": 6118,
"branch_name": "Maripeda",
"bank_account_number": "34217960815",
"ifsc_code": "APGV0005126",
"holder_name": "A2Z Enterprises",
"nodal_code": null,
"nodal_status": "Not Activated",
"active": true,
"status": 0,
"penny_deposit_status": "Success",
"penny_attempt_count": 0,
"penny_deposit_method": "IMPS",
"bank_verification_status": "Success",
"uuid": "11ee-efea-2fc4e010-9176-02975f21d323",
"created_at": "2024-04-01T05:39:20.000Z",
"updated_at": "2024-04-01T05:39:20.000Z",
"bank_name": "Andhra Pradesh Grameena Vikas Bank",
"bank_type": "saving",
"addendum_status": null,
"holder_name_by_bank": null,
"flag": 8,
"bank_verification_proof": null,
"penny_attempt_left": 10,
"bank_error_comments": {
"error": null,
"remarks": null
},
"virtual_account": false
},
"operating_address": null,
"registration_address": null,
"business_entity": {
"id": 6,
"name": "LLP"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-04-01T05:37:33.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Docs Approved",
"updated_at": "2024-04-01T05:39:21.000Z"
},
{
"status_type": "Agreement",
"status_value": "Approved",
"updated_at": "2024-04-01T05:39:21.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-04-01T05:37:33.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6830,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": false
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ee-efe9-f0cc8084-9aef-02975f21d323",
"created_at": "2024-04-01T05:37:34.000Z",
"updated_at": "2024-04-01T05:37:34.000Z",
"record_id": 22301,
"record_type": "ProductAccount"
}
],
"kyc_documents": [],
"cs_plan": null,
"product_account_detail": {
"id": 22215,
"merchant_id": null,
"dob": null,
"pep": null,
"aml_flag": false,
"created_at": "2024-04-01T05:37:32.000Z",
"updated_at": "2024-04-01T05:37:59.000Z",
"uuid": "11ee-efe9-eff21804-9aef-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22301,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"average_delivery_time": 180,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": null,
"pg_key": "u0WB64",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": null,
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": []
},
{
"id": 22299,
"uuid": "11ee-ece3-d5a63fec-ac5d-02975f21d323",
"identifier": 632342536,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22058,
"active": true,
"status": null,
"business_entity_id": 6,
"business_category_id": 37,
"business_sub_category_id": 313,
"business_name": "A2Z ENTERPRISES",
"pancard_name": "A2Z ENTERPRISES",
"pancard_number": "ABQFA5416M",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1200,
"settlement_status": "Active",
"merchant_type": "child_aggregator",
"onboarding_status": "Settlement Enables",
"account_id": null,
"pan_verification_status": "Success",
"admin_user_id": 16911,
"terms_and_condition_accepted_at": null,
"created_at": "2024-03-28T09:16:18.000Z",
"updated_at": "2024-03-28T09:17:41.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": "not_applicable",
"sf_payload_version": 10,
"stop_txns": 0,
"copy_mid_parent": null,
"mid": 632342536,
"name": "A2Z ENTERPRISES",
"email": "[email protected]",
"first_name": "A2Z",
"last_name": "ENTERPRISES",
"business_type": "LongTail",
"bank_update_attempt_count": 1,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643384",
"product": "PayUbiz",
"bank_update_attempt_left": 10,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": true,
"saved_kyc_address": null,
"kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"document_status": "Docs Approved",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": false,
"onboarding_completed": true,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-03-28T14:46:35.000+05:30",
"business_pan_name_match": false,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Airlines",
"business_sub_category_name": "Airlines",
"device": "Desktop",
"display_name": "A2Z ENTERPRISES",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": "Others",
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643384",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "8389-6e1a-c79e8753-281c-b50e28fe5c51",
"business_category_uuid": "c5f7-23fa-2ba21406-85b0-2b1005ab2062",
"business_sub_category_uuid": "f0e2-f7a3-3fae0aaa-1ab6-342b38cae2c2",
"account_uuid": null,
"merchant_account_uuid": "11ee-ece3-d5f4e8ea-ac5d-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ee-bb77-055d72d0-b096-02c123f54272",
"bank_detail": {
"id": 6117,
"branch_name": "Maripeda",
"bank_account_number": "99098047000",
"ifsc_code": "APGV0005126",
"holder_name": "A2Z Enterprises",
"nodal_code": null,
"nodal_status": "Not Activated",
"active": true,
"status": 0,
"penny_deposit_status": "Success",
"penny_attempt_count": 0,
"penny_deposit_method": "IMPS",
"bank_verification_status": "Success",
"uuid": "11ee-ece3-df3f767c-bc9f-02975f21d323",
"created_at": "2024-03-28T09:16:34.000Z",
"updated_at": "2024-03-28T09:16:34.000Z",
"bank_name": "Andhra Pradesh Grameena Vikas Bank",
"bank_type": "saving",
"addendum_status": null,
"holder_name_by_bank": null,
"flag": 8,
"bank_verification_proof": null,
"penny_attempt_left": 10,
"bank_error_comments": {
"error": null,
"remarks": null
},
"virtual_account": false
},
"operating_address": null,
"registration_address": null,
"business_entity": {
"id": 6,
"name": "LLP"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-03-28T09:16:19.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Docs Approved",
"updated_at": "2024-03-28T09:16:35.000Z"
},
{
"status_type": "Agreement",
"status_value": "Approved",
"updated_at": "2024-03-28T09:16:35.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-03-28T09:16:19.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6829,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": false
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ee-ece3-d6fee9f2-ac5d-02975f21d323",
"created_at": "2024-03-28T09:16:20.000Z",
"updated_at": "2024-03-28T09:16:20.000Z",
"record_id": 22299,
"record_type": "ProductAccount"
}
],
"kyc_documents": [],
"cs_plan": null,
"product_account_detail": {
"id": 22213,
"merchant_id": null,
"dob": null,
"pep": null,
"aml_flag": false,
"created_at": "2024-03-28T09:16:18.000Z",
"updated_at": "2024-03-28T09:17:02.000Z",
"uuid": "11ee-ece3-d613c4fe-ac5d-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22299,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"average_delivery_time": 180,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": null,
"pg_key": "IlMlnA",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": null,
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": []
},
{
"id": 22298,
"uuid": "11ee-ece1-d484fe98-ac5d-02975f21d323",
"identifier": 632342535,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22057,
"active": true,
"status": null,
"business_entity_id": 6,
"business_category_id": 37,
"business_sub_category_id": 313,
"business_name": "A2Z Enterprises",
"pancard_name": null,
"pancard_number": "ABQFA5416O",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1200,
"settlement_status": "Active",
"merchant_type": "child_aggregator",
"onboarding_status": "Profile Completion in progress",
"account_id": null,
"pan_verification_status": "Failed",
"admin_user_id": 16903,
"terms_and_condition_accepted_at": null,
"created_at": "2024-03-28T09:01:59.000Z",
"updated_at": "2024-03-28T09:18:20.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": "not_applicable",
"sf_payload_version": 14,
"stop_txns": 0,
"copy_mid_parent": null,
"mid": 632342535,
"name": "Merchant",
"email": "[email protected]",
"first_name": "",
"last_name": "Merchant",
"business_type": "LongTail",
"bank_update_attempt_count": 1,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643383",
"product": "PayUbiz",
"bank_update_attempt_left": 10,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": true,
"saved_kyc_address": null,
"kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"document_status": "Docs Approved",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": false,
"onboarding_completed": true,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-03-28T14:32:15.000+05:30",
"business_pan_name_match": false,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Airlines",
"business_sub_category_name": "Airlines",
"device": "Desktop",
"display_name": "Merchant",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": null,
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643383",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "8389-6e1a-c79e8753-281c-b50e28fe5c51",
"business_category_uuid": "c5f7-23fa-2ba21406-85b0-2b1005ab2062",
"business_sub_category_uuid": "f0e2-f7a3-3fae0aaa-1ab6-342b38cae2c2",
"account_uuid": null,
"merchant_account_uuid": "11ee-ece1-d59270ea-ac5d-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ee-bb77-0353458c-b096-02c123f54272",
"bank_detail": {
"id": 6116,
"branch_name": "Maripeda",
"bank_account_number": "99098047000",
"ifsc_code": "APGV0005126",
"holder_name": "A2Z Enterprises",
"nodal_code": null,
"nodal_status": "Not Activated",
"active": true,
"status": 0,
"penny_deposit_status": "Success",
"penny_attempt_count": 0,
"penny_deposit_method": "IMPS",
"bank_verification_status": "Success",
"uuid": "11ee-ece1-dee48d2c-bc9f-02975f21d323",
"created_at": "2024-03-28T09:02:14.000Z",
"updated_at": "2024-03-28T09:02:14.000Z",
"bank_name": "Andhra Pradesh Grameena Vikas Bank",
"bank_type": "saving",
"addendum_status": null,
"holder_name_by_bank": null,
"flag": 8,
"bank_verification_proof": null,
"penny_attempt_left": 10,
"bank_error_comments": {
"error": null,
"remarks": null
},
"virtual_account": false
},
"operating_address": null,
"registration_address": null,
"business_entity": {
"id": 6,
"name": "LLP"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-03-28T09:01:59.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Docs Approved",
"updated_at": "2024-03-28T09:02:15.000Z"
},
{
"status_type": "Agreement",
"status_value": "Approved",
"updated_at": "2024-03-28T09:02:16.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-03-28T09:02:00.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6828,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": false
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ee-ece1-d6aa5a74-ac5d-02975f21d323",
"created_at": "2024-03-28T09:02:00.000Z",
"updated_at": "2024-03-28T09:02:00.000Z",
"record_id": 22298,
"record_type": "ProductAccount"
}
],
"kyc_documents": [],
"cs_plan": null,
"product_account_detail": {
"id": 22212,
"merchant_id": null,
"dob": null,
"pep": null,
"aml_flag": false,
"created_at": "2024-03-28T09:01:59.000Z",
"updated_at": "2024-03-28T09:02:00.000Z",
"uuid": "11ee-ece1-d5b554de-ac5d-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22298,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"average_delivery_time": 180,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": null,
"pg_key": "BGXnDp",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": null,
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": []
},
{
"id": 22297,
"uuid": "11ee-ecde-61abd07a-bc9f-02975f21d323",
"identifier": 632342534,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22056,
"active": true,
"status": null,
"business_entity_id": 6,
"business_category_id": 37,
"business_sub_category_id": 313,
"business_name": "A2Z Enterprises",
"pancard_name": null,
"pancard_number": "ABQFA5416O",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1040,
"settlement_status": null,
"merchant_type": "child_aggregator",
"onboarding_status": "Profile Completion in progress",
"account_id": null,
"pan_verification_status": "Failed",
"admin_user_id": 16917,
"terms_and_condition_accepted_at": null,
"created_at": "2024-03-28T08:37:17.000Z",
"updated_at": "2024-03-28T08:40:34.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": "not_applicable",
"sf_payload_version": -1,
"stop_txns": 1,
"copy_mid_parent": null,
"mid": 632342534,
"name": "Merchant",
"email": "[email protected]",
"first_name": "",
"last_name": "Merchant",
"business_type": "LongTail",
"bank_update_attempt_count": 0,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643381",
"product": "PayUbiz",
"bank_update_attempt_left": 11,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": true,
"saved_kyc_address": null,
"kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"document_status": "Pending",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": false,
"onboarding_completed": false,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-07-11T14:53:01.106+05:30",
"business_pan_name_match": false,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Airlines",
"business_sub_category_name": "Airlines",
"device": "Desktop",
"display_name": "Merchant",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": null,
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643381",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "8389-6e1a-c79e8753-281c-b50e28fe5c51",
"business_category_uuid": "c5f7-23fa-2ba21406-85b0-2b1005ab2062",
"business_sub_category_uuid": "f0e2-f7a3-3fae0aaa-1ab6-342b38cae2c2",
"account_uuid": null,
"merchant_account_uuid": "11ee-ecde-620d3a90-bc9f-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ee-bb77-06f6a292-915f-02c123f54272",
"bank_detail": null,
"operating_address": null,
"registration_address": null,
"business_entity": {
"id": 6,
"name": "LLP"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-03-28T08:37:17.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-03-28T08:37:17.000Z"
},
{
"status_type": "Agreement",
"status_value": "Not Generated",
"updated_at": "2024-03-28T08:37:17.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-03-28T08:37:17.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6827,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": false
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ee-ecde-632504c6-bc9f-02975f21d323",
"created_at": "2024-03-28T08:37:18.000Z",
"updated_at": "2024-03-28T08:37:18.000Z",
"record_id": 22297,
"record_type": "ProductAccount"
}
],
"kyc_documents": [],
"cs_plan": null,
"product_account_detail": {
"id": 22211,
"merchant_id": null,
"dob": null,
"pep": null,
"aml_flag": false,
"created_at": "2024-03-28T08:37:17.000Z",
"updated_at": "2024-03-28T08:37:18.000Z",
"uuid": "11ee-ecde-62563d44-bc9f-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22297,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"average_delivery_time": 180,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": null,
"pg_key": "kbKngB",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": null,
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": []
},
{
"id": 22296,
"uuid": "11ee-ecdc-0158a312-bc9f-02975f21d323",
"identifier": 632342533,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22055,
"active": true,
"status": null,
"business_entity_id": 6,
"business_category_id": 37,
"business_sub_category_id": 313,
"business_name": "A2Z Enterprises",
"pancard_name": null,
"pancard_number": "ABQFA5416O",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1200,
"settlement_status": "Active",
"merchant_type": "child_aggregator",
"onboarding_status": "Profile Completion in progress",
"account_id": null,
"pan_verification_status": "Failed",
"admin_user_id": 16916,
"terms_and_condition_accepted_at": null,
"created_at": "2024-03-28T08:20:16.000Z",
"updated_at": "2024-03-28T08:23:19.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": "not_applicable",
"sf_payload_version": 13,
"stop_txns": 0,
"copy_mid_parent": null,
"mid": 632342533,
"name": "Merchant",
"email": "[email protected]",
"first_name": "",
"last_name": "Merchant",
"business_type": "LongTail",
"bank_update_attempt_count": 1,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643380",
"product": "PayUbiz",
"bank_update_attempt_left": 10,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": true,
"saved_kyc_address": null,
"kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"document_status": "Docs Approved",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": false,
"onboarding_completed": true,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-03-28T13:52:23.000+05:30",
"business_pan_name_match": false,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Airlines",
"business_sub_category_name": "Airlines",
"device": "Desktop",
"display_name": "Merchant",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": null,
"sub_source": "Others",
"source_details": null,
"ubo_exist": false,
"mobile": "8447643380",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "8389-6e1a-c79e8753-281c-b50e28fe5c51",
"business_category_uuid": "c5f7-23fa-2ba21406-85b0-2b1005ab2062",
"business_sub_category_uuid": "f0e2-f7a3-3fae0aaa-1ab6-342b38cae2c2",
"account_uuid": null,
"merchant_account_uuid": "11ee-ecdc-018f6154-bc9f-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ee-bb77-06b70380-b096-02c123f54272",
"bank_detail": {
"id": 6115,
"branch_name": "Maripeda",
"bank_account_number": "99098047000",
"ifsc_code": "APGV0005126",
"holder_name": "A2Z Enterprises",
"nodal_code": null,
"nodal_status": "Not Activated",
"active": true,
"status": 0,
"penny_deposit_status": "Success",
"penny_attempt_count": 0,
"penny_deposit_method": "IMPS",
"bank_verification_status": "Success",
"uuid": "11ee-ecdc-4d28f274-bc9f-02975f21d323",
"created_at": "2024-03-28T08:22:22.000Z",
"updated_at": "2024-03-28T08:22:22.000Z",
"bank_name": "Andhra Pradesh Grameena Vikas Bank",
"bank_type": "saving",
"addendum_status": null,
"holder_name_by_bank": null,
"flag": 8,
"bank_verification_proof": null,
"penny_attempt_left": 10,
"bank_error_comments": {
"error": null,
"remarks": null
},
"virtual_account": false
},
"operating_address": null,
"registration_address": null,
"business_entity": {
"id": 6,
"name": "LLP"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-03-28T08:20:16.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Docs Approved",
"updated_at": "2024-03-28T08:22:23.000Z"
},
{
"status_type": "Agreement",
"status_value": "Approved",
"updated_at": "2024-03-28T08:22:23.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-03-28T08:20:17.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6826,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": false
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ee-ecdc-0297584a-bc9f-02975f21d323",
"created_at": "2024-03-28T08:20:17.000Z",
"updated_at": "2024-03-28T08:20:17.000Z",
"record_id": 22296,
"record_type": "ProductAccount"
}
],
"kyc_documents": [],
"cs_plan": null,
"product_account_detail": {
"id": 22210,
"merchant_id": null,
"dob": null,
"pep": null,
"aml_flag": false,
"created_at": "2024-03-28T08:20:16.000Z",
"updated_at": "2024-03-28T08:20:17.000Z",
"uuid": "11ee-ecdc-01e5fb18-bc9f-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22296,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"average_delivery_time": 180,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": null,
"pg_key": "e1RF8Y",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": null,
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": []
},
{
"id": 22295,
"uuid": "11ee-ecdb-e7021a3e-bc9f-02975f21d323",
"identifier": 632342532,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22054,
"active": true,
"status": null,
"business_entity_id": 6,
"business_category_id": 37,
"business_sub_category_id": 313,
"business_name": "A2Z ENTERPRISES",
"pancard_name": "A2Z ENTERPRISES",
"pancard_number": "ABQFA5416M",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1040,
"settlement_status": null,
"merchant_type": "child_aggregator",
"onboarding_status": "Profile Completion in progress",
"account_id": null,
"pan_verification_status": "Success",
"admin_user_id": 17299,
"terms_and_condition_accepted_at": null,
"created_at": "2024-03-28T08:19:33.000Z",
"updated_at": "2024-03-28T08:19:35.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": "not_applicable",
"sf_payload_version": -1,
"stop_txns": 1,
"copy_mid_parent": null,
"mid": 632342532,
"name": "A2Z ENTERPRISES",
"email": "[email protected]",
"first_name": "A2Z",
"last_name": "ENTERPRISES",
"business_type": "LongTail",
"bank_update_attempt_count": 0,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643379",
"product": "PayUbiz",
"bank_update_attempt_left": 11,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": true,
"saved_kyc_address": null,
"kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"document_status": "Pending",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": false,
"onboarding_completed": false,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-07-11T14:53:01.350+05:30",
"business_pan_name_match": false,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Airlines",
"business_sub_category_name": "Airlines",
"device": "Desktop",
"display_name": "A2Z ENTERPRISES",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": null,
"sub_source": null,
"source_details": null,
"ubo_exist": false,
"mobile": "8447643379",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "8389-6e1a-c79e8753-281c-b50e28fe5c51",
"business_category_uuid": "c5f7-23fa-2ba21406-85b0-2b1005ab2062",
"business_sub_category_uuid": "f0e2-f7a3-3fae0aaa-1ab6-342b38cae2c2",
"account_uuid": null,
"merchant_account_uuid": "11ee-ecdb-e834e06c-bc9f-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ee-dc4c-976b3a0e-8cc6-02c123f54272",
"bank_detail": null,
"operating_address": null,
"registration_address": null,
"business_entity": {
"id": 6,
"name": "LLP"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-03-28T08:19:33.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-03-28T08:19:33.000Z"
},
{
"status_type": "Agreement",
"status_value": "Not Generated",
"updated_at": "2024-03-28T08:19:34.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-03-28T08:19:34.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6825,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": false
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ee-ecdb-e92dc1b4-bc9f-02975f21d323",
"created_at": "2024-03-28T08:19:34.000Z",
"updated_at": "2024-03-28T08:19:34.000Z",
"record_id": 22295,
"record_type": "ProductAccount"
}
],
"kyc_documents": [],
"cs_plan": null,
"product_account_detail": {
"id": 22209,
"merchant_id": null,
"dob": null,
"pep": null,
"aml_flag": false,
"created_at": "2024-03-28T08:19:33.000Z",
"updated_at": "2024-03-28T08:19:34.000Z",
"uuid": "11ee-ecdb-e8496a28-bc9f-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22295,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"average_delivery_time": 180,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": null,
"pg_key": "6kiMBV",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": null,
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": []
},
{
"id": 22294,
"uuid": "11ee-eccd-a76d20f2-93d3-02975f21d323",
"identifier": 632342531,
"product_id": 1,
"type": "PayUbizAccount",
"merchant_account_id": 22053,
"active": true,
"status": null,
"business_entity_id": 6,
"business_category_id": 37,
"business_sub_category_id": 313,
"business_name": "A2Z ENTERPRISES",
"pancard_name": "A2Z ENTERPRISES",
"pancard_number": "ABQFA5416M",
"gst_number": null,
"notification_email": "[email protected]",
"flag": 1200,
"settlement_status": "Thirdparty Hold",
"merchant_type": "child_aggregator",
"onboarding_status": "Settlement Enables",
"account_id": null,
"pan_verification_status": "Success",
"admin_user_id": 16933,
"terms_and_condition_accepted_at": null,
"created_at": "2024-03-28T06:37:32.000Z",
"updated_at": "2024-03-28T08:39:01.000Z",
"partner_uuid": null,
"business_origin": "SMB-ENT",
"shop_number": null,
"area_code": null,
"gst_verification_status": "Pending",
"cin_number": null,
"vkyc_exemption": "not_applicable",
"sf_payload_version": 19,
"stop_txns": 0,
"copy_mid_parent": null,
"mid": 632342531,
"name": "A2Z ENTERPRISES",
"email": "[email protected]",
"first_name": "A2Z",
"last_name": "ENTERPRISES",
"business_type": "LongTail",
"bank_update_attempt_count": 1,
"merchant_vertical": null,
"partner_source": null,
"android_url": null,
"ios_url": null,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"website_approval_status": null,
"website_url": null,
"website_remarks": null,
"registered_mobile": "8447643378",
"product": "PayUbiz",
"bank_update_attempt_left": 10,
"is_service_agreement_accepted": false,
"is_service_agreement_esigned": false,
"is_sbqr_addendum_accepted": true,
"acl_role_name": null,
"is_authorisation_letter_required": true,
"saved_kyc_address": null,
"kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"document_status": "Docs Approved",
"service_intent": "default",
"nb_eligible": false,
"lending_eligible": false,
"offer_engine_enabled": false,
"revamp_merchant": true,
"is_cs_eligible": false,
"onboarding_completed": true,
"re_kyc_required": false,
"dashboard_preference": "one_dashboard",
"migration_status": 0,
"is_service_agreement_present": false,
"next_bank_update_time": "2024-03-28T12:08:41.000+05:30",
"business_pan_name_match": false,
"mfa_enabled": false,
"team_mfa_enabled": false,
"business_category_name": "Airlines",
"business_sub_category_name": "Airlines",
"device": "Desktop",
"display_name": "A2Z ENTERPRISES",
"campaign_name": null,
"campaign_medium": null,
"campaign_source": null,
"campaign_term": null,
"source_url": null,
"source_type": null,
"sub_source": "Others",
"source_details": null,
"ubo_exist": false,
"mobile": "8447643378",
"new_settlement_embargo": false,
"lending_interest": false,
"mobile_disabled": false,
"re_kyc_document_status": "Pending",
"re_kyc_kyc_status": {
"status": "LOCKED",
"kyc_status": "LOCKED"
},
"dormancy_date": null,
"is_dormant": false,
"priority_settlement_eligible": false,
"is_working_hours": true,
"vkyc_status": null,
"vkyc": null,
"working_hours_start_end": "10:00 am - 07:00 pm",
"stop_onboarding": false,
"prob_tools": false,
"logo": null,
"offline_merchant": false,
"sf_agent_comments": {
"latest_comment": null,
"latest_sf_comment": null,
"agent_remarks": null,
"req_doc_category": 127
},
"allow_vkyc": true,
"unlock_steps_till_website": false,
"allow_sole_prop_tools_onboarding": false,
"business_entity_uuid": "8389-6e1a-c79e8753-281c-b50e28fe5c51",
"business_category_uuid": "c5f7-23fa-2ba21406-85b0-2b1005ab2062",
"business_sub_category_uuid": "f0e2-f7a3-3fae0aaa-1ab6-342b38cae2c2",
"account_uuid": null,
"merchant_account_uuid": "11ee-eccd-a7c3f468-93d3-02975f21d323",
"product_uuid": "a12c-f114-ce1bac7d-058c-0f95d535aca3",
"admin_user_uuid": "11ee-bb77-3b62aeea-b096-02c123f54272",
"bank_detail": {
"id": 6114,
"branch_name": "Maripeda",
"bank_account_number": "99098047000",
"ifsc_code": "APGV0005126",
"holder_name": "A2Z Enterprises",
"nodal_code": null,
"nodal_status": "Not Activated",
"active": true,
"status": 0,
"penny_deposit_status": "Success",
"penny_attempt_count": 0,
"penny_deposit_method": "IMPS",
"bank_verification_status": "Success",
"uuid": "11ee-eccd-d0593d84-8d1c-02975f21d323",
"created_at": "2024-03-28T06:38:40.000Z",
"updated_at": "2024-03-28T06:38:40.000Z",
"bank_name": "Andhra Pradesh Grameena Vikas Bank",
"bank_type": "saving",
"addendum_status": null,
"holder_name_by_bank": null,
"flag": 8,
"bank_verification_proof": null,
"penny_attempt_left": 10,
"bank_error_comments": {
"error": null,
"remarks": null
},
"virtual_account": false
},
"operating_address": null,
"registration_address": null,
"business_entity": {
"id": 6,
"name": "LLP"
},
"product_account_statuses": [
{
"status_type": "WEBSITE",
"status_value": null,
"updated_at": "2024-03-28T06:37:33.000Z"
},
{
"status_type": "KYC_DOCUMENTS",
"status_value": "Docs Approved",
"updated_at": "2024-03-28T06:38:41.000Z"
},
{
"status_type": "Agreement",
"status_value": "Approved",
"updated_at": "2024-03-28T06:38:41.000Z"
},
{
"status_type": "RE_KYC_DOCUMENTS",
"status_value": "Pending",
"updated_at": "2024-03-28T06:37:33.000Z"
}
],
"website_detail": null,
"attached_configs": [
{
"id": 6824,
"name": "skip_onboarding_steps",
"config": {
"onboarding_steps": {
"documentation": {
"agreement_required": false,
"kyc_docs_upload_required": true
},
"pan_details_required": true,
"bank_details_required": true,
"website_details_required": false,
"business_details_required": true,
"aadhar_ckyc_address_required": false,
"business_members_details_required": false,
"signing_authority_details_required": false
}
},
"configuration_id": null,
"active": true,
"configurable_type": null,
"configurable_id": null,
"uuid": "11ee-eccd-a8c9e822-93d3-02975f21d323",
"created_at": "2024-03-28T06:37:33.000Z",
"updated_at": "2024-03-28T06:37:33.000Z",
"record_id": 22294,
"record_type": "ProductAccount"
}
],
"kyc_documents": [],
"cs_plan": null,
"product_account_detail": {
"id": 22208,
"merchant_id": null,
"dob": null,
"pep": null,
"aml_flag": false,
"created_at": "2024-03-28T06:37:32.000Z",
"updated_at": "2024-03-28T06:37:33.000Z",
"uuid": "11ee-eccd-a7d5d804-93d3-02975f21d323",
"gst_addendum_status": null,
"sign_up_ip": null,
"max_same_day_settlement_amt": null,
"emi_approval_status": null,
"mcp_approval_status": null,
"product_account_id": 22294,
"integration_type": "Tools",
"integration_status": "Not Integrated",
"monthly_expected_volume": 220955,
"gmv_amount": null,
"average_delivery_time": 180,
"next_rekyc_date": null,
"industry_type": null,
"annual_turnover": null,
"lead_id": null,
"city_of_incorporation": null,
"country_of_incorporation": null,
"purpose_of_payouts": null,
"team_mfa_enabled": false,
"team": null,
"pg_key": "gwnuat",
"flag": 0,
"priority_settlement_plan": null,
"mcp_ticket_id": null,
"uat_merchant_detail": null,
"ie_code": null,
"purpose_code": null,
"dormancy_date": null,
"business_details_rekyced": null,
"pep_onboarding_status": null,
"copy_mid": null,
"uat_mid": null,
"lob_status_prerisk": null,
"screenza_response": null,
"clw_ticket_id": null,
"copy_mid_type": null,
"npo": false
},
"custom_parameters": [],
"ultimate_beneficiaries": [],
"business_members": [],
"consents": [],
"signatory_contact_details": []
}
]
},
"total_childs": 1131
}
Failure Scenarios
Get Child merchants when token is invalid or expired
{
"status": "Unauthorized"
}