Skip to main content
POST
/
api
/
v1
/
account
/
business-user
Create business user
curl --request POST \
  --url https://sandbox-revo-api.raliopay.com/api/v1/account/business-user \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "businessActivity": {
    "businessNature": "Online retail of electronic products",
    "businessType": "LLC",
    "industryType": "ECOMMERCE",
    "revenueModel": "Direct sales to consumers",
    "businessTypeOther": "Joint Venture",
    "companySize": {
      "branchesInCountry": 3,
      "branchesOutsideCountry": 1,
      "totalEmployees": 25
    },
    "existingProviders": {
      "banks": [
        "Santander",
        "BBVA"
      ],
      "psps": [
        "Stripe",
        "PayPal"
      ]
    },
    "expectedMonthlyVolume": "50K_TO_250K",
    "fundsFlow": {
      "inwardsPayments": [
        {
          "country": "ES",
          "percentage": 70,
          "productSector": "Electronics"
        }
      ],
      "outwardsPayments": [
        {
          "country": "ES",
          "percentage": 70,
          "productSector": "Electronics"
        }
      ]
    },
    "industryTypeOther": "Digital Marketing",
    "msbRelationship": {
      "purposeOfTransactions": "Payment for goods and services",
      "targetClients": "B2C consumers in Europe"
    },
    "productsAndServices": [
      "Electronics",
      "Accessories",
      "Software"
    ],
    "revenueBreakdown": [
      {
        "percentage": 60,
        "productOrService": "Electronics"
      }
    ]
  },
  "company": {
    "addresses": {
      "operational": {
        "city": "Madrid",
        "country": "ES",
        "line1": "Calle Gran Via 123",
        "postalCode": "28013",
        "province": "Madrid"
      },
      "registered": {
        "city": "Madrid",
        "country": "ES",
        "line1": "Calle Gran Via 123",
        "postalCode": "28013",
        "province": "Madrid"
      }
    },
    "contact": {
      "email": "contact@acmecorp.com",
      "phoneNumber": "+34912345678",
      "mobileNumber": "+34612345678",
      "phoneNumberCountry": "ES"
    },
    "incorporation": {
      "constitutionType": "Sociedad Limitada",
      "country": "ES",
      "date": "2020-01-15T00:00:00.000Z",
      "documentNumber": "B12345678"
    },
    "legalName": "Acme Corporation S.L.",
    "website": "https://www.acmecorp.com",
    "aliasName": "Acme Corp"
  }
}
'
{
  "businessActivity": {
    "businessNature": "Online retail of electronic products",
    "businessType": "LLC",
    "businessTypeOther": "Joint Venture",
    "companySize": {
      "branchesInCountry": 3,
      "branchesOutsideCountry": 1,
      "totalEmployees": 25
    },
    "existingProviders": {
      "banks": [
        "Santander",
        "BBVA"
      ],
      "psps": [
        "Stripe",
        "PayPal"
      ]
    },
    "expectedMonthlyVolume": "50K_TO_250K",
    "fundsFlow": {
      "inwardsPayments": [
        {
          "country": "ES",
          "percentage": 70,
          "productSector": "Electronics"
        }
      ],
      "outwardsPayments": [
        {
          "country": "ES",
          "percentage": 70,
          "productSector": "Electronics"
        }
      ]
    },
    "industryType": "ECOMMERCE",
    "industryTypeOther": "Digital Marketing",
    "msbRelationship": {
      "purposeOfTransactions": "Payment for goods and services",
      "targetClients": "B2C consumers in Europe"
    },
    "productsAndServices": [
      "Electronics",
      "Accessories",
      "Software"
    ],
    "revenueBreakdown": [
      {
        "percentage": 60,
        "productOrService": "Electronics"
      }
    ],
    "revenueModel": "Direct sales to consumers"
  },
  "company": {
    "addresses": {
      "operational": {
        "city": "Madrid",
        "country": "ES",
        "line1": "Calle Gran Via 123",
        "postalCode": "28013",
        "province": "Madrid"
      },
      "registered": {
        "city": "Madrid",
        "country": "ES",
        "line1": "Calle Gran Via 123",
        "postalCode": "28013",
        "province": "Madrid"
      }
    },
    "aliasName": "Acme Corp",
    "contact": {
      "email": "contact@acmecorp.com",
      "mobileNumber": "+34612345678",
      "phoneNumber": "+34912345678",
      "phoneNumberCountry": "ES"
    },
    "incorporation": {
      "constitutionType": "Sociedad Limitada",
      "country": "ES",
      "date": "2020-01-15T00:00:00.000Z",
      "documentNumber": "B12345678"
    },
    "legalName": "Acme Corporation S.L.",
    "website": "https://www.acmecorp.com"
  },
  "id": "550e8400-e29b-41d4-a716-446655440000"
}

Authorizations

Authorization
string
header
required

API Key for accessing management endpoints

Body

application/json

Business user details

businessActivity
object
required
company
object
required

Response

Created

businessActivity
object
company
object
id
string
Example:

"550e8400-e29b-41d4-a716-446655440000"