Create Application - Non-Sole Prop. Card Not Present
Create an application for a non-sole proprietorship that does not require a physical card for their transactions. This is usually a merchant that has an online 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 field
name 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_not_present
Create Application - Non-Sole Prop. Card Not Present with Sections
curl -X POST api.rapyd.net/v1/partner/onboarding/application/non_sole_prop_card_not_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_e18491209f7c5bf22256a992b98beddc", "merchant_phone_number": { "country_code": "GB", "phone_number": "35445200" }, "entity_type": "Private_Limited_Company", "business_industry": "9399", "sections": { "business": { "trade_name": { "trade_name": "Government services" }, "product_description": { "business_desc": "Government services" }, "url": { "business_url": "https://www.gvnmtservices1234.com" }, "transaction_information": { "avg_tpv_usd": 1, "expectedMaximumTransactionAmount": 2, "averageTimeBetweenPurchaseAndDeliveryInDays": 3, "annual_revenue": 45678929 }, "statement_descriptor": { "statement_descriptor": "offline" } }, "company": { "business_name": { "business_name": "Government services" }, "phone": { "phone_country_code": "GB", "phone_number": "2071234567" }, "company_number": { "registration_number": "OC123456" }, "address": { "address": "address input", "postal_code": "SW1A 0AA", "city": "city input", "country": "GB", "state": "", "address_additional_details": "" }, "vat_id": { "tax_id": "GB123456789" } }, "AU": { "name": { "first_name": "Joe", "last_name": "Smith" }, "dob": { "dob": "12/12/2000" }, "address": { "address": "address", "postal_code": "SW1A 0AA", "city": "city", "country": "GB", "state": "state", "address_additional_details": "additional fields" }, "title": { "user_title": "chair of board" }, "email": { "email": "TEST@gmail12345678.com" }, "nationality": { "nationality": "IS" }, "phone": { "phone_country_code": "GB", "phone_number": "2071234567" }, "identification": { "id_type": "passport", "id": "12345", "id_img": null, "government_id_img": null }, "proof_of_address_document": { "address_ref": "" } }, "shareholder": { "name": { "first_name": "Joe", "last_name": "Smith" }, "ownership": { "ownership_percentage": 25 }, "dob": { "dob": "12/12/1990" }, "phone": { "phone_country_code": "GB", "phone_number": "2071234567" }, "email": { "email": "test@trading12345.com" }, "nationality": { "nationality": "IS" }, "address": { "address": "address", "postal_code": "SW1A 0AA", "city": "AntTown", "country": "GB", "state": "state", "address_additional_details": null }, "ownership_proof": { "ownership_ref_type": "" } }, "shareholder_1": { "name": { "first_name": "Joe", "last_name": "Smith" }, "ownership": { "ownership_percentage": 25 }, "dob": { "dob": "12/12/1990" }, "phone": { "phone_country_code": "GB", "phone_number": "2071234567" }, "email": { "email": "test@trading123.com" }, "nationality": { "nationality": "IS" }, "address": { "address": "address", "postal_code": "SW1A 0AA", "city": "AnyTown", "country": "GB", "state": "state", "address_additional_details": null }, "ownership_proof": { "ownership_ref_type": "" } }, "shareholder_2": { "name": { "first_name": "Joe", "last_name": "Smith" }, "ownership": { "ownership_percentage": 25 }, "dob": { "dob": "12/12/1990" }, "phone": { "phone_country_code": "GB", "phone_number": "2071234567" }, "email": { "email": "test@trading123.com" }, "nationality": { "nationality": "IS" }, "address": { "address": "address", "postal_code": "SW1A 0AA", "city": "AnyTown", "country": "GB", "state": "state", "address_additional_details": null } }, "shareholder_3": { "name": { "first_name": "Joe", "last_name": "Smith" }, "ownership": { "ownership_percentage": 25 }, "dob": { "dob": "12/12/1990" }, "phone": { "phone_country_code": "GB", "phone_number": "2071234567" }, "email": { "email": "test@trading123.com" }, "nationality": { "nationality": "IS" }, "address": { "address": "address", "postal_code": "SW1A 0AA", "city": "AnyTown", "country": "GB", "state": "state", "address_additional_details": null } } } } '
{ "status": { "error_code": "", "status": "SUCCESS", "message": "Success", "response_code": "", "operation_id": "0ea1ce3b-6c71-4bea-bc45-8d84304ca381" }, "data": { "token": "app_d3d838f4919042ae9f59e8adfebc31e5", "version": 2, "status": "NEW", "ewallet_token": "ewallet_e18491209f7c5bf22256a992b98beddc", "metadata": {}, "entity_type": "Private_Limited_Company", "country": "GB", "created_at": 1751281127641, "updated_at": 1751281128712, "sell_type": "Website with a Checkout Page", "business_industry": 9399, "sections": { "business": { "trade_name": { "trade_name": "Government services" }, "product_description": { "business_desc": "Government services" }, "url": { "business_url": "https://www.gvnmtservices1234.com" }, "transaction_information": { "avg_tpv_usd": "1", "expectedMaximumTransactionAmount": "2", "averageTimeBetweenPurchaseAndDeliveryInDays": "3", "annual_revenue": "45678929" }, "statement_descriptor": { "statement_descriptor": "offline" } }, "company": { "business_name": { "business_name": "Government services" }, "phone": { "phone_country_code": "GB", "phone_number": "2071234567" }, "company_number": { "registration_number": "OC123456" }, "address": { "address": "address input", "address_additional_details": null, "postal_code": "SW1A 0AA", "city": "city input", "state": null, "us_state": null, "country": "GB" }, "company_documents": { "company_documents": [] }, "vat_id": { "tax_id": "GB123456789" } }, "AU": { "name": { "first_name": "Joe", "last_name": "Smith" }, "dob": { "dob": "12/12/2000" }, "address": { "address": "address", "address_additional_details": "additional fields", "postal_code": "SW1A 0AA", "city": "city", "state": "state", "country": "GB" }, "title": { "user_title": "Chair of Board" }, "email": { "email": "TEST@gmail1234567.com" }, "nationality": { "nationality": "IS", "additional_citizenships": null }, "phone": { "phone_country_code": "GB", "phone_number": "2071234567" }, "identification": { "id_type": "Passport", "id": "12345", "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": "Joe", "last_name": "Smith" }, "ownership": { "ownership_percentage": "25" }, "dob": { "dob": "12/12/1990" }, "phone": { "phone_country_code": "GB", "phone_number": "2071234567" }, "email": { "email": "test@trading1234567.com" }, "nationality": { "nationality": "IS", "additional_citizenships": null }, "address": { "address": "address", "address_additional_details": null, "postal_code": "SW1A 0AA", "city": "AnyTown", "state": "state", "country": "GB" }, "ownership_proof": { "issues": [ { "field": "ownership_ref_type", "details": "This file is required." } ] } }, "shareholder_2": { "type": { "shareholder_type": "Individual" }, "name": { "first_name": "Joe", "last_name": "Smith" }, "ownership": { "ownership_percentage": "25" }, "dob": { "dob": "12/12/1990" }, "phone": { "phone_country_code": "GB", "phone_number": "2071234567" }, "email": { "email": "test@trading1234567.com" }, "nationality": { "nationality": "IS", "additional_citizenships": null }, "address": { "address": "address", "address_additional_details": null, "postal_code": "SW1A 0AA", "city": "NewTown", "state": "state", "country": "GB" }, "ownership_proof": { "issues": [ { "field": "ownership_ref_type", "details": "This file is required." } ] } }, "shareholder_1": { "type": { "shareholder_type": "Individual" }, "name": { "first_name": "Joe", "last_name": "Smith" }, "ownership": { "ownership_percentage": "25" }, "dob": { "dob": "12/12/1990" }, "phone": { "phone_country_code": "GB", "phone_number": "2071234567" }, "email": { "email": "test@trading1234567.com" }, "nationality": { "nationality": "IS", "additional_citizenships": null }, "address": { "address": "address", "address_additional_details": null, "postal_code": "SW1A 0AA", "city": "AnyTown", "state": "state", "country": "GB" }, "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": "25" }, "dob": { "dob": "12/12/1990" }, "phone": { "phone_country_code": "GB", "phone_number": "2071234567" }, "email": { "email": "test@t.com" }, "nationality": { "nationality": "IS", "additional_citizenships": null }, "address": { "address": "address", "address_additional_details": null, "postal_code": "SW1A 0AA", "city": "AnyTown", "state": "state", "country": "GB" }, "ownership_proof": { "issues": [ { "field": "ownership_ref_type", "details": "This file is required." } ] } } }, "link": "https://qaverify.rapyd.net/verify?token=happ_f00e11e371e14c2ba805a70260c68bde", "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 Not Present (Online only)
curl -X POST api.rapyd.net/v1/partner/onboarding/application/non_sole_prop_card_not_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_1t8491209f7c5bf22256a992b98behtr", "merchant_phone_number": { "country_code": "DK", "phone_number": "355645200" }, "entity_type": "Private_Limited_Company", "business_industry": "7995" } '
{ "status": { "error_code": "", "status": "SUCCESS", "message": "Success", "response_code": "", "operation_id": "po84d5ad-07b0-4a67-91a4-1e102a7d8882" }, "data": { "token": "app_ikl88990503b94fa4a57693235a86687i", "version": 1, "status": "NEW", "ewallet_token": "ewallet_1t8491209f7c5bf22256a992b98behtr", "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 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_b96ca4b45948eab6e4400e220ffmju76" } }