Credit card decline notification

Hi I’ve just watched a turturial on how to make credit card payments online with my website. Unfortunately this awesome tuturial does not have any info on success/no success notification for anyone making a payment. can someone please help me with this code? I was told to add something like an if/else statement. (unfortunately I don’t know what means.

export function chargeCard_click(event) {
payNow();
}