Skip to main content
POST
credentials-failed
Fired when the login credentials used to login to a merchant are incorrect and the user needs to re-enter them (if a CARD_FAILED webhook is not received).

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password. Use your client_id as the username and your secret as the password value.

Body

application/json
event
string

Name of the webhook event.

Example:

"CREDENTIALS_FAILED"

session_id
string

Unique identifier for the session.

Example:

"fb5aa994-ed1c-4c3e-b29a-b2a53222e584"

task_id
integer

Unique identifier for the task.

Example:

25605

external_user_id
string

Unique identifier for the user.

Example:

"3dcbb19a-b2f1-4a7b-8792-d76027b627b3"

merchant
object
data
object
timestamp
integer

Unix timestamp of the webhook event in UTC.

Example:

1710864923198