Create Voucher Program
POST https://api.uber.com/v1/organizations/:organization_id/voucher-programs
This API call generates a voucher_id, which is the identifier value for the entire voucher program.**
This API call utilizes a SINGLECODEMULTI_REDEEM code scheme.
redemptionspercode is the number of times a code can be redeemed. This value can be customized.
valuepertripmaxamount is the maximum dollar amount each voucher can cover on each trip fare. This value can be customized.
valueperperiodmaxtrips is the maximum number of trips a rider can take, per period. This value can be customized.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
access_token | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept-Language | string | ||
User-Agent | string |
RESPONSES
status: OK
{"voucher_program_id":"Redacted"}