Payment plugins
Payment plugins are used in advance payment feature, you can enable advance payment in the component’s configuration and in back-end’s deal form.
There are 2 payment plugins available: PayPal and Stripe. These plugins are installed automatically by default. To find these plugins in Joomla!‘s plugin list, you filter for cmlivedeal
type.
- Display Name: Payment method name shown in checkout, default is
PayPal
. - PayPal Email: Email which you want to receive payment.
- Current: Currency used in payment.
- Environment: Select
Sandbox
if you want to test with PayPal Sandbox, selectLive
if your site is live and receives real payment. - Seconds To Wait: Seconds before user is redirected to PayPal website to complete payment.
- Display Name: Payment method name shown in checkout, default is
Stripe
. - Currency ISO Code: The ISO code of the currency you use in payment. For example: USD, EUR…
- Mode:
Live
for receiving real payment,Test
for testing with Stripes Test mode. - Live Mode’s Secret Key: Your Stripe’s secret key for
Live
mode. - Test Mode’s Secret Key: Your Stripe’s secret key for
Test
mode.