Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
name | type | default | info |
---|---|---|---|
type | array of entries | NONE | REQUIRED, can be classic, regional, national or lunch |
postal_data_id | array of entries | NONE | REQUIRED if regional or lunch |
merchant_id | array of entries | NONE | REQUIRED, required if national |
merchant_network_id | array of entries | NONE | REQUIRED, required if national |
curl --location --request PUT 'https://www-staging.givve.com/api/card_orders//entries//voucher_configuration' \
--header 'Authorization: Bearer ' \
--header 'Accept-Version: v2' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "string",
"postal_data_id": "string",
"merchant_id": "string",
"merchant_network_id": "string"
}'
{}