Get Billers List

Get Billers List

The Get Billers List API allows getting the list of billers.

Input Parameters:

Name
Required
Definition
Comments

ID

Y

Format: Numeric, 1-19 Description: Input should be RPID in case IDType = RPID Input should be Card Number in case IDType = CardNumber

IDType

N

CardNumber (Default), RPID, ANY (add ANY only to ALL APIs - allow to send RPID/DDA number and the application identify it and change it to card number)

BPPBillerCategoryID

N

Format: Alphanumeric, 6

Output Parameters:

Name
Definition
Failure Case
Success Case
Comments

BPPBillerDescription

Format: Alphanumeric, 100 Description: The name of the biller to show to the end user

Not returned

Returned

Billers/Biller tag

BPPBillerID

Format: Alphanumeric, 100 Description: Value got from Get Billers List API

Not returned

Returned

Billers/Biller tag

XML Samples

Input XML

<?xml version="1.0" ?>
 <PraxellXMLRequest>
    <AuthenticationDetails>
        <UserName>abuali_QA</UserName>
        <UserPassword>1q2w3e4r</UserPassword>
      <ClientSourceIP></ClientSourceIP> 
 </AuthenticationDetails>;
    <ServiceDetails>
        <UniqueRequestId>4322342366666</UniqueRequestId>
        <ServiceName>GetBillersList</ServiceName>
    </ServiceDetails>
    <Origin>
        <OriginType>ExtAPI</OriginType>
    </Origin>
    <ServiceParams>       
      <ID>1897890060769839</ID>
      <IDType>CardNumber</IDType>
    </ServiceParams>
</PraxellXMLRequest>

Last updated