CPPaySubmissionEvent: FormEventBase & {
    configuration: {
        elementId: string;
        gatewayId: string;
    };
    type: "CP_PAY";
}

Type declaration

  • configuration: {
        elementId: string;
        gatewayId: string;
    }
    • elementId: string

      The elementId that holds the value that will be paid. Must be the id of a number or calculation element.

    • gatewayId: string

      The id of the OneBlink -> CP Pay integration gateway to be used.

  • type: "CP_PAY"