Enumeration EventsType

All events dispatched by PGJS.

Enumeration Members

ACTUAL_FLOW_PAYMENT_DONE: "ACTUAL_FLOW_PAYMENT_DONE"

Trigger when the actual payment is done (successfull or not). Only triggered if there is a rest to pay.

AUTHENTICATION_FLOW_START: "AUTHENTICATION_FLOW_START"

Trigger when authentication flow start (3DS, OAUTH ...)

CARD_ONCHANGE: "CARD_ONCHANGE"

Trigger CARD change, return detail object with validity of the card

CVV_FIELD_FULFILLED: "CVV_FIELD_FULFILLED"

Trigger if CVV is FULFILLED and valid (doesn't work with bank_card svad)

CVV_FIELD_ONCHANGE: "CVV_FIELD_ONCHANGE"

Trigger if CVV is changed, return detail object with validity and potential error (doesn't work with bank_card svad)

ERROR: "ERROR"

Trigger if an error occured, return Error.

EXP_FIELD_FULFILLED: "EXP_FIELD_FULFILLED"

Trigger if EXP is FULFILLED and valid (doesn't work with bank_card svad)

EXP_FIELD_ONCHANGE: "EXP_FIELD_ONCHANGE"

Trigger if EXP is changed, return detail object with validity and potential error (doesn't work with bank_card svad)

FULL_PAYMENT_DONE: "FULL_PAYMENT_DONE"

Trigger when the whole Payment Order has been payed.

INSTRUMENT_READY: "INSTRUMENT_READY"

Trigger when Instrument has been created

ON_OPEN_POPUP: "ON_OPEN_POPUP"

Trigger when a open pop must be open, provide the url

PAN_FIELD_FULFILLED: "PAN_FIELD_FULFILLED"

Trigger if PAN is FULFILLED and valid (doesn't work with bank_card svad)

PAN_FIELD_ONCHANGE: "PAN_FIELD_ONCHANGE"

Trigger if PAN is changed, return detail object with validity and potential error (doesn't work with bank_card svad)

PAYMENT_FAIL: "PAYMENT_FAIL"

Trigger when the payment authorization has been refused.

PAYMENT_FLOW_ONCHANGE: "PAYMENT_FLOW_ONCHANGE"

Trigger when the actual payment flow changed

REQUEST_SUBMIT_TOKENIZE_FORM: "REQUEST_SUBMIT_TOKENIZE_FORM"

Trigger to submit tokenize form

REUSABLE_ALLOWED_CHANGE: "REUSABLE_ALLOWED_CHANGE"

Trigger when the user change Reusable Checkbox state.

TOKEN_DETAILS_READY: "TOKEN_DETAILS_READY"

Trigger when the token is ready and these details like issue, return the token in detail.

TOKEN_FAIL: "TOKEN_FAIL"

Trigger if the tokenize fail, return error value that detail why the tokenize fail.

TOKEN_READY: "TOKEN_READY"

Trigger when the token is ready, return the token string.

Generated using TypeDoc