v1
latestOpenAPI 3.0.22026-07-223907721.1 MBVouchers
Get a voucher
Use this call to get a specific single voucher. Please note that you wont get the vouchers secret properties code and pin (use the vouchers/{id}/complete call instead).
get/vouchers/{id}
Path parameters
idstring required
Response
OK
Example response
{
"id": "4ZH83T0ACUUC14CW",
"client_id": "da39a3ee5eb28b7392ef5",
"sku": "AJHS8675FG",
"batch": "Winter Campaign",
"amount": "10.53",
"currency": "EUR",
"valid_until": "2025-07-21T17:32:28+00:00",
"validity_value": 24,
"validity_interval": "months",
"status": "active",
"type": "digital",
"taxable": true,
"tax_rate": "19",
"order_number": "Order 66",
"data": "{\"foo\": \"bar\"}",
"created_at": "2017-07-21T17:32:28+00:00",
"updated_at": "2017-07-21T17:32:28+00:00",
"remaining_amount": "5.50",
"deletable": true
}