Fetch VPAs
Fetch VPAs using the Razorpay TPAP Pro API.
GET
Available in🇮🇳 India
Use this endpoint to fetch all VPAs of a customer.
Query Parameters
enum
Indicates the VPA and payment source linking status. Possible values:
activeinactive
integer
The number of entities to skip. Default is
0. You can use this parameter for pagination in combination with skip.integer
The number of entities to fetch. Default is
10. You can use this for pagination in combination with count.Response Parameters
string
This refers to the collection of entity. Here, it is
collection.integer
Indicates the number of items in the entity type.
array
Indicates a list of objects.
string
A unique identifier of the entity.
string
Name of the entity.
string
The mobile number of customer.
string
The address of the customer.
string
The status of the VPA linked to the payment source. Possible values:
activeinactive
object
Payment source details.
string
The entity type.
integer
Indicates number of item in the entity type.
object
The items object.
string
The unique identifier of the payment source.
string
Name of the customer.
string
The masked account number.
string
The account reference number.
enum
Type of the payment source. Possible values:
savingscurrentnon_resident_ordinarynon_resident_externalsecured_overdraftcreditppi
string
IFSC of the payment source.
boolean
Indicates if the UPI PIN is set for payment source. Possible values:
true: UPI PIN is set.false: UPI PIN is not set.
integer
Indicates the length of the UPI PIN allowed for the payment source.
integer
Indicates the length of the OTP allowed for the payment source.
integer
Indicates the length of the ATM PIN allowed for the payment source.
object
The payment source provider details.
string
The UPI Issuer Identification Numbers (IIN) of the payment source provider issued by NPCI.
string
Name of the payment source (bank account) provider.
boolean
Indicates if the provider has UPI enabled. Possible values:
true: UPI is enabled.false: UPI is not enabled.
string
The format as defined by NPCI -
format1, format2 and so on.string
The URL of the bank logo.
boolean
Indicates if the VPA is linked to the payment source marked as primary. Possible values:
true: VPA is linked to the payment source.false: VPA is not linked to the payment source.