Skip to main content
Use this endpoint to check if the VPA is available. If available, you can link it to the payment source. Otherwise, try searching for another available VPA before linking it. The default VPA logic is (mobile number)@handle. For example, 9000090000@airtelbank. Multiple TPAPs can use the same logic. Hence, the requested VPA may be not available. Therefore, we need to expose a functionality to check whether a VPA is available.

Request

Curl

Response

Response

Parameters

vpa mandatory : string The VPA. You must generate this VPA for customers and check if it is available before trying to link it to the payment source (bank account).

Parameters

available : boolean Indicates whether the VPA is available. Possible values:
  • true: VPA is available.
  • false: VPA is not available.
mobile : string Mobile number of the customer. vpa_suggestions : array List of VPA suggestions.