Examine a submission and its form definition to validate whether a payment workflow event needs to run.
const result = paymentService.checkForPaymentEvent(form, submission) Copy
const result = paymentService.checkForPaymentEvent(form, submission)
Examine a submission and its form definition to validate whether a payment workflow event needs to run.
Example