Deep Integration Guide for Onemoney AA
Here’s how you can deep integrate your Android or iOS mobile application, or your web application to Onemoney AA Client interfaces, with control over UX and start receiving consent-based data from your customers.
Deep Integration with Onemoney AA Client interfaces, with control over UX

Integrate Onemoney Android Standard SDK
Drop in the Onemoney SDK (with screens) into your app. Configure UI to match your app’s look and feel.
[LIVE]

Integrate Onemoney Standard Web SDK
Drop in the Onemoney SDK (with screens) into your app. Configure UI to match your app’s look and feel.
[LIVE]

Integrate Onemoney Standard Flutter SDK
Drop in the Onemoney SDK (with screens) into your app.
[LIVE]
Onemoney Android Standard SDK Integration


Pre-requisites
- Create a Onemoney Developer Account.
- Get test API keys.
Integration steps
- Install Onemoney Android Standard SDK
- Initialize Onemoney Android Standard SDK
- Initiate the Onemoney Profile Setup activity, for a new user
- Implement the Consent Request flow on your server-side
- Initiate the Consent Approval activity
- Handle success and error events
- Store consent artefact details in your database
- Implement the Data Request flow on your server-side
- Store data details in your database
Onemoney Standard Web SDK Integration


Pre-requisites
- Create a Onemoney Developer Account.
- Get test API keys.
Integration steps
- Install Onemoney Standard Web SDK
- Initialize Onemoney Standard Web SDK
- Initiate the Onemoney Profile Setup activity, for a new user
- Implement the Consent Request flow on your server-side
- Initiate the Consent Approval activity
- Handle success and error events
- Store consent artefact details in your database
- Implement the Data Request flow on your server-side
- Store data details in your database