For the complete documentation index, see llms.txt. This page is also available as Markdown.

Types of Events

Event Name
Description

shopper.created

Occurs whenever a shopper is created

charge.created

Occurs whenever a charge is created

token.created

Occurs whenever a token is created

shopper.status.active

Occurs when a shopper status become active

shopper.status.inactive

Occurs when a shopper status become inactive

charge.status.blocked_charge_limit_exceeded

Occurs whenever charge amount limit exceeded

charge.status.blocked_risk

Occurs when a charge is being blocked by risk

charge.status.failed

Occurs whenever a charge failed

charge.status.failed_insufficient_balance

Occurs when charge failed because of insufficient balance in the account

charge.status.failed_shopper_cancel

Occurs when charge failed because shopper has canceled the transaction

charge.status.failed_token_cancelled

Occurs when charge failed due to the cancellation of the associated token

charge.status.failed_token_declined

Occurs when charge failed because the token used for the transaction has been declined

charge.status.failed_token_expired

Occurs when charge failed because of token expiration

charge.status.failed_token_not_authorized

Occurs when charge failed due to unauthorized token

charge.status.failed_unauthenticated

Occurs when charge failed because of authentication

charge.status.waiting_for_shopper_action

Occurs whenever charge is pending completion and await for shopper action

charge.status.processing_shopper_action

Occurs whenever charge shopper action is being processed by Coda

charge.status.initiated

Occurs whenever charge is in the process of being initiated

charge.status.initiated_accepted

Occurs whenever charge initiation is successful and the Provider has accepted initiation

charge.status.initiated_not_accepted

Occurs whenever charge initiation is unsuccessful and the Provider does not accept the initiation

charge.status.initiated_failed

Occurs whenever charge initiation is failed

charge.status.not_initiated

Occurs when charge is not being initiated on Provider end

charge.status.authorized

Occurs whenever charge has been successfully authorized

charge.status.succeeded

Occurs whenever charge is successful

charge.status.succeeded_for_subscription

Occurs whenever charge is successful for subscription

token.status.not_initiated

Occurs when token is not being initiated on Provider end

token.status.initiated

Occurs whenever token is in the process of being initiated

token.status.initiated_failed

Occurs whenever token initiation is failed

token.status.waiting_for_shopper_action

Occurs whenever token is pending completion and await for shopper action

token.status.processing_shopper_action

Occurs whenever token shopper action is being processed by Coda

token.status.not_authorized

Occurs when token failed authorization process

token.status.authorized

Occurs whenever token has been successfully authorized

token.status.expired

Occurs whenever token has been expired

token.status.cancelled

Occurs whenever token has been canceled

Last updated

Was this helpful?