Starts the process of onboarding an account. This endpoint can only be accessed by product-level permissions.
Accepted
Bad request
Unauthorised
Forbidden
Not found
Method not allowed
Unsupported media type
Too many requests
Internal server error
{- "market": "UK",
- "features": [
- "payments"
], - "accountType": "business",
- "affiliateId": "420e4d3c-2d51-4cad-9caf-d7300258cefd",
- "companyId": "420e4d3c-2d51-4cad-9caf-d7300258cefd",
- "contact": {
- "firstName": "John",
- "lastName": "Doe",
- "email": "test@example.com",
- "phone": 7123456789,
- "dob": "19/01/1946",
- "address": {
- "addressLine1": "Great Building",
- "addressLine2": "Greater Building",
- "townCity": "My Town",
- "postCode": "SE13UB",
- "countryCode": "GB"
}
}, - "account": {
- "companyName": "My Company",
- "companyNumber": "1111111111",
- "incorporationDate": "2004-01-30",
- "type": "ltd",
- "onboardingDetail": "detail",
- "address": {
- "addressLine1": "Great Building",
- "addressLine2": "Greater Building",
- "townCity": "My Town",
- "postCode": "SE13UB",
- "countryCode": "GB"
}
}, - "kyc": {
- "expectedCardUse": [
- [
- "advertising_and_marketing",
- "bills_and_utilities",
- "client_entertainment"
]
], - "sourceOfFunds": [
- "string"
], - "currenciesRequired": [
- [
- "GBP",
- "USD"
]
], - "averageLoad": "10000_25000",
- "numberOfCards": "11_50",
- "cardFourthLine": "CUSTOMER",
- "employeeCards": true,
- "atmWithdrawals": true
}
}
{- "ok": true,
- "correlationId": "420e4d3c-2d51-4cad-9caf-d7300258cefd",
- "account": {
- "product": "EQUALSMONEY",
- "market": "UK",
- "features": [
- "payments"
], - "accountType": "business",
- "affiliateId": "420e4d3c-2d51-4cad-9caf-d7300258cefd",
- "companyId": "420e4d3c-2d51-4cad-9caf-d7300258cefd",
- "contact": {
- "firstName": "John",
- "lastName": "Doe",
- "email": "test@example.com",
- "phone": 7123456789,
- "dob": "1946-01-19",
- "address": {
- "addressLine1": "Great Building",
- "addressLine2": "Greater Building",
- "townCity": "My Town",
- "postCode": "SE13UB",
- "countryCode": "GB"
}
}, - "account": {
- "companyName": "My Company",
- "companyNumber": "1111111111",
- "incorporationDate": "1980-01-30",
- "type": "ltd",
- "onboardingDetail": "detail",
- "address": {
- "addressLine1": "Great Building",
- "addressLine2": "Greater Building",
- "townCity": "My Town",
- "postCode": "SE13UB",
- "countryCode": "GB"
}
}, - "kyc": {
- "expectedCardUse": [
- [
- "advertising_and_marketing",
- "bills_and_utilities",
- "client_entertainment"
]
], - "onboardingDetail": "Extra info supplied by customer",
- "sourceOfFunds": [
- [
- "salary",
- "saving"
]
], - "currenciesRequired": [
- "GBP"
], - "averageLoad": "string",
- "numberOfCards": "string",
- "numberOfPayments": "string",
- "destinationOfFunds": [
- "GB"
], - "mainPurpose": [
- [
- "Sale of shares",
- "Vehicle purchase"
]
], - "cardFourthLine": "string",
- "employeeCards": true,
- "atmWithdrawals": true,
- "annualVolume": "Less than £10,000"
}
}
}