Create Voucher Program

POST https://api.uber.com/v1/organizations/:organization_id/voucher-programs

https://developer.uber.com/docs/vouchers/references/api/v1/organizations-organization_id-voucher-programs-post**

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

KeyDatatypeRequiredDescription
access_tokenstring

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Accept-Languagestring
User-Agentstring

RESPONSES

status: OK

{"voucher_program_id":"Redacted"}