Skip to main content
WEBHOOK

Authorizations

API-Key
string
header
required

Your public API key. Identifies the partner making the request.

API-Nonce
string
header
required

Monotonically increasing nonce included in the request signature.

API-Sign
string
header
required

HMAC signature over the request, computed with your private key.

Body

application/json

The user's verification submission was rejected.

user_id
string
required

Public id of the user whose verification submission was rejected.

verification_id
string
required

PaywardVerificationId of the submission that failed.

timestamp
string
required

RFC3339 UTC time the transition was recorded by the producer, falling back to the processor's observation time when the event omits one.

type
enum<string>
required

Event type discriminator.

Available options:
user.verification_failed

Response

200

Return any 2xx status to acknowledge receipt.