Business RepresentativeOnboarding
Submit Business Representative for Verification
Submit a business representative for verification. This triggers automatic document checks and allows passport details to be extracted after transitioning from intent to non-intent level.
AuthorizationBearer <token>
In: header
Path Parameters
idstring
Business Representative ID
Length
1 <= lengthResponse Body
curl -X POST "https://api.spherepay.co/v2/business-representative/associatedPerson_66c4168d418a410eae282b83883bdc39/submit-verification"{
"id": "associatedPerson_66c4168d418a410eae282b83883bdc39"
}{
"status": 400,
"detail": "Invalid request parameters",
"code": "address/invalid",
"correlationId": "28c61e885c6e5eaa78c1a2183a9b883c"
}{
"status": 404,
"detail": "Resource not found",
"code": "resource/not-found",
"correlationId": "28c61e885c6e5eaa78c1a2183a9b883c"
}{
"status": 422,
"detail": "Validation failed",
"code": "validation/failed",
"correlationId": "28c61e885c6e5eaa78c1a2183a9b883c",
"errors": [
{
"detail": "Invalid email format",
"pointer": "/email"
},
{
"detail": "Name is required",
"pointer": "/name"
}
]
}