CSQ Docs
  1. Vouchers
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
        GET
      • Vouchers Purchase
        POST
      • Voucher Additional Data
        GET
      • Get Finished Vouchers
        GET
    • Supermarket vouchers
      • Supermarket Vouchers Purchase
  • Postpaid
    • Billpayment
      • Get Parameters
      • Get Invoices
      • Payment
  1. Vouchers

Voucher Additional Data

GET
/pre-paid/vouchers/additional-data/{terminalId}/{operatorId}/{token}
prepaid-vouchers-controller

Request

Path Params
terminalId
integer <int32>
required
operatorId
integer <int32>
required
token
string 
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/pre-paid/vouchers/additional-data///' \
--header 'U;' \
--header 'SH;' \
--header 'ST;'

Responses

🟢200OK
application/json
Body
rc
integer <int32>
optional
items
array[object (VoucherExtraInfo) {7}] 
optional
resultcode
integer <int32>
optional
resultmessage
string 
optional
redeemAccount
string 
optional
redeemInstructions
string 
optional
redeemCode
string 
optional
expiration
string 
optional
additionalData
object (AdditionalDataDto) 
optional
Example
{
  "rc": 0,
  "items": [
    {
      "resultcode": 0,
      "resultmessage": "string",
      "redeemAccount": "string",
      "redeemInstructions": "string",
      "redeemCode": "string",
      "expiration": "string",
      "additionalData": {
        "key": "string",
        "value": "string"
      }
    }
  ]
}
Previous
Vouchers Purchase
Next
Get Finished Vouchers
Built with