Skip to main content

Documentation

Create Application - Non-Sole Prop. Card Present

Create an application for a non-sole proprietorship that requires a physical card for their transactions. This is usually a merchant that has a bricks and mortar business.

Each section includes unique required and optional fields. A field includes the issues object in cases where its value of is missing or is invalid. The issues object includes the fieldname and the details for providing the correct value. For example, if an invalid value is provided for the business_name field, then details are "Enter a value of up to 80 alphanumeric characters and spaces."

If a required field value is entered correctly then the field displays its current value and it has no issues object.

    • instructions

    • Includes the instructions on how to fill out the application. Certain industry types enable filling out the application via the APIs and a link to hosted page. However, there are industry types that do not enable filling out the application via API methods and require filling it out via a hosted page link. In such scenarios the application is not returned and the following instructions are displayed: "The industry type for this application must filled out online. "

    • link

    • Link to a hosted page where the application can be filled out online.

  • v1/partner/onboarding/application/non_sole_prop_card_present

  • Create Application - Non-Sole Prop. Card Present

  • curl -X POST
    {base_uri}/partner/onboarding/application/non_sole_prop_card_present
    -H 'access_key: your-access-key-here'
    -H 'Content-Type: application/json'
    -H 'idempotency: your-idempotency-parameter-here'
    -H 'salt: your-random-string-here'
    -H 'signature: your-calculated-signature-here'
    -H 'timestamp: your-unix-timestamp-here'
    -H 'merchant_account_id: your-merchant-account-here'
    -d '
    {
        "ewallet_token": "ewallet_9492914209c3c2825cb02f23a82e0d7a",
        "merchant_phone_number": {
            "country_code": "GB",
            "phone_number": "35445200"
        },
        "entity_type": "Government_Entity",
        "business_industry": "4814",
        "sections": {
            "business": {
                "trade_name": {
                    "trade_name": "Online Solutions"
                },
                "product_description": {
                    "business_desc": "Provide solutions"
                },
                "url": {
                    "business_url": ""
                },
                "transaction_information": {
                    "avg_tpv_usd": 100,
                    "expectedMaximumTransactionAmount": 200,
                    "averageTimeBetweenPurchaseAndDeliveryInDays": 3000,
                    "annual_revenue": 4000000
                },
                "statement_descriptor": {
                    "statement_descriptor": "online"
                },
                "proof_of_address": {
                    "physical_address": "12th street",
                    "address_additional_details": "",
                    "postal_code": "75020",
                    "city": "NewTown",
                    "country": "FR",
                    "state": ""
                }
            },
            "company": {
                "business_name": {
                    "business_name": "Online Solutions"
                },
                "phone": {
                    "phone_country_code": "FR",
                    "phone_number": "0109758351"
                },
                "company_number": {
                    "registration_number": "12345678900012"
                },
                "address": {
                    "address": "december street",
                    "postal_code": "75020",
                    "city": "NewTown",
                    "country": "FR",
                    "state": ""
                },
                "vat_id": {
                    "tax_id": "FR12 345678901"
                }
            },
            "AU": {
                "name": {
                    "first_name": "Joe",
                    "last_name": "Smith"
                },
                "dob": {
                    "dob": "12/12/1991"
                },
                "address": {
                    "address": "marady P O",
                    "postal_code": "75020",
                    "city": "NewTown",
                    "country": "FR",
                    "state": "",
                    "address_additional_details": "",
                    "us_state": null
                },
                "title": {
                    "user_title": "Vice President"
                },
                "email": {
                    "email": "TEST1234_09@sample123456.com"
                },
                "nationality": {
                    "nationality": "IS"
                },
                "phone": {
                    "phone_country_code": "FR",
                    "phone_number": "0109758351"
                },
                "identification": {
                    "id_type": "national ID",
                    "id": "X4RTBPFW4",
                    "id_img": null,
                    "government_id_img": null
                }
            },
            "shareholder": {
                "name": {
                    "first_name": "Joe",
                    "last_name": "Smith"
                },
                "ownership": {
                    "ownership_percentage": 34
                },
                "dob": {
                    "dob": "12/12/1990"
                },
                "phone": {
                    "phone_country_code": "FR",
                    "phone_number": "0109758351"
                },
                "email": {
                    "email": "test@trading123457.com"
                },
                "nationality": {
                    "nationality": "IS"
                },
                "address": {
                    "address": "street 1",
                    "postal_code": "75020",
                    "city": "AnyTown",
                    "country": "FR",
                    "state": "state",
                    "address_additional_details": null,
                    "us_state": null
                }
            },
            "shareholder_1": {
                "name": {
                    "first_name": "Joeyaol",
                    "last_name": "Smith"
                },
                "ownership": {
                    "ownership_percentage": 50
                },
                "dob": {
                    "dob": "12/12/1996"
                },
                "phone": {
                    "phone_country_code": "FR",
                    "phone_number": "0109758351"
                },
                "email": {
                    "email": "testnew@gmail1234567.com"
                },
                "nationality": {
                    "nationality": "IS",
                    "additional_citizenships": [
                        "US",
                        "FR"
                    ]
                },
                "address": {
                    "address": "address new",
                    "postal_code": "75020",
                    "city": "AnyTown",
                    "country": "FR",
                    "state": "",
                    "address_additional_details": "",
                    "us_state": null
                },
                "ownership_proof": {
                    "ownership_ref_type": ""
                }
            },
            "shareholder_2": {
                "name": {
                    "first_name": "Joemarrow",
                    "last_name": "Smith"
                },
                "ownership": {
                    "ownership_percentage": 60
                },
                "dob": {
                    "dob": "12/12/1996"
                },
                "phone": {
                    "phone_country_code": "FR",
                    "phone_number": "0109758351"
                },
                "email": {
                    "email": "testnewnew@gmail1234567.com"
                },
                "nationality": {
                    "nationality": "IS"
                },
                "address": {
                    "address": "address new",
                    "postal_code": "75020",
                    "city": "AnyTown",
                    "country": "FR",
                    "state": "NewTown",
                    "address_additional_details": "address more",
                    "us_state": null
                },
                "ownership_proof": {
                    "ownership_ref_type": ""
                }
            },
            "shareholder_3": {
                "type": {
                    "shareholder_type": "Individual"
                },
                "name": {
                    "first_name": "Joekoeri",
                    "last_name": "Smith"
                },
                "ownership": {
                    "ownership_percentage": 25
                },
                "dob": {
                    "dob": "12/12/1996"
                },
                "phone": {
                    "phone_country_code": "FR",
                    "phone_number": "0109758351"
                },
                "email": {
                    "email": "testnewnewnew@gmail1234567.com"
                },
                "nationality": {
                    "nationality": "IS"
                },
                "address": {
                    "address": "address new",
                    "postal_code": "75020",
                    "city": "NewTown",
                    "country": "FR",
                    "state": "",
                    "address_additional_details": "address more",
                    "us_state": null
                },
                "ownership_proof": {
                    "ownership_ref_type": ""
                }
            }
        }
    }
    '
  • {
        "status": {
            "error_code": "",
            "status": "SUCCESS",
            "message": "Success",
            "response_code": "",
            "operation_id": "6546cc97-a54a-4a56-96ab-0df98faf0886"
        },
        "data": {
            "token": "app_7aee89c02c8a4df298119f3ba0088d3f",
            "version": 2,
            "status": "NEW",
            "ewallet_token": "ewallet_9492914209c3c2825cb02f23a82e0d7a",
            "metadata": {},
            "entity_type": "Government_Entity",
            "country": "FR",
            "created_at": 1750939176074,
            "updated_at": 1750939177280,
            "sell_type": "Physical Business (Brick and Mortar)",
            "business_industry": 4814,
            "sections": {
                "business": {
                    "trade_name": {
                        "trade_name": "Online Solutions"
                    },
                    "product_description": {
                        "business_desc": "Provide solutions"
                    },
                    "url": {
                        "business_url": ""
                    },
                    "transaction_information": {
                         "avg_tpv_usd": 100,
    	                 "expectedMaximumTransactionAmount": 200,
         		         "averageTimeBetweenPurchaseAndDeliveryInDays": 3000,
                	     "annual_revenue": 4000000
                    },
                    "statement_descriptor": {
                        "statement_descriptor": "online"
                    },
                    "proof_of_address_document": {
                        "issues": [
                            {
                                "field": "address_ref",
                                "details": "This file is required."
                            }
                        ]
                    },
                    "proof_of_address": {
                        "physical_address": "12th street",
                        "address_additional_details": null,
                        "postal_code": "75020",
                        "city": "NewTown",
                        "state": null,
                        "country": "FR"
                    }
                },
                "company": {
                    "business_name": {
                        "business_name": "Online Solutions"
                    },
                    "phone": {
                        "phone_country_code": "FR",
                        "phone_number": "0109758351"
                    },
                    "company_number": {
                        "registration_number": "12345678900012"
                    },
                    "address": {
                        "address": "december street",
                        "address_additional_details": null,
                        "postal_code": "75020",
                        "city": "NewTown",
                        "state": null,
                        "us_state": null,
                        "country": "FR"
                    },
                    "company_documents": {
                        "company_documents": []
                    },
                    "vat_id": {
                        "tax_id": "FR12 345678901"
                    }
                },
                "AU": {
                    "name": {
                        "first_name": "Joe",
                        "last_name": "Smith"
                    },
                    "dob": {
                        "dob": "12/12/1991"
                    },
                    "address": {
                        "address": "marady P O",
                        "address_additional_details": null,
                        "postal_code": "75020",
                        "city": "NewTown",
                        "state": null,
                        "country": "FR"
                    },
                    "title": {
                        "user_title": "Vice President"
                    },
                    "email": {
                        "email": "TEST1234@gmail1234567.com"
                    },
                    "nationality": {
                        "nationality": "IS",
                        "additional_citizenships": null
                    },
                    "phone": {
                        "phone_country_code": "FR",
                        "phone_number": "0109758351"
                    },
                    "identification": {
                        "id_type": "National ID",
                        "id": "X4RTBPFW4",
                        "government_id_img": [],
                        "issues": [
                            {
                                "field": "id_img",
                                "details": "This file is required."
                            }
                        ]
                    },
                    "proof_of_address_document": {
                        "issues": [
                            {
                                "field": "address_ref",
                                "details": "This file is required."
                            }
                        ]
                    }
                },
                "shareholders_control": {
                    "has_owner": {
                        "shareholder_exists": "Yes"
                    }
                },
                "shareholder_3": {
                    "type": {
                        "shareholder_type": "Individual"
                    },
                    "name": {
                        "first_name": "Joekoeri",
                        "last_name": "Smith"
                    },
                    "ownership": {
                        "ownership_percentage": "60"
                    },
                    "dob": {
                        "dob": "12/12/1996"
                    },
                    "phone": {
                        "phone_country_code": "FR",
                        "phone_number": "0109758351"
                    },
                    "email": {
                        "email": "testnewnewnew@gmail1234567.com"
                    },
                    "nationality": {
                        "nationality": "IS",
                        "additional_citizenships": null
                    },
                    "address": {
                        "address": "address new",
                        "address_additional_details": "address more",
                        "postal_code": "75020",
                        "city": "NewTown",
                        "state": null,
                        "country": "FR"
                    },
                    "ownership_proof": {
                        "issues": [
                            {
                                "field": "ownership_ref_type",
                                "details": "This file is required."
                            }
                        ]
                    }
                },
                "shareholder_2": {
                    "type": {
                        "shareholder_type": "Individual"
                    },
                    "name": {
                        "first_name": "Joemarrow",
                        "last_name": "Smith"
                    },
                    "ownership": {
                        "ownership_percentage": "60"
                    },
                    "dob": {
                        "dob": "12/12/1996"
                    },
                    "phone": {
                        "phone_country_code": "FR",
                        "phone_number": "0109758351"
                    },
                    "email": {
                        "email": "testnewnew@gmail1234567.com"
                    },
                    "nationality": {
                        "nationality": "IS",
                        "additional_citizenships": null
                    },
                    "address": {
                        "address": "address new",
                        "address_additional_details": "address more",
                        "postal_code": "75020",
                        "city": "AnyTown",
                        "state": "NewTown",
                        "country": "FR"
                    },
                    "ownership_proof": {
                        "issues": [
                            {
                                "field": "ownership_ref_type",
                                "details": "This file is required."
                            }
                        ]
                    }
                },
                "shareholder_1": {
                    "type": {
                        "shareholder_type": "Individual"
                    },
                    "name": {
                        "first_name": "Joeyaol",
                        "last_name": "Smith"
                    },
                    "ownership": {
                        "ownership_percentage": "50"
                    },
                    "dob": {
                        "dob": "12/12/1996"
                    },
                    "phone": {
                        "phone_country_code": "FR",
                        "phone_number": "0109758351"
                    },
                    "email": {
                        "email": "testnew@gmail1234567.com"
                    },
                    "nationality": {
                        "nationality": "IS",
                        "additional_citizenships": [
                            "US",
                            "FR"
                        ]
                    },
                    "address": {
                        "address": "address new",
                        "address_additional_details": null,
                        "postal_code": "75020",
                        "city": "AnyTown",
                        "state": null,
                        "country": "FR"
                    },
                    "ownership_proof": {
                        "issues": [
                            {
                                "field": "ownership_ref_type",
                                "details": "This file is required."
                            }
                        ]
                    }
                },
                "shareholder": {
                    "type": {
                        "shareholder_type": "Individual"
                    },
                    "name": {
                        "first_name": "Joe",
                        "last_name": "Smith"
                    },
                    "ownership": {
                        "ownership_percentage": "34"
                    },
                    "dob": {
                        "dob": "12/12/1990"
                    },
                    "phone": {
                        "phone_country_code": "FR",
                        "phone_number": "0109758351"
                    },
                    "email": {
                        "email": "test@trading123457.com"
                    },
                    "nationality": {
                        "nationality": "IS",
                        "additional_citizenships": null
                    },
                    "address": {
                        "address": "street 1",
                        "address_additional_details": null,
                        "postal_code": "75020",
                        "city": "AnyTown",
                        "state": "state",
                        "country": "FR"
                    },
                    "ownership_proof": {
                        "issues": [
                            {
                                "field": "ownership_ref_type",
                                "details": "This file is required."
                            }
                        ]
                    }
                }
            },
            "link": "https://qaverify.rapyd.net/verify?token=happ_852ee5fff9ec447499fe91255f077680",
            "merchant_phone_number": {
                "country_code": "GB",
                "phone_number": "35445200"
            },
            "instructions": "An application for this industry type can be filled out via the related API methods or via the hosted page 'link' that appears at the end of this response."
        }
    }         
           
  • Create Application with no sections in payload - Non-Sole Prop. Card Present

  • curl -X POST
    {base_uri}/partner/onboarding/application/non_sole_prop_card_present
    -H 'access_key: your-access-key-here'
    -H 'Content-Type: application/json'
    -H 'idempotency: your-idempotency-parameter-here'
    -H 'salt: your-random-string-here'
    -H 'signature: your-calculated-signature-here'
    -H 'timestamp: your-unix-timestamp-here'
    -H 'merchant_account_id: your-merchant-account-here'
    -d '
    {
        "ewallet_token": "ewallet_2c94fe9de84f0afe6c028f4f633f8a66",
        "business_industry": "4814",
        "merchant_phone_number": {
                    "phone_country_code": "DK",
                    "phone_number": "312345678"
                    },
    }
    '
  • {
        "status": {
            "error_code": "",
            "status": "SUCCESS",
            "message": "Success",
            "response_code": "",
            "operation_id": "6546cc97-a54a-4a56-96ab-0df98faf0886"
        },
        "data": {
            "token": "app_7aee89c02c8a4df298119f3ba0088d3f",
            "version": 2,
            "status": "NEW",
            "ewallet_token": "ewallet_9492914209c3c2825cb02f23a82e0d7a",
            "metadata": {},
            "entity_type": "Government_Entity",
            "country": "FR",
            "created_at": 1750939176074,
            "updated_at": 1750939177280,
            "sell_type": "Physical Business (Brick and Mortar)",
            "business_industry": 4814,
            "sections": {
                "business": {
                    "trade_name": {
                        "trade_name": "Online Solutions"
                    },
                    "product_description": {
                        "business_desc": "Provide solutions"
                    },
                    "url": {
                        "business_url": ""
                    },
                    "transaction_information": {
                        "avg_tpv_usd": "1",
                        "expectedMaximumTransactionAmount": "2",
                        "averageTimeBetweenPurchaseAndDeliveryInDays": "3",
                        "annual_revenue": "4"
                    },
                    "statement_descriptor": {
                        "statement_descriptor": "online"
                    },
                    "proof_of_address_document": {
                        "issues": [
                            {
                                "field": "address_ref",
                                "details": "This file is required."
                            }
                        ]
                    },
                    "proof_of_address": {
                        "physical_address": "12th street",
                        "address_additional_details": null,
                        "postal_code": "75020",
                        "city": "NewTown",
                        "state": null,
                        "country": "FR"
                    }
                },
                "company": {
                    "business_name": {
                        "business_name": "Online Solutions"
                    },
                    "phone": {
                        "phone_country_code": "FR",
                        "phone_number": "0109758351"
                    },
                    "company_number": {
                        "registration_number": "12345678900012"
                    },
                    "address": {
                        "address": "december street",
                        "address_additional_details": null,
                        "postal_code": "75020",
                        "city": "NewTown",
                        "state": null,
                        "us_state": null,
                        "country": "FR"
                    },
                    "company_documents": {
                        "company_documents": []
                    },
                    "vat_id": {
                        "tax_id": "FR12 345678901"
                    }
                },
                "AU": {
                    "name": {
                        "first_name": "Joe",
                        "last_name": "Smith"
                    },
                    "dob": {
                        "dob": "12/12/1991"
                    },
                    "address": {
                        "address": "marady P O",
                        "address_additional_details": null,
                        "postal_code": "75020",
                        "city": "NewTown",
                        "state": null,
                        "country": "FR"
                    },
                    "title": {
                        "user_title": "Vice President"
                    },
                    "email": {
                        "email": "TEST1234@gmail1234567.com"
                    },
                    "nationality": {
                        "nationality": "IS",
                        "additional_citizenships": null
                    },
                    "phone": {
                        "phone_country_code": "FR",
                        "phone_number": "0109758351"
                    },
                    "identification": {
                        "id_type": "National ID",
                        "id": "X4RTBPFW4",
                        "government_id_img": [],
                        "issues": [
                            {
                                "field": "id_img",
                                "details": "This file is required."
                            }
                        ]
                    },
                    "proof_of_address_document": {
                        "issues": [
                            {
                                "field": "address_ref",
                                "details": "This file is required."
                            }
                        ]
                    }
                },
                "shareholders_control": {
                    "has_owner": {
                        "shareholder_exists": "Yes"
                    }
                },
                "shareholder_3": {
                    "type": {
                        "shareholder_type": "Individual"
                    },
                    "name": {
                        "first_name": "Joekoeri",
                        "last_name": "Smith"
                    },
                    "ownership": {
                        "ownership_percentage": "60"
                    },
                    "dob": {
                        "dob": "12/12/1996"
                    },
                    "phone": {
                        "phone_country_code": "FR",
                        "phone_number": "0109758351"
                    },
                    "email": {
                        "email": "testnewnewnew@gmail1234567.com"
                    },
                    "nationality": {
                        "nationality": "IS",
                        "additional_citizenships": null
                    },
                    "address": {
                        "address": "address new",
                        "address_additional_details": "address more",
                        "postal_code": "75020",
                        "city": "NewTown",
                        "state": null,
                        "country": "FR"
                    },
                    "ownership_proof": {
                        "issues": [
                            {
                                "field": "ownership_ref_type",
                                "details": "This file is required."
                            }
                        ]
                    }
                },
                "shareholder_2": {
                    "type": {
                        "shareholder_type": "Individual"
                    },
                    "name": {
                        "first_name": "Joemarrow",
                        "last_name": "Smith"
                    },
                    "ownership": {
                        "ownership_percentage": "60"
                    },
                    "dob": {
                        "dob": "12/12/1996"
                    },
                    "phone": {
                        "phone_country_code": "FR",
                        "phone_number": "0109758351"
                    },
                    "email": {
                        "email": "testnewnew@gmail1234567.com"
                    },
                    "nationality": {
                        "nationality": "IS",
                        "additional_citizenships": null
                    },
                    "address": {
                        "address": "address new",
                        "address_additional_details": "address more",
                        "postal_code": "75020",
                        "city": "AnyTown",
                        "state": "NewTown",
                        "country": "FR"
                    },
                    "ownership_proof": {
                        "issues": [
                            {
                                "field": "ownership_ref_type",
                                "details": "This file is required."
                            }
                        ]
                    }
                },
                "shareholder_1": {
                    "type": {
                        "shareholder_type": "Individual"
                    },
                    "name": {
                        "first_name": "Joeyaol",
                        "last_name": "Smith"
                    },
                    "ownership": {
                        "ownership_percentage": "50"
                    },
                    "dob": {
                        "dob": "12/12/1996"
                    },
                    "phone": {
                        "phone_country_code": "FR",
                        "phone_number": "0109758351"
                    },
                    "email": {
                        "email": "testnew@gmail1234567.com"
                    },
                    "nationality": {
                        "nationality": "IS",
                        "additional_citizenships": [
                            "US",
                            "FR"
                        ]
                    },
                    "address": {
                        "address": "address new",
                        "address_additional_details": null,
                        "postal_code": "75020",
                        "city": "AnyTown",
                        "state": null,
                        "country": "FR"
                    },
                    "ownership_proof": {
                        "issues": [
                            {
                                "field": "ownership_ref_type",
                                "details": "This file is required."
                            }
                        ]
                    }
                },
                "shareholder": {
                    "type": {
                        "shareholder_type": "Individual"
                    },
                    "name": {
                        "first_name": "Joe",
                        "last_name": "Smith"
                    },
                    "ownership": {
                        "ownership_percentage": "34"
                    },
                    "dob": {
                        "dob": "12/12/1990"
                    },
                    "phone": {
                        "phone_country_code": "FR",
                        "phone_number": "0109758351"
                    },
                    "email": {
                        "email": "test@t.com"
                    },
                    "nationality": {
                        "nationality": "IS",
                        "additional_citizenships": null
                    },
                    "address": {
                        "address": "street 1",
                        "address_additional_details": null,
                        "postal_code": "75020",
                        "city": "AnyTown",
                        "state": "state",
                        "country": "FR"
                    },
                    "ownership_proof": {
                        "issues": [
                            {
                                "field": "ownership_ref_type",
                                "details": "This file is required."
                            }
                        ]
                    }
                }
            },
            "link": "https://qaverify.rapyd.net/verify?token=happ_852ee5fff9ec447499fe91255f077680",
            "merchant_phone_number": {
                "country_code": "GB",
                "phone_number": "35445200"
            },
            "instructions": "An application for this industry type can be filled out via the related API methods or via the hosted page 'link' that appears at the end of this response."
        }
    }
             
             
  • Create Application - Non-Sole Prop. Card Present (Online Only)

  • curl -X POST
    {base_uri}/partner/onboarding/application/non_sole_prop_card_present
    -H 'access_key: your-access-key-here'
    -H 'Content-Type: application/json'
    -H 'idempotency: your-idempotency-parameter-here'
    -H 'salt: your-random-string-here'
    -H 'signature: your-calculated-signature-here'
    -H 'timestamp: your-unix-timestamp-here'
    -H 'merchant_account_id: your-merchant-account-here'
    -d
     '
    {
        "ewallet_token": "ewallet_c1ec891b08d492afb05d338d8a653fae",
        "merchant_phone_number": {
            "country_code": "GB",
            "phone_number": "35445200"
        },
        "entity_type": "Public_Listed_Company",
        "business_industry": "4829",
        "sections": {
            "business": {
                "trade_name": {
                    "trade_name": "Online Solutions"
                },
                "product_description": {
                    "business_desc": "Provide solutions"
                },
                "url": {
                    "business_url": ""
                },
                "transaction_information": {
                    "avg_tpv_usd": 1,
                    "expectedMaximumTransactionAmount": 200,
                    "averageTimeBetweenPurchaseAndDeliveryInDays": 3,
                    "annual_revenue": 4000000
                },
                "statement_descriptor": {
                    "statement_descriptor": "online"
                },
                "proof_of_address": {
                    "physical_address": "12th street",
                    "address_additional_details": "",
                    "postal_code": "75020",
                    "city": "NewTown",
                    "country": "FR",
                    "state": ""
                }
            },
            "company": {
                "business_name": {
                    "business_name": "Online Solutions"
                },
                "phone": {
                    "phone_country_code": "FR",
                    "phone_number": "0109758351"
                },
                "company_number": {
                    "registration_number": "12345678900012"
                },
                "address": {
                    "address": "december street",
                    "postal_code": "75020",
                    "city": "NewTown",
                    "country": "FR",
                    "state": ""
                },
                "vat_id": {
                    "tax_id": "FR12 345678901"
                }
            },
            "AU": {
                "name": {
                    "first_name": "Joe",
                    "last_name": "Smith"
                },
                "dob": {
                    "dob": "12/12/1991"
                },
                "address": {
                    "address": "123rd Street,
                    "postal_code": "75020",
                    "city": "NewTown",
                    "country": "FR",
                    "state": "",
                    "address_additional_details": "",
                    "us_state": null
                },
                "title": {
                    "user_title": "Vice President"
                },
                "email": {
                    "email": "TEST1234_09@sample123456.com"
                },
                "nationality": {
                    "nationality": "IS"
                },
                "phone": {
                    "phone_country_code": "FR",
                    "phone_number": "0109758351"
                },
                "identification": {
                    "id_type": "national ID",
                    "id": "X4RTBPFW4",
                    "id_img": null,
                    "government_id_img": null
                }
            },
            "shareholder": {
                "name": {
                    "first_name": "Joe",
                    "last_name": "Smith"
                },
                "ownership": {
                    "ownership_percentage": 25
                },
                "dob": {
                    "dob": "12/12/1990"
                },
                "phone": {
                    "phone_country_code": "FR",
                    "phone_number": "0109758351"
                },
                "email": {
                    "email": "test@t.com"
                },
                "nationality": {
                    "nationality": "IS"
                },
                "address": {
                    "address": "street 1",
                    "postal_code": "75020",
                    "city": "AnyTown",
                    "country": "FR",
                    "state": "state",
                    "address_additional_details": null,
                    "us_state": null
                }
            },
            "shareholder_1": {
                "name": {
                    "first_name": "Joeyaol",
                    "last_name": "Smith"
                },
                "ownership": {
                    "ownership_percentage": 25
                },
                "dob": {
                    "dob": "12/12/1996"
                },
                "phone": {
                    "phone_country_code": "FR",
                    "phone_number": "0109758351"
                },
                "email": {
                    "email": "testnew12344567y@gmail1234567.com"
                },
                "nationality": {
                    "nationality": "IS",
                    "additional_citizenships": [
                        "US",
                        "FR"
                    ]
                },
                "address": {
                    "address": "12th street",
                    "postal_code": "75020",
                    "city": "Anytown",
                    "country": "FR",
                    "state": "",
                    "address_additional_details": "",
                    "us_state": null
                },
                "ownership_proof": {
                    "ownership_ref_type": ""
                }
            },
            "shareholder_2": {
                "name": {
                    "first_name": "Joe",
                    "last_name": "Smith"
                },
                "ownership": {
                    "ownership_percentage": 25
                },
                "dob": {
                    "dob": "12/12/1996"
                },
                "phone": {
                    "phone_country_code": "FR",
                    "phone_number": "0109758351"
                },
                "email": {
                    "email": "testnewnew@gmail1234567.com"
                },
                "nationality": {
                    "nationality": "IS"
                },
                "address": {
                    "address": "address new",
                    "postal_code": "75020",
                    "city": "AnyTown",
                    "country": "FR",
                    "state": "NewTown",
                    "address_additional_details": "address more",
                    "us_state": null
                },
                "ownership_proof": {
                    "ownership_ref_type": ""
                }
            },
            "shareholder_3": {
                "type": {
                    "shareholder_type": "Individual"
                },
                "name": {
                    "first_name": "John",
                    "last_name": "Smith"
                },
                "ownership": {
                    "ownership_percentage": 25
                },
                "dob": {
                    "dob": "12/12/1996"
                },
                "phone": {
                    "phone_country_code": "FR",
                    "phone_number": "0109758351"
                },
                "email": {
                    "email": "testnewnewnew@gmail1234567.com"
                },
                "nationality": {
                    "nationality": "IS"
                },
                "address": {
                    "address": "address new",
                    "postal_code": "75020",
                    "city": "NewTown",
                    "country": "FR",
                    "state": "",
                    "address_additional_details": "address more",
                    "us_state": null
                },
                "ownership_proof": {
                    "ownership_ref_type": ""
                }
            }
        }
    }
    '
  •    {
        "status": {
            "error_code": "",
            "status": "SUCCESS",
            "message": "Success",
            "response_code": "",
            "operation_id": "cdd4d5ad-07b0-4a67-91a4-1e102a7d9994"
        },
        "data": {
            "token": "app_9b08990503b94fa4a57693235a8668c1",
            "version": 1,
            "status": "NEW",
            "ewallet_token": "ewallet_c1ec891b08d492afb05d338d8a653fae",
            "metadata": null,
            "entity_type": null,
            "country": null,
            "created_at": null,
            "updated_at": null,
            "sell_type": null,
            "business_industry": null,
            "sections": null,
            "merchant_phone_number": null,
            "instructions": "The values of the 'sections' object fields were not updated. The application for this industry type must be filled out online via the hosted page 'link' that appears at the end of this response.",
            "link": "https://qaverify.rapyd.net/verify?token=happ_f2e76b96ca4b45948eab6e4400e220ff"
        }
    }