API Test Keys
Fetch Fundsource Lite Details
GET
/v1/upi/tpap/fundsource_lite/{:liteid}
Click to copy
Use this endpoint to fetch the details of a Fundsource Lite account.
Is this page helpful?
Curl
1curl -X GET 'https://api.rzp.<bank>.com/v1/upi/tpap/fundsource_lite/{lite_id}' \2-u [YOUR_KEY_ID]:[YOUR_SECRET] \3-H "Content-type: application/json" \4-H "x-device-fingerprint: <device_fingerprint>" \5-H "x-device-fingerprint-timestamp: 1496918882000" \6-H "x-customer-reference: cust_ref"
Success
1{2"entity": "upi.fundsource_lite",3"id": "lite_id",4"upi_lite_reference_number": "1234567890",5"upi_transaction_id": "RZPc2ed455b797e4add8392110cfc528acc",6"status": "active",7"upi_lite_credentials": {8"ARPC": "string"9},10"fundsource": {11"id": "fs_1234",12"type": "savings",13"customer_name": "Gaurav Kumar",14"masked_account_number": "XXXXXX5199",15"account_reference_number": "999988126236990",16"ifsc": "HDFC000001",17"upi_pin_set": true,18"upi_pin_length": 6,19"otp_length": 6,20"atm_pin_length": 4,21"fundsource_provider": {22"name": "HDFC Bank",23"upi_iin": "600007",24"upi_enabled": false,25"mobile_registration_format": "format1",26"logo_url": "<bank logo url>",27"upi_lite_allowed": true28},29"vpas": {30"entity": "collection",31"count": 1,32"items": [33{34"mobile": "9999999999",35"address": "vpa@handle",36"status": "active",37"primary": true38}39]40}41}42}
Query Parameters
lite_id
*
string
Unique identifier of the Fundsource Lite account to be retrieved for deregistration.
Response Parameters
entity
string
Name of the entity. Here it is upi.fundsource_lite
.
id
string
Unique identifier for the Fundsource Lite entity.
upi_lite_reference_number
string
Reference number for the Lite account, assigned by the originator.
upi_transaction_id
string
Unique UPI transaction identifier.
status
string
Current status of the UPI Lite account. Possible values:
initiated
active
deregistered
upi_lite_credentials
object
ARQC encrypted credential for authorisation.
Show child parameters (1)
fundsource
object
The fundsource for which Lite is enabled.
Show child parameters (13)
Fetch Fundsource Lite Details
GET
/v1/upi/tpap/fundsource_lite/{:liteid}
Click to copy
Use this endpoint to fetch the details of a Fundsource Lite account.
Is this page helpful?
Query Parameters
lite_id
*
string
Unique identifier of the Fundsource Lite account to be retrieved for deregistration.
Response Parameters
entity
string
Name of the entity. Here it is upi.fundsource_lite
.
id
string
Unique identifier for the Fundsource Lite entity.
upi_lite_reference_number
string
Reference number for the Lite account, assigned by the originator.
upi_transaction_id
string
Unique UPI transaction identifier.
status
string
Current status of the UPI Lite account. Possible values:
initiated
active
deregistered
upi_lite_credentials
object
ARQC encrypted credential for authorisation.
Show child parameters (1)
fundsource
object
The fundsource for which Lite is enabled.
Show child parameters (13)
Curl
1curl -X GET 'https://api.rzp.<bank>.com/v1/upi/tpap/fundsource_lite/{lite_id}' \2-u [YOUR_KEY_ID]:[YOUR_SECRET] \3-H "Content-type: application/json" \4-H "x-device-fingerprint: <device_fingerprint>" \5-H "x-device-fingerprint-timestamp: 1496918882000" \6-H "x-customer-reference: cust_ref"
Success
1{2"entity": "upi.fundsource_lite",3"id": "lite_id",4"upi_lite_reference_number": "1234567890",5"upi_transaction_id": "RZPc2ed455b797e4add8392110cfc528acc",6"status": "active",7"upi_lite_credentials": {8"ARPC": "string"9},10"fundsource": {11"id": "fs_1234",12"type": "savings",13"customer_name": "Gaurav Kumar",14"masked_account_number": "XXXXXX5199",15"account_reference_number": "999988126236990",16"ifsc": "HDFC000001",17"upi_pin_set": true,18"upi_pin_length": 6,19"otp_length": 6,20"atm_pin_length": 4,21"fundsource_provider": {22"name": "HDFC Bank",23"upi_iin": "600007",24"upi_enabled": false,25"mobile_registration_format": "format1",26"logo_url": "<bank logo url>",27"upi_lite_allowed": true28},29"vpas": {30"entity": "collection",31"count": 1,32"items": [33{34"mobile": "9999999999",35"address": "vpa@handle",36"status": "active",37"primary": true38}39]40}41}42}