Navigation

Challenge pending

Summary

Fires when a verification code has been sent and the challenge is waiting on the user.

Payload

The challenge.pending event sends the account it relates to and a summary of the challenge.

{
  event: "challenge.pending",
  account: String,
  challenge: {
    id: String,
    status: String,
    code: String,
    type: String,
    reasons: String[],
    createdAt: Date,
    updatedAt: Date,
  }
}