Always use the version of SDK delivered or confirmed by the integration team for your merchant.
Download SDK Alignet One Android v3.3
Download package
.zip with libraries necessary to integrate SDK Android.Required equipment
The integration package should include the libraries necessary to run the payment flow.Alignet One.aar
Main library SDK.
SecureKey3DS.aar
3DS authentication library.
VisaSensorand Branding.aar
Visa experience library.
Mastercard
Mastercard experience library.
Recommended structure
Create a folderlibs That’s how they put them.
Free Configure
He adds.aar as local module units Android.
build.gradle with Groovy, you can declare that:
Plugins and configuration Android
Confirm that the module has Kotlin andviewBinding have been authorized.
Permissions
Declare required permits atAndroidManifest.xml.
Base Units
The SDK requires dependencies Android, networking, serialization and safety. Use as a reference minimum versions indicated by the integration equipment and maintain compatibility with your project.If your project already uses higher versions of these dependencies, it will be compatible with them before degradation. Avoid duplicating bookstores with incompatible versions.
Rapid Validation
Compilation
Compilation
- The project synchronizes Gradle without mistakes.
- The
.aarare solved from the folderlibs. - No conflict of versions with shared dependencies.
Configure
Configure
- The permits are declared at
AndroidManifest.xml. viewBindingIt’s enabled if the project requires.- The sandbox environment’s been identified for first tests.
Security
Security
- Credentials are generated and protected from backend.
- No tokens or secrets are exposed inside the app.
- Test logs don’t print sensitive information.
Next step
Start Alignet One SDK Android
It creates an instance of
PaymeClient and start your first collection flow.
