Skip to main content

Acquiring processing flow

Acquiring processing flow from Ecommerce, POS, and mobile applications to Alignet and banksAcquiring processing flow in dark mode

Payments originating from Ecommerce, POS, and mobile applications are processed through the Alignet API.

The Ecommerce authorization service processes online payments through the POST /authorize endpoint. Use this message when the transaction originates from a card-not-present channel such as a web checkout, mobile checkout, payment link, or server-to-server integration.
Acquiring identifiers and parameters assigned by card brands must not be included in the authorization message.These values are configured beforehand during the acquiring institution’s onboarding and registration process. This process registers the integration key and applicable identifiers, such as BID, PCR, ICA, BIN, and other parameters required by each brand.The platform uses this configuration to identify the institution and route transactions correctly.

Endpoint

Request


Field descriptions

Allowed values

frame_type

brand

authentication.3d_secure.payment_implementation_mode_indicator


Amount considerations

Send the amount field without a decimal separator. Calculate the amount using the currency exponent:
Example for PEN:

Currency considerations

Send currency as a numeric ISO 4217 code.

Card considerations

Sensitive card data must be encrypted.

Installment considerations

Include the installments object only when the transaction uses an installment payment plan.

Rules

3DS considerations

Include authentication.3d_secure when the transaction contains 3DS authentication information.

Metadata

Use metadata to submit additional merchant information for traceability, reporting, or reconciliation.

Main validations

Before submitting an Ecommerce authorization, validate the following:

Minimal example

Installment example

3DS example


Response

The response to an Ecommerce authorization is documented on the general authorization response page.

Authorization response

View the response structure for Ecommerce and POS.