webRedirectionUrl
(where you redirect the user) and a transaction_id (which you use for all
subsequent calls).
Endpoint
support@moneyone.in.
Headers
| Header | Description |
|---|---|
Content-Type | application/json |
client_id | Your client ID |
client_secret | Your client secret |
organisationId | Your organisation ID |
appIdentifier | Your app identifier |
Request body
Parameters
Virtual User Address, e.g.
<mobile_number>@onemoney.Your account identifier for the user.
List of product IDs to fetch. Provide either
productIDList or productID.A single product ID. Provide either
productID or productIDList.The value of the party identifier, e.g. the mobile number.
The type of party identifier. One of
MOBILE, PAN, AADHAR, EMAIL, DOB, GSTIN.URL the user is redirected back to after completing the journey.
List of FIP IDs to target for data fetch.
The user’s PAN.
An optional transaction identifier you supply for the journey.
List of financial information types to request.
Optional configuration. Supports
fiDataRange with from and to timestamps to
bound the data fetch window.config example
Sample request
Response
Store the
transaction_id — you will need it for status tracking and data fetch.
The webRedirectionUrl carries a time-bound access_token; do not modify it.Error Codes
| HTTP Status | Condition |
|---|---|
400 Bad Request | Required fields are missing or have an invalid format (e.g. missing vua, invalid partyIdentifierType). |
401 Unauthorized | Credentials are missing or invalid in the Authorization header. |
500 Internal Server Error | An unexpected server-side error occurred. |
Next step
Redirect the user to thewebRedirectionUrl. See User Redirection.