Payment - With Condition

When "Yes Conditionally" is selected, these fields appear:

This part defines when the payment should be triggered.

  1. Condition Field

    • What it is: The form field that will be checked (e.g., "Subscription Type", "Event Selection", "Age" etc.).

    • Purpose: Determines what input triggers the payment requirement.

    • Example: If the field is "Age", you could trigger payment only when the user selects "18".

  2. Operator

    • What it is: The logic used to compare the field’s value with your condition.

    • Common operators:

      • Equals

      • Not Equals

      • Contains

      • Does Not Contain

      • Is Greater Than / Is Less Than (for numeric fields)

    • Example: Operator Greater Than or Equalwith condition value "18".

  3. Condition Value

    • What it is: The value that, if matched (based on the operator), triggers the payment section.

    • Example: If the value is "18" and the operator is "Greater Than or Equal", then payment is triggered only when a user enters "18" or older.


💳 Payment Details Section

If the above condition is met, the following fields must be configured for the payment to process:

  1. Payment Service

    • Dropdown to select a provider, such as:

      • Payrexx (only one available now)

  2. API Key

    • Used to authenticate with the selected payment provider.

    • You’ll typically get this from your provider’s developer dashboard.

  3. Currency

    • Dropdown for selecting currency (e.g., USD, EUR, CHF).

    • This defines the currency in which the amount will be charged.

  4. Amount

    • Numeric field to enter the amount to charge.

  5. Instance

    • This refer to a specific instance of a payment service or integration.

Last updated