Enhance the payment flexibility of your Bubble application with the Alma 3x - 4x Payment (Europe) Plugin. This powerful plugin facilitates the integration of instalment payment options, allowing users to split their purchases into three or four manageable payments. It is designed specifically for the European market, making it an essential tool for e-commerce platforms targeting European customers.
With the Alma 3x - 4x Payment (Europe) Plugin, you can offer your customers a more accessible way to manage their finances by providing the convenience of staggered payments. This feature can boost your platform's appeal, encouraging higher cart values and reducing cart abandonment rates due to financial constraints.
The plugin supports smooth and secure transaction processes, ensuring compliance with European payment regulations. It is user-friendly and integrates seamlessly with your existing e-commerce setup, maintaining a high level of security and trust.
Implement the Alma 3x - 4x Payment (Europe) Plugin to offer a better shopping experience, attract more customers, and increase sales by making your products more affordable through flexible payment solutions. This plugin is a game-changer for any Bubble-based e-commerce site aiming to expand its market reach in Europe.
Prerequisites
For the plugin to work, you need to create an account and generate API Token. Now let's look at what you need to do in detail:
After creating an account and signing in you need to click the API option in the Dasboard. To generate tokens click on the βGenerate a new Live Keyβ and βDisplay the keysβ button to show them
How to setup
Install plugin Alma 3x - 4x Payment (Europe) Plugin
Place Alma Tokens
Plugin actions
1) Verify order eligibility
Verifies if the payment amount is eligible with Alma Payments
Title
Description
Type
sandbox
Use ".sandbox." to work on the test environment. Use "." for the live environment.
Text, Required
Amount
Amount in cents (Amount * 100)
Number, Required
installments_count
Number of installments in the installment plan (3 by default).
Number, Required
2) Create a payment
Creates a payment
Title
Description
Type
sandbox
Use ".sandbox." to work on the test environment. Use "." for the live environment.
Text, Required
Order amount
Amount of the order in cents (x100)
Number, Required
Billing last name
Last name of client
Number, Required
Billing first name
First name of client
Text, Required
Billing adress line 1
Address of client
Text, Required
Billing adress postal code
Postal code of client
Text, Required
Billing adress city
City name of client
Text, Required
lang
Interface language. Can be: fr, en, it, es, de, nl ou nl_BE
Text, Required
Merchant reference
Optional. Merchant reference of the order, making it possible to make the link between an order and a payment on Alma
Text, Optional
Callback URL
Url called asynchronously by our servers once payment has been made, in order to validate the order with the store in case the customer has closed his browser prematurely, or encountered a network problem when redirecting to the return_url URL.
Text, Optional
Merchant Name
Name to show to the customer
Text, Optional
Return URL
Url to which the customer will be redirected once payment has been made, generally where the merchant validates the order
Text, Optional
installments_count
Number of installments in the installment plan (3 by default).
Number, Required
3) Create a refund
Refunds a payment
Title
Description
Type
payment_id
Id of the payment to refund
Text, Required
sandbox?
Use ".sandbox." to work on the test environment. Use "." for the live environment.
Text, Required
amount
Amount in eur
Number, Required
merchant_reference
Optional. Merchant reference of the refund, making it possible to make the link between an order and a payment on Alma
Text, Optional
4) Get / Verify a payment
Verifies if the payment was successful
Title
Description
Type
sandbox
Use ".sandbox." to work on the test environment. Use "." for the live environment.