Card3DSStatusChanged

Triggered when the state of 3DS session was changed

Triggered when the state of a 3DS session changes. This can happen due to a manual confirmation via the API or an automatic event like a session timeout.

3DS Statuses

The status field can take one of the following values:

  • Verified: The transaction was successfully verified by the partner.
  • NotVerified: The verification failed (e.g., incorrect code).
  • Expired: The 3DS session expired automatically. This typically happens if no confirmation is received within ~10 minutes.
  • Canceled: The verification was canceled by the partner or the customer.

Sample Request Payload

{	
  "event":"Card3DSStatusChanged",
  "cardId": "531498f2-683b-473b-bcbe-28010811375b",
	"status": "Verified"
}