POST SDBillPayment

Documentation for 'SDBillPayment'.

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",
  "OperatorCode": "sample string 2",
  "Amount": "sample string 3",
  "MobileNumber": "sample string 4",
  "ConsumerNumber": "sample string 5",
  "AccountNumber": "sample string 6",
  "Authenticator": "sample string 7",
  "Payment": "sample string 8",
  "DueDate": "sample string 9",
  "BillDate": "sample string 10",
  "ConsumerName": "sample string 11",
  "BillNumber": "sample string 12",
  "BillRefNumber": "sample string 13"
}

text/xml

Sample:
<SDKBillPaymentRequestEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities">
  <AccountNumber>sample string 6</AccountNumber>
  <Amount>sample string 3</Amount>
  <Authenticator>sample string 7</Authenticator>
  <BillDate>sample string 10</BillDate>
  <BillNumber>sample string 12</BillNumber>
  <BillRefNumber>sample string 13</BillRefNumber>
  <ConsumerName>sample string 11</ConsumerName>
  <ConsumerNumber>sample string 5</ConsumerNumber>
  <DueDate>sample string 9</DueDate>
  <MobileNumber>sample string 4</MobileNumber>
  <OperatorCode>sample string 2</OperatorCode>
  <Payment>sample string 8</Payment>
  <Token>sample string 1</Token>
</SDKBillPaymentRequestEntity>

application/x-www-form-urlencoded

Sample:

Sample not available.

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