Request
Curl
Response
Success
Parameters
upi_number mandatory
: string The UPI number to check for availability (mobile or numeric id).
vpa mandatory
: string VPA to which the number is mapped.
action mandatory
: string Action to be performed on UPI Number. Possible values:
createport
consent mandatory
: boolean Consent of the user to check the UPI number is available. Possible values:
true: The user has given the consent.false: The user has not given the consent.
Parameters
upi_number
: string Unique id mapped to the customer’s VPA.
type
: string Type of number. For example, mobile or numeric.
vpa
: string VPA linked to the UPI number.
upi_transaction_id
: string Unique transaction id created by the originator.
available
: boolean Indicates if the number is available.
true: Number is available.false: Number is not available.
existing_vpa
: string VPA linked with the UPI number.