Request
Curl
Response
Response
Parameters
count optional
: integer Number of entities to fetch. Default is 10. You can use this parameter for pagination in combination with count.
skip optional
: integer Number of entities to skip. Default is 0. You can use this parameter for pagination in combination with skip.
Parameters
entity
: string This refers to the collection of entity. Here, it is collection.
count
: integer Indicates the number of items in the entity type.
items
: array Indicates a list of objects.
entity
: string Indicates the entity type name. In this case fundsource_provider.
name
: string Indicates the fund source name. For example, HDFC bank.
upi_iin
: string Indicates the UPI Issuer Identification Numbers (IIN) of the fundsource provider issued by NPCI.
ifsc
: string IFSC of the bank.
upi_enabled
: boolean Indicates if UPI is enabled for the bank. Possible values:
true: UPI is enabled.false: UPI is not enabled.
logo_url
: string The bank logo URL.
products
: array Indicates the list of products supported by the bank separated by a comma. For example, aeps, imps, card and nfs.
mobile_registration_format
: string Indicates the format as defined by NPCI - format1 and format2. This field is required when setting the UPI PIN.
upi_versions_supported
: object UPI version supported details.
version
: string The version of UPI supported. Possible values:
1.02.0
mandatory
: boolean Indicates that the PSP should be live in this version before going live with the next or any child versions. Possible values:
true: PSP is live.false: PSP is not live.