Skip to main content

Documentation

Create Application - Sole Prop. Card Not Present

Create an application for a 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 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/sole_prop_card_not_present

  • Create Application - Sole prop. card not present

  • curl -X POST
    api.rapyd.net/v1/partner/onboarding/application/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_7c352dbcccbc887ceb97a27766dbd916",
        "merchant_phone_number": {
            "country_code": "DE",
            "phone_number": "502480600"
        },
        "business_industry": "5965",
        "sections": {
            "business": {
                "trade_name": {
                    "trade_name": "Online PVT Limited"
                },
                "product_description": {
                    "business_desc": "payment online store"
                },
                "url": {
                    "business_url": "https://www.onlinepvtl123.com"
                },
                "transaction_information": {
                    "avg_tpv_usd": 1,
                    "expectedMaximumTransactionAmount": 2,
                    "averageTimeBetweenPurchaseAndDeliveryInDays": 3,
                    "annual_revenue": 4
                },
                "statement_descriptor": {
                    "statement_descriptor": "accept payment online"
                }
            },
            "company": {
                "business_name": {
                    "business_name": "Online PVT Limited"
                },
                "phone": {
                    "phone_country_code": "DE",
                    "phone_number": "302918354"
                },
                "company_number": {
                    "registration_number": "HRA 1234"
                },
                "address": {
                    "address": "cottage area 1",
                    "postal_code": "01067",
                    "city": "Anytown",
                    "country": "DE",
                    "state": "state",
                    "us_state": "",
                    "address_additional_details": "behind hypermarket"
                },
                "vat_id": {
                    "tax_id": ""
                }
            },
            "owner": {
                "name": {
                    "first_name": "John",
                    "last_name": "Doe"
                },
                "dob": {
                    "dob": "12/12/1991"
                },
                "address": {
                    "address": "area 3",
                    "postal_code": "01067",
                    "city": "Anytown",
                    "country": "DE",
                    "state": "state",
                    "us_state": "",
                    "address_additional_details": "building 4"
                },
                "email": {
                    "email": "onlinepvtl_123@gmail.com"
                },
                "nationality": {
                    "nationality": "DK",
                    "additional_citizenships": [
                        "US"
                    ]
                },
                "proof_of_address_document": {
                    "address_ref": ""
                },
                "phone": {
                    "phone_country_code": "DE",
                    "phone_number": "302918354"
                },
                "identification": {
                    "id_type": "Passport",
                    "id": "PVT457829",
                    "government_id_img": null
                }
            }
        }
    }
    '
  • {
        "status": {
            "error_code": "",
            "status": "SUCCESS",
            "message": "Success",
            "response_code": "",
            "operation_id": "240dba82-69ca-4af9-9a14-97298657fcda"
        },
        "data": {
            "token": "app_4fd2784a04a147b29e5ec5d0106bbb0e",
            "version": 2,
            "status": "NEW",
            "ewallet_token": "ewallet_7c352dbcccbc887ceb97a27766dbd916",
            "metadata": {},
            "entity_type": "Sole_Proprietor",
            "country": "DE",
            "created_at": 1750853685733,
            "updated_at": 1750853686299,
            "sell_type": "Website with a Checkout Page",
            "business_industry": 5965,
            "sections": {
                "business": {
                    "trade_name": {
                        "trade_name": "Online PVT Limited"
                    },
                    "product_description": {
                        "business_desc": "payment online store"
                    },
                    "url": {
                        "business_url": "https://www.onlinepvtl_123.com"
                    },
                    "transaction_information": {
                        "avg_tpv_usd": "1",
                        "expectedMaximumTransactionAmount": "2",
                        "averageTimeBetweenPurchaseAndDeliveryInDays": "3",
                        "annual_revenue": "4"
                    },
                    "statement_descriptor": {
                        "statement_descriptor": "accept payment online"
                    }
                },
                "company": {
                    "business_name": {
                        "business_name": "Online PVT Limited"
                    },
                    "phone": {
                        "phone_country_code": "DE",
                        "phone_number": "302918354"
                    },
                    "company_number": {
                        "registration_number": "HRA 1234"
                    },
                    "address": {
                        "address": "cottage area 1",
                        "address_additional_details": "behind hypermarket",
                        "postal_code": "01067",
                        "city": "Anytown",
                        "state": "state",
                        "us_state": null,
                        "country": "DE"
                    },
                    "company_documents": {
                        "company_documents": []
                    },
                    "vat_id": {
                        "tax_id": null
                    }
                },
                "owner": {
                    "name": {
                        "first_name": "John",
                        "last_name": "Doe"
                    },
                    "dob": {
                        "dob": "12/12/1991"
                    },
                    "identification": {
                        "id_type": "Passport",
                        "id": "PVT457829",
                        "government_id_img": [],
                        "issues": [
                            {
                                "field": "id_img",
                                "details": "This file is required."
                            }
                        ]
                    },
                    "phone": {
                        "phone_country_code": "DE",
                        "phone_number": "302918354"
                    },
                    "email": {
                        "email": "onlinepvtl_123@gmail.com"
                    },
                    "nationality": {
                        "nationality": "DK",
                        "additional_citizenships": [
                            "US"
                        ]
                    },
                    "address": {
                        "address": "area 3",
                        "address_additional_details": "building 4",
                        "postal_code": "01067",
                        "city": "Anytown",
                        "state": "state",
                        "us_state": null,
                        "country": "DE"
                    },
                    "proof_of_address_document": {
                        "issues": [
                            {
                                "field": "address_ref",
                                "details": "This file is required."
                            }
                        ]
                    }
                }
            },
            "link": "https://qaverify.rapyd.net/verify?token=happ_b24c0a0393364f85b8ef3c81bb10abff",
            "merchant_phone_number": {
                "country_code": "DK",
                "phone_number": "502480600"
            },
            "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 - Sole prop. card not present - Online only

  • curl -X POST
    api.rapyd.net/v1/partner/onboarding/application/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_0dfbf77aa44ebd27c5930012443a7739",
        "merchant_phone_number": {
            "country_code": "AT",
            "phone_number": "502480600"
        },
        "business_industry": "7995",
        "sections": {
            "business": {
                "trade_name": {
                    "trade_name": "Online PVT Limited"
                },
                "product_description": {
                    "business_desc": "payment online store"
                },
                "url": {
                    "business_url": "https://www.onlinepvtl_123.com"
                },
                "transaction_information": {
                    "avg_tpv_usd": 1,
                    "expectedMaximumTransactionAmount": 2,
                    "averageTimeBetweenPurchaseAndDeliveryInDays": 3,
                    "annual_revenue": 4
                },
                "statement_descriptor": {
                    "statement_descriptor": "accept payment online"
                }
            },
            "company": {
                "business_name": {
                    "business_name": "Online PVT Limited"
                },
                "phone": {
                    "phone_country_code": "DE",
                    "phone_number": "302918354"
                },
                "company_number": {
                    "registration_number": "HRA 1234"
                },
                "address": {
                    "address": "cottage area 1",
                    "postal_code": "01067",
                    "city": "Anytown",
                    "country": "DE",
                    "state": "state",
                    "us_state": "",
                    "address_additional_details": "behind hypermarket"
                },
                "vat_id": {
                    "tax_id": ""
                }
            },
            "owner": {
                "name": {
                    "first_name": "John",
                    "last_name": "Doe"
                },
                "dob": {
                    "dob": "12/12/1991"
                },
                "address": {
                    "address": "area 3",
                    "postal_code": "01067",
                    "city": "Anytown",
                    "country": "DE",
                    "state": "state",
                    "us_state": "",
                    "address_additional_details": "entrance 4"
                },
                "email": {
                    "email": "online1234utestl@gmail.com"
                },
                "nationality": {
                    "nationality": "DK",
                    "additional_citizenships": [
                        "US"
                    ]
                },
                "proof_of_address_document": {
                    "address_ref": ""
                },
                "phone": {
                    "phone_country_code": "DE",
                    "phone_number": "302918354"
                },
                "identification": {
                    "id_type": "Passport",
                    "id": "PVT457829",
                    "government_id_img": null
                }
            }
        }
    }
    '
  • {
        "status": {
            "error_code": "",
            "status": "SUCCESS",
            "message": "Success",
            "response_code": "",
            "operation_id": "f17cfb49-f095-4438-9475-0b8817958d8b"
        },
        "data": {
            "token": "app_e641d4d94dbd457aa897b5abb5d8ec4e",
            "version": 1,
            "status": "NEW",
            "ewallet_token": "ewallet_0dfbf77aa44ebd27c5930012443a7739",
            "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_15c73e34eb564a5491fb6fb56d5c65d2"
        }
    }