Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
Authorization: Bearer ********************curl --location --request GET '/vouchers/' \
--header 'Authorization: Bearer <token>'{
"meta": null,
"data": {
"id": "string",
"token": "string",
"currency": "string",
"state": "string",
"payment_locks": [
"string"
],
"balance": null,
"blocked_amount": null,
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"expires_on": "2019-08-24",
"customer": null,
"emboss_line_1": null,
"emboss_line_2": null,
"excluded_from_load_order": true,
"renew": true,
"activatable": true,
"awaiting_activation": true,
"last_activation_at": null,
"mcc_group": "string",
"owner": null,
"replacement": {
"prev": null,
"next": null
},
"configuration_changeable": true,
"configuration": null,
"allow_3d_secure_enrolment": true,
"category": "benefit_in_kind",
"property1": "string",
"property2": "string",
"number": "string",
"is_3d_secure_enrolled": true,
"is_mobile_wallet_enroled": true
}
}