5️⃣Customer Verification
Simulates customer verification success
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
customerIdstring · uuidRequired
Unique customer ID
Header parameters
SignaturestringRequired
HTTP message signature
Signature-InputstringRequired
HTTP message signature input
Idempotency-Keystring · uuidRequired
Idempotency key (UUID)
Responses
202
Successful operation
400
Invalid request
401
Not authorised
404
Customer not found
500
Internal error
patch
/simulator/customers/{customerId}/verifyNo content
Retrieves customer's details
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
customerIdstring · uuidRequired
Unique customer ID
Header parameters
SignaturestringRequired
HTTP message signature
Signature-InputstringRequired
HTTP message signature input
Responses
200
Successful operation
application/json
idstring · uuidRequired
Unique customer ID
externalIdstringRequired
Unique customer ID in a form of an external ID
chainIdstringRequiredExample:
Unique customer ID in a form of a valid on-chain address. This would normally correspond to customer's EOA wallet address
eip155:1:0xab16a96D359eC26a11e2C2b3d8f8B8942d5Bfcdbstatusstring · enumRequiredPossible values:
Customer status
createdAtstring · date-timeRequired
Date this customer was created (ISO-8601)
updatedAtstring · date-timeRequired
Date this customer was updated (ISO-8601)
400
Invalid request
401
Not authorised
404
Customer not found
500
Internal error
get
/customers/{customerId}Last updated