Bill Payment - Transaction Status Inquiry

The Bill Payment Online API is service to accept bill payment or provide top-up service. The biller could the verification of accuracy of reference number, the amount of payment and other conditions before account debit. 

Loading...
Login
Loading...
Loading...
Body
   
{
  "paymentReferenceIdentification": "b18c53f0-80bd-45a7-a4bc-92e7c0a2298e",
  "transactionStartDate": "2022-01-01",
  "transactionEndDate": "2022-01-31",
  "paymentChannel": "ATM - Krungsri"
}
   
      "payerInformation": {
        "bankCode": "025",
        "accountNumber": "1111005999",
        "accountName": "TBC",
        "chequeNumber": "1234567890",
        "chequeBankCode": "1234567890",
        "chequeBranchCode": "700",
        "branchCode": "0700",
        "tellerId": "AAAA0001"
      },
      "billerInformation": {
        "billerIdentification": "0115085911101",
        "companyCode": "23455",
        "accountNumber": "1111005999"
      },
      "billPaymentInformation": {
        "amount": 2000,
        "paymentInstrument": "2000",
        "billReference1": "reference 1",
        "billReference2": "reference 2",
        "billReference3": "reference 3",
        "rtpReference": "R025209400000008"
      }