Payment options
Table of Contents
Currently supported payment methods:
Stripe
Stripe allows you to receive payments via credit cards.
To enable Stripe as a payment method, you'll first need to connect a Stripe account to your Pilvi™ Site.
In Manager
- From the side menu, under Settings, click Payment.
- Click Connect. After this, you will be redirected to the Stripe site and you are asked to fill information regarding your billing. At this point you may also create a new account to Stripe if you don't have one already.
- Go to Settings, and enable
PAYMENT_METHOD_STRIPE_ENABLED
You can disconnect your Stripe account from Pilvi™ at anytime. Note: after this you will not receive any more payments from Pilvi™.
Payment to Stripe will be done in the base currency of the Platform by default. For the Pilvi SaaS offering this currency is EUR. It can be changed by STRIPE_PAYMENT_CURRENCY
Paytrail
Paytrail allows your Customers to pay with ePayments to all Finnish banks, or using credit/debit cards. See full list of Paytrail's payment methods here.
To enable Paytrail as a payment method, you'll need to enable the payment method from the Settings.
In Manager
- Go to Settings.
- Enable
PAYMENT_METHOD_PAYTRAIL_ENABLED
.- Fill in the
PAYTRAIL_MERCHANT_ID
andPAYTRAIL_MERCHANT_TOKEN
of your Paytrail account.
Invoice
Invoice allows your Customers to make orders and pay them at a later date.
To enable Invoice as a payment method, you'll need to enable the payment method from the Settings.
In Manager
- Go to Settings.
- Enable
PAYMENT_METHOD_STRIPE_ENABLED
.