POST BillerPayment

Documentation for 'BillerPayment'.

Request Information

Parameters

NameDescriptionAdditional information
model
Documentation for 'model'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Token": "sample string 1",
  "BillerRefNo": "sample string 2",
  "Amount": "sample string 3",
  "PaymentFor": "sample string 4",
  "PaymentMode": "sample string 5",
  "TPIN": "sample string 6"
}

text/xml

Sample:
<BLBillerPaymentsEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities">
  <Amount>sample string 3</Amount>
  <BillerRefNo>sample string 2</BillerRefNo>
  <PaymentFor>sample string 4</PaymentFor>
  <PaymentMode>sample string 5</PaymentMode>
  <TPIN>sample string 6</TPIN>
  <Token>sample string 1</Token>
  <UserID>7</UserID>
</BLBillerPaymentsEntity>

application/x-www-form-urlencoded

Sample:

Sample not available.

URI parameters
=
Headers | Add header
: Delete
Body
Samples:
Status
Headers
Body