Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/decisions/0027-self-service-pricing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ We will define Stripe products and prices via Terraform. These prices will be m
available via a central python API method within enterprise-access which
dynamically fetches the prices from Stripe, possibly internationalizes it, then
serializes it in a way that is consumable by frontends. This python API in
turn will drive the inclusion of price data within various REST APIs:
turn will drive the inclusion of price data within various APIs:

* enterprise_access.apps.customer_billing.get_price()

* Python API which powers all the following endpoints.

* GET https://enterprise-access.edx.org/api/v1/billing/prices

Expand Down