Bill Payment - Initiation

API Corporate pay bill is service to pay goods and services for corporate like utility bills, invoice payments, etc. 

Loading...
Login
Loading...
Loading...
Body
   
{
  "transactionCode": "PAYBILL",
  "annotation": "Free text",
  "payerInformation": {
    "accountNumber": "1111005999"
  },
  "billerInformation": {
    "billerIdentification": "0115085911101",
    "companyCode": "23455",
    "accountNumber": "1111005999",
  },
  "billPaymentInformation": {
    "billReference1": "REF1",
    "billReference2": "REF2",
    "billReference3": "REF3",
    "amount": 2000,
    "rtpReference": "R2022013110201234"
  }
}





   
{
  "paymentReferenceIdentification": "APF210131235959BLFLRZZZZZ",
  "transactionCode": "PAYBILL",
  "annotation": "Free text",
  "payerInformation": {
    "accountNumber": "1111005999",
    "accountName": "Hello Payer"
  },
  "billerInformation": {
    "billerIdentification": "0115085911101",
    "companyCode": "23455",
    "accountNumber": "1111005999",
    "billerAccountNameTH": "บริษัท ทดสอบ จำกัด",
    "billerAccountNameEN": "Biller Corporation",
    "billerNameEN": "Biller Corporation",
    "billerBankCode": "025"
  },
  "billPaymentInformation": {
    "billReference1": "REF1",
    "billReference2": "REF2",
    "billReference3": "REF3",
    "amount": 2000,
    "billedAmount": 2000,
    "billedAmountType": "A1",
    "transactionFeeAmount": 10,
    "communicationFeeAmount": 10,
    "rtpReference": "R2022013110201234"
  }
}