Skip to main content
Use this endpoint to change VPA, deactivate, deregister, or activate an existing UPI number.

Request

Curl

Response

Response

Parameters

upi_number mandatory : string The UPI number to be updated. vpa mandatory : string VPA to which the number is mapped. action mandatory : string Action to be performed on UPI number. Possible values:
  • change_vpa
  • inactivate
  • deregister
  • activate
consent mandatory : boolean Consent of the user to update the UPI number.
  • true: The user has given the consent.
  • false: The user has not given the consent.

Parameters

entity : string Collection of entity. Here it is upi_number. upi_transaction_id : string Unique transaction id created by the originator. upi_number : string Unique id mapped to the customer’s VPA. type : string Type of number. For example, mobile or numeric. status : string Status of the UPI number. Possible values:
  • active
  • inactive
  • deregistered
vpa : string VPA linked to the UPI number.