Acquiring processing flow


Payments originating from Ecommerce, POS, and mobile applications are processed through the Alignet API.
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.
Endpoint
Request
Field descriptions
Allowed values
frame_type
brand
authentication.3d_secure.payment_implementation_mode_indicator
Amount considerations
Send theamount field without a decimal separator.
Calculate the amount using the currency exponent:
Currency considerations
Sendcurrency as a numeric ISO 4217 code.
Card considerations
Sensitive card data must be encrypted.Installment considerations
Include theinstallments object only when the transaction uses an installment payment plan.
Rules
3DS considerations
Includeauthentication.3d_secure when the transaction contains 3DS authentication information.
Metadata
Usemetadata 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.

