CSQ Docs
  1. Billpayment
CSQ Docs
eVSB
  • eVSB
  • Overview
  • Headers
  • Methods
  • Error Codes
  • Test connection
    • ping echo
      GET
    • ping
      GET
  • Utils
    • Balances
      GET
    • Prices Direct
      GET
    • Prices Reverse
      GET
  • Prepaid
    • Recharge
      • Get Products
      • Purchase
    • Vouchers
      • Get Products
      • Vouchers Purchase
      • Voucher Additional Data
      • Get Finished Vouchers
    • Supermarket vouchers
      • Supermarket Vouchers Purchase
  • Postpaid
    • Billpayment
      • Get Parameters
        GET
      • Get Invoices
        POST
      • Payment
        POST
  1. Billpayment

Get Parameters

GET
/post-paid/bill-payment/parameters/{terminalId}/{operatorId}
postpaid-bill-payment-controller

Request

Path Params
terminalId
integer <int32>
required
operatorId
integer <int32>
required
Header Params
U
string 
required
Default:
{{U}}
SH
string 
required
Default:
{{SH}}
ST
string 
required
Default:
{{ST}}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://evsbus.csqworld.com/post-paid/bill-payment/parameters//' \
--header 'U;' \
--header 'SH;' \
--header 'ST;'

Responses

🟢200OK
application/json
OK
Body
rc
integer <int32>
optional
message
string 
optional
front
array[object (BillPaymentFront) {4}] 
optional
name
string 
optional
label
string 
optional
type
enum<string> 
optional
Allowed values:
INPUTSELECT
list
array[object (BillPaymentValue) {2}] 
optional
query
array[string]
optional
pay
array[string]
optional
Example
{
  "rc": 0,
  "message": "string",
  "front": [
    {
      "name": "string",
      "label": "string",
      "type": "INPUT",
      "list": [
        {
          "text": "string",
          "value": "string"
        }
      ]
    }
  ],
  "query": [
    "string"
  ],
  "pay": [
    "string"
  ]
}
Modified at 2024-12-11 15:21:08
Previous
Billpayment
Next
Get Invoices
Built with