Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
| name | type | default | info |
|---|---|---|---|
| voucher_category | string | NONE | OPTIONAL, defaults to mixed, can be mixed, unlimited, benefit_in_kind, lunch and public_sector |
| description | string | NONE | OPTIONAL |
curl --location --request POST 'https://www-staging.givve.com/api/card_orders' \
--header 'Accept-Version: v2' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"save_mode": "mixed",
"entries": "string"
}'{}