Skip to main content
Primer’s direct integration to Alma enables you to accept BNPL payments across Web, iOS & Android.

Get started with Alma

Before you begin

If this is your first payment method, make sure to follow the Get started guide to begin processing payments with Primer.

Configure in the Dashboard

  1. Add Alma payment method to your Dashboard Go to the integrations section of the Dashboard, click on the ‘New Integration’ button and search for Alma. Follow the instructions to connect your Alma account to your Primer Dashboard.
  2. Activate Alma on the Checkout Go to the Checkout section of the Dashboard and activate the Alma payment method.
  3. Configure a Workflow to process payments made with Alma Go to Workflows, and ensure there is a workflow with the Authorization action configured to process APMs.

Prepare the client session

Alma leverages the following parameters to process a payment. Pass them when creating the client session.
Parameter NameRequiredDescription
orderIdA unique identifier for the order. Maximum 255 characters.
customer ↳ billingAddress.firstNameThe customer’s first name, mapped to Alma’s customer details.
order ↳ countryCodeThe country code used for routing, e.g. FR.

Prepare the SDK for payments

Use the payment method type wherever the code below references YOUR_PAYMENT_METHOD_TYPE.

Go live

You don’t need to do anything particular to go live — just make sure to use production credentials.