Identity (Deprecated)
Submit Verification
Submit a customer for verification.
Authorization
bearer AuthorizationBearer <token>
In: header
Path Parameters
id*string
Customer ID
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://api.spherepay.co/v2/customer/customer_f31121c389624d3697cbf3ea8830b7a4/submit-verification"{
"customerId": "customer_f31121c389624d3697cbf3ea8830b7a4"
}{
"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"
}
]
}Last updated on