Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
| name | type | default | info |
|---|---|---|---|
| voucher_token | string | NONE | OPTIONAL/REQUIRED |
| voucher_id | entry | string | OPTIONAL/REQUIRED |
| amount[cents] | money | NONE | OPTIONAL |
curl --location --request POST 'https://www-staging.givve.com/api/scheduled_load_orders//entries' \
--header 'Accept-Version: v2' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"voucher_token": "string",
"optional": "string",
"amount": {
"cents": 1000
}
}'{
"meta": null,
"data": {
"id": "string",
"created_at": {
"informational_timestamp": "2019-08-24T14:15:22.123Z"
},
"updated_at": {
"informational_timestamp": "2019-08-24T14:15:22.123Z"
},
"amount": {
"cents": 0,
"currency": "EUR"
},
"voucher": {
"id": "string",
"type": "string",
"token": "string"
},
"paused": true
}
}