GETGet Sender Profile
Fetch the DMT-Fino profile of a registered sender by mobile number.
The first step in the DMT flow. Call this to check whether a customer is already registered as a DMT sender. If the sender exists, the response returns their profile and remaining transfer limits so you can skip registration.
- DMT (Fino) — Send Money — Full Fino DMT money-transfer flow: look up the sender, onboard and biometric-eKYC them if new, pick or add the recipient, then send an OTP-verified transfer.
Request
Path parameters
| Field | Type | Required | Description |
|---|---|---|---|
customer_id | string | required | Sender's 10-digit mobile number.e.g. 9123456789 |
customer_idstringRequiredSender's 10-digit mobile number.
example: 9123456789
Query parameters
| Field | Type | Required | Description |
|---|---|---|---|
initiator_id | string | required | Registered mobile number of the API user (see Platform Credentials).e.g. 9962981729 |
client_ref_id | string | optional | Unique reference ID per API call, generated by your system (max 20 characters).e.g. 2026010100123456789 |
user_code | string | required | Agent user code (sent as a query parameter).e.g. 20810200 |
initiator_idstringRequiredRegistered mobile number of the API user (see Platform Credentials).
example: 9962981729
client_ref_idstringoptionalUnique reference ID per API call, generated by your system (max 20 characters).
example: 2026010100123456789
user_codestringRequiredAgent user code (sent as a query parameter).
example: 20810200
These headers authenticate and sign every request. See How Auth Works for details.
| Field | Type | Required | Description |
|---|---|---|---|
developer_key | string | required | Static API key issued to your account after KYC. |
secret-key | string | required | Dynamic per-request signature: base64(HMAC-SHA256(timestamp, base64(access_key))). |
secret-key-timestamp | string | required | Current time in milliseconds since UNIX epoch, used to compute secret-key. Must match server time. |
content-type | string | required | application/jsone.g. application/json |
developer_keystringRequiredStatic API key issued to your account after KYC.
secret-keystringRequiredDynamic per-request signature: base64(HMAC-SHA256(timestamp, base64(access_key))).
secret-key-timestampstringRequiredCurrent time in milliseconds since UNIX epoch, used to compute secret-key. Must match server time.
content-typestringRequiredapplication/json
example: application/json
Response types
| response_type_id | Meaning | Next step |
|---|---|---|
308 | Sender not found | Onboard Sender |
309 | Sender found | Get Recipients |
2134 | Sender found, Biometric eKYC pending | Sender eKYC (Biometric) |
2129 | Sender found, Validate eKYC OTP pending | Validate eKYC OTP |
Responses
309Sender foundNext:Get Recipients
statusnumberPrimary success indicator (0 = success).
messagestringHuman-readable response / error message.
response_status_idnumberGranular status id; see the shared error-codes table.
response_type_idnumberA unique id for every possible response shape (success or error) — useful for client logic branching and analytics.
dataobjectAPI-specific response payload.
is_registerednumberRegistration flag from the profile lookup. Read customer_profile.kyc_state to determine KYC completion.
next_allowed_limitnumberRemaining remittance limit currently available (INR).
kyc_statenumberTop-level KYC flag for the lookup response.
customer_profileobjectSender profile summary (present once KYC is complete).
namestringSender name.
mobilestringSender's mobile number.
balancestringSender wallet balance (INR).
total_monthly_limitstringSender's monthly remittance limit (INR).
next_allowed_limitstringRemaining limit currently available (INR).
kyc_statenumberSender KYC state (1 = KYC complete on the profile).
chartarrayPer-period limit-usage breakdown.
data_type_idnumberIdentifier for the limit period/bucket.
dataobjectLimit usage for the period.
unavailablenumberAmount blocked/unavailable (INR).
usednumberAmount already used (INR).
remainingnumberRemaining limit for the period (INR).
labelstringDisplay label for the period.