On this page, you can find additional configuration for adding Alma to your Components integration.
Before you begin
This page assumes you have already:
API reference
You don't need to send additional fields for Alma. To see optional fields that you can send for all payment methods, choose the endpoint you integrated:
- /sessions: This is the default with Components v5.0.0 or later.
- /payments: If you implemented an additional use case.
Component configuration
If your integration uses iOS Components v5.0.0 or later, configure and create an instance of the Alma Component:
//Create a payment method object for Alma.
let paymentMethod = paymentMethods.paymentMethod(ofType: almaComponentPaymentMethod.self)
//Create a configuration object for the Alma Component.
var almaComponentConfiguration = almaComponent.Configuration()
//Set additional parameters on the configuration object.
almaComponentConfiguration.localizationParameters = //Optional custom localization parameters.
There is no required Alma specific integration for Components.
Test and go live
Check the status of Alma test payments in your Customer Area > Transactions > Payments.
Before you can accept live Alma payments, you need to submit a request for Alma in your live Customer Area.