API Test Keys
Update UPI Number
PATCH/v1/upi/tpap/upi_numberClick to copy
Use this endpoint to change VPA, deactivate, deregister, or activate an existing UPI number.
Is this page helpful?
Curl
1-X PATCH 'https://api.rzp.<bank>.com/v1/upi/tpap/upi_number' \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" \7-d '{8"upi_number": "1234567890",9"vpa": "newuser@upi",10"action": "change_vpa",11"consent": true12}'
Response
Failure
1{2"entity": "upi_number",3"upi_transaction_id": "123qwert12",4"upi_number": "1234567890",5"type": "mobile",6"status": "active",7"vpa": "gaurav.kumar@exampleupi"8}
Request Parameters
upi_number *
stringThe UPI number to be updated.
vpa *
stringVPA to which the number is mapped.
action *
stringAction to be performed on UPI number. Possible values:
change_vpainactivatederegisteractivate
consent *
booleanConsent of the user to update the UPI number.
true: The user has given the consent.false: The user has not given the consent.
Response Parameters
entitystring Collection of entity. Here it is upi_number.
upi_transaction_idstringUnique transaction id created by the originator.
upi_numberstringUnique id mapped to the customer's VPA.
typestringType of number. For example, mobile or numeric.
statusstringStatus of the UPI number. Possible values:
activeinactivederegistered
vpastringVPA linked to the UPI number.
Update UPI Number
PATCH/v1/upi/tpap/upi_numberClick to copy
Use this endpoint to change VPA, deactivate, deregister, or activate an existing UPI number.
Is this page helpful?
Request Parameters
upi_number *
stringThe UPI number to be updated.
vpa *
stringVPA to which the number is mapped.
action *
stringAction to be performed on UPI number. Possible values:
change_vpainactivatederegisteractivate
consent *
booleanConsent of the user to update the UPI number.
true: The user has given the consent.false: The user has not given the consent.
Response Parameters
entitystring Collection of entity. Here it is upi_number.
upi_transaction_idstringUnique transaction id created by the originator.
upi_numberstringUnique id mapped to the customer's VPA.
typestringType of number. For example, mobile or numeric.
statusstringStatus of the UPI number. Possible values:
activeinactivederegistered
vpastringVPA linked to the UPI number.
Curl
1-X PATCH 'https://api.rzp.<bank>.com/v1/upi/tpap/upi_number' \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" \7-d '{8"upi_number": "1234567890",9"vpa": "newuser@upi",10"action": "change_vpa",11"consent": true12}'
Response
Failure
1{2"entity": "upi_number",3"upi_transaction_id": "123qwert12",4"upi_number": "1234567890",5"type": "mobile",6"status": "active",7"vpa": "gaurav.kumar@exampleupi"8}