Starts the process of onboarding an account. This endpoint can only be accessed by product-level permissions.
Body
Accepted
Bad Request
Unauthorized
Forbidden
Not Found
Method Not Allowed
Unsupported Media Type
Unable to process the request
Too Many Requests
Internal Server Error
{- "accountType": "business",
- "affiliateId": "420e4d3c-2d51-4cad-9caf-d7300258cefd",
- "companyId": "420e4d3c-2d51-4cad-9caf-d7300258cefd",
- "contact": {
- "firstName": "John",
- "lastName": "Doe",
- "email": "test@example.com",
- "phone": "07123456789",
- "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": {
- "mainPurpose": "Sale of shares",
- "sourceOfFunds": "salary",
- "destinationOfFunds": "GB",
- "currenciesRequired": "GBP",
- "annualVolume": "Less than £10,000",
- "numberOfPayments": "More than 20 payments",
- "expectedCardUse": "advertising_and_marketing",
- "averageLoad": "10000_25000",
- "numberOfCards": "11_50",
- "cardFourthLine": "CUSTOMER",
- "employeeCards": true,
- "atmWithdrawals": true
}, - "market": "UK",
- "features": "payments"
}
{- "ok": true,
- "correlationId": "48fb4cd3-2ef6-4479-bea1-7c92721b988c",
- "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": "07123456789",
- "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": "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",
- "onboardingDetail": "Extra info supplied by customer",
- "sourceOfFunds": "salary",
- "currenciesRequired": "GBP",
- "averageLoad": "10000_25000",
- "numberOfCards": "11_50",
- "numberOfPayments": "More than 20 payments",
- "destinationOfFunds": "GB",
- "mainPurpose": "Sale of shares",
- "cardFourthLine": "CUSTOMER",
- "employeeCards": true,
- "atmWithdrawals": true,
- "annualVolume": "Less than £10,000"
}
}
}
}