Effortless customer verification now available   View changelog
Sphere Paysphere
Onboarding

Submit Verification

This is the last step in onboarding sequence to submit the customer's information for verification.

POST
/v2/customer/{customer_id}/submit-verification
AuthorizationBearer <token>

JWT Bearer token authentication

In: header

Path Parameters

customer_idstring

The customer's unique ID generated by SpherePay upon customer creation.

Match^customer_[a-z0-9]+$

Response Body

curl -X POST "https://api.sandbox.spherepay.co/v2/customer/customer_1ab2c3d4/submit-verification"

{
  "id": "customer_d41608fae4d34d308f85bc3c2b6ca29a"
}

{
  "ts": "2025-04-20T00:09:16.870Z",
  "error": {
    "general": "{{information}} Not Found"
  }
}