Business Support - QR Parser

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

Loading...
Login
Loading...
Loading...
Body
   
{
  "qrInformation": "|010754700084206\r\n4010167901\r\n3100202384695\r\n0"
}
   
{
  "qrType": "billPayment",
  "billPayment": {
    "payerInformation": {
      "branchCode": "00000",
      "name": "string",
      "taxIdentificationNumber": "string"
    },
    "billerInformation": {
      "branchCode": "00000",
      "billerIdentification": "0115085911101",
      "billerBankCode": "025",
      "accountNumber": "1111005999"
    },
    "billPaymentInformation": {
      "paymentDueDate": "string",
      "amount": 2000.55,
      "quantity": 0,
      "salesAmount": 0,
      "netAmount": 0,
      "vat": 0,
      "vatPercent": 0,
      "billReference1": "REF1",
      "billReference2": "REF2",
      "billReference3": "REF3",
    },
    "withholdingTaxInformationItems": [
      {
        "withheldAmount": 0,
        "withholdingTaxRate": 0,
        "typeOfIncome": "str",
        "withholdingTaxCondition": "string"
      }
    ]
  }
}