v1
latestOpenAPI 3.0.02026-08-0696238481.7 KBAccounts
Verify a 'Business' entity sub account
This endpoint is now deprecated - all account types and persons are submitted for verification automatically, when all fields & documents have been provided. Once you have created all Persons and satisfied all the verification requirements for them and the Business, you submit these details for verification. This endpoint cannot be accessed for Individual sub accounts as this process is done automatically after satisfying the verification requirements.
post/accounts/{id}/verify
Path parameters
idstring required
Example:ac_b83f2653-06d7-44a9-a548-5825e8186004
the account id of one of your sub accounts
Response
Verification was successfully submitted.
Example response
{
"id": "ac_b83f2653-06d7-44a9-a548-5825e8186004",
"type": "Sub",
"actionsRequired": [
{
"action": "PayoutDetailsRequired",
"description": "Complete sign up at the dashboard"
}
],
"email": "test@ryftpay.com",
"onboardingFlow": "Hosted",
"entityType": "Business",
"business": {
"name": "Ryft LTD",
"type": "Corporation",
"registrationNumber": "12345678",
"registrationDate": "1990-01-20",
"registeredAddress": {
"lineOne": "123 Test Street",
"city": "Manchester",
"country": "GB",
"postalCode": "SP4 7DE"
},
"contactEmail": "contact@test.com",
"phoneNumber": "+447900000000",
"tradingName": "Ryft Computer Parts Ltd",
"tradingAddress": {
"lineOne": "123 Test Street",
"city": "Manchester",
"country": "GB",
"postalCode": "SP4 7DE"
},
"tradingCountries": [
"GB"
],
"websiteUrl": "https://www.example.com",
"documents": [
{
"type": "BankStatement",
"category": "ProofOfIdentity",
"front": "fl_01G0EYVFR02KBBVE2YWQ8AKMGJ",
"back": "fl_01G0EYVFR02KBBVE2YWQ8AKMGJ",
"status": "Pending",
"invalidReason": "Document has expired",
"country": "GB",
"assignedTimestamp": 1470989538,
"lastUpdatedTimestamp": 1470989538
}
]
},
"individual": {
"firstName": "Fred",
"middleNames": "David",
"lastName": "Jones",
"email": "fred.jones@example.com",
"dateOfBirth": "1990-01-20",
"countryOfBirth": "GB",
"gender": "Male",
"nationalities": [
"GB"
],
"address": {
"lineOne": "123 Test Street",
"city": "Manchester",
"country": "GB",
"postalCode": "SP4 7DE"
},
"phoneNumber": "+447900000000",
"documents": [
{
"type": "BankStatement",
"category": "ProofOfIdentity",
"front": "fl_01G0EYVFR02KBBVE2YWQ8AKMGJ",
"back": "fl_01G0EYVFR02KBBVE2YWQ8AKMGJ",
"status": "Pending",
"invalidReason": "Document has expired",
"country": "GB",
"assignedTimestamp": 1470989538,
"lastUpdatedTimestamp": 1470989538
}
]
},
"verification": {
"status": "Required",
"requiredFields": [
{
"name": "business.registrationDate"
}
],
"requiredDocuments": [
{
"category": "ProofOfIdentity",
"types": [
"BankStatement"
],
"quantity": 1
}
],
"errors": [
{
"code": "InvalidDocument",
"id": "fl_01FCTS1XMKH9FF43CAFA4CXT3P",
"description": "File corrupted or unclear"
}
],
"persons": {
"status": "Required",
"required": [
{
"role": "Director",
"quantity": 1
}
]
}
},
"metadata": {
"accountId": "1"
},
"settings": {
"payouts": {
"schedule": {
"type": "Automatic"
}
}
},
"capabilities": {
"visaPayments": {
"status": "Enabled",
"requested": true,
"requiredFields": [
{
"name": "entityType"
}
],
"disabledReason": "Non compliant with scheme mandates",
"requestedTimestamp": 1470989538,
"lastUpdatedTimestamp": 1470989538
},
"mastercardPayments": {
"status": "Enabled",
"requested": true,
"requiredFields": [
{
"name": "entityType"
}
],
"disabledReason": "Non compliant with scheme mandates",
"requestedTimestamp": 1470989538,
"lastUpdatedTimestamp": 1470989538
},
"amexPayments": {
"status": "Enabled",
"requested": true,
"requiredFields": [
{
"name": "entityType"
}
],
"disabledReason": "Non compliant with scheme mandates",
"requestedTimestamp": 1470989538,
"lastUpdatedTimestamp": 1470989538
},
"inPersonPayments": {
"status": "Enabled",
"requested": true,
"requiredFields": [
{
"name": "entityType"
}
],
"disabledReason": "Non compliant with scheme mandates",
"requestedTimestamp": 1470989538,
"lastUpdatedTimestamp": 1470989538
}
},
"termsOfService": {
"acceptance": {
"ipAddress": "127.0.0.1",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36",
"when": 1697557453
}
},
"createdTimestamp": 1470989538
}