API Test Keys
Deregister Fundsource Lite with Zero Balance
DELETE
/v1/upi/tpap/fundsource_lite/{:liteid}/deregister
Click to copy
Use this endpoint to deregister a Fundsource Lite account when the balance is zero.
Is this page helpful?
Curl
1curl -X DELETE 'https://api.rzp.<bank>.com/v1/upi/tpap/fundsource_lite/{lite_id}/deregister' \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": "deregistered",7"upi_lite_credentials": {8"ARPC": "string"9},10"fundsource": {11"id": "fs_1234",12"entity": "upi.fundsource",13"type": "savings",14"customer_name": "Gaurav Kumar",15"masked_account_number": "XXXXXX5199",16"account_reference_number": "999988126236990",17"ifsc": "HDFC000001",18"upi_pin_set": true,19"upi_pin_length": 6,20"otp_length": 6,21"atm_pin_length": 4,22"fundsource_provider": {23"name": "HDFC Bank",24"upi_iin": "600007",25"upi_enabled": false,26"mobile_registration_format": "format1",27"logo_url": "<bank logo url>",28"upi_lite_allowed": true29},30"vpas": {31"entity": "collection",32"count": 1,33"items": [34{35"mobile": "9999999999",36"address": "vpa@handle",37"status": "active",38"primary": true39}40]41}42}43}
Query Parameters
lite_id
*
string
Unique identifier of the Fundsource Lite account to be deregistered.
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
ARPC encrypted credential for authorisation.
Show child parameters (1)
fundsource
object
The fundsource for which Lite is enabled.
Show child parameters (13)
Deregister Fundsource Lite with Zero Balance
DELETE
/v1/upi/tpap/fundsource_lite/{:liteid}/deregister
Click to copy
Use this endpoint to deregister a Fundsource Lite account when the balance is zero.
Is this page helpful?
Query Parameters
lite_id
*
string
Unique identifier of the Fundsource Lite account to be deregistered.
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
ARPC encrypted credential for authorisation.
Show child parameters (1)
fundsource
object
The fundsource for which Lite is enabled.
Show child parameters (13)
Curl
1curl -X DELETE 'https://api.rzp.<bank>.com/v1/upi/tpap/fundsource_lite/{lite_id}/deregister' \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": "deregistered",7"upi_lite_credentials": {8"ARPC": "string"9},10"fundsource": {11"id": "fs_1234",12"entity": "upi.fundsource",13"type": "savings",14"customer_name": "Gaurav Kumar",15"masked_account_number": "XXXXXX5199",16"account_reference_number": "999988126236990",17"ifsc": "HDFC000001",18"upi_pin_set": true,19"upi_pin_length": 6,20"otp_length": 6,21"atm_pin_length": 4,22"fundsource_provider": {23"name": "HDFC Bank",24"upi_iin": "600007",25"upi_enabled": false,26"mobile_registration_format": "format1",27"logo_url": "<bank logo url>",28"upi_lite_allowed": true29},30"vpas": {31"entity": "collection",32"count": 1,33"items": [34{35"mobile": "9999999999",36"address": "vpa@handle",37"status": "active",38"primary": true39}40]41}42}43}