POST BillPaymentv2

Documentation for 'BillPaymentv2'.

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",
  "Number": "sample string 2",
  "ApiCode": "sample string 3",
  "Amount": 4.0,
  "AccountNumber": "sample string 5",
  "Authenticator": "sample string 6",
  "CustomerNumber": "sample string 7",
  "DueDate": "sample string 8",
  "TransactionRef": "sample string 9",
  "BillRefNo": "sample string 10",
  "Image": "sample string 11",
  "ImageFormat": "sample string 12"
}

text/xml

Sample:
<BillPaymentRequestEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities">
  <AccountNumber>sample string 5</AccountNumber>
  <Amount>4</Amount>
  <ApiCode>sample string 3</ApiCode>
  <Authenticator>sample string 6</Authenticator>
  <BillRefNo>sample string 10</BillRefNo>
  <CustomerNumber>sample string 7</CustomerNumber>
  <DueDate>sample string 8</DueDate>
  <Image>sample string 11</Image>
  <ImageFormat>sample string 12</ImageFormat>
  <Number>sample string 2</Number>
  <Token>sample string 1</Token>
  <TransactionRef>sample string 9</TransactionRef>
  <UserId>13</UserId>
</BillPaymentRequestEntity>

application/x-www-form-urlencoded

Sample:

Sample not available.

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