Payment - With Condition
When "Yes Conditionally" is selected, these fields appear:

This part defines when the payment should be triggered.
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".
Operator
What it is: The logic used to compare the field’s value with your condition.
Common operators:
EqualsNot EqualsContainsDoes Not ContainIs Greater Than/Is Less Than(for numeric fields)
Example: Operator
Greater Than or Equalwith condition value"18".
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:
Payment Service
Dropdown to select a provider, such as:
Payrexx (only one available now)
API Key
Used to authenticate with the selected payment provider.
You’ll typically get this from your provider’s developer dashboard.
Currency
Dropdown for selecting currency (e.g., USD, EUR, CHF).
This defines the currency in which the amount will be charged.
Amount
Numeric field to enter the amount to charge.
Instance
This refer to a specific instance of a payment service or integration.
Last updated