Endpoints ========= Visitor endpoints ----------------- The following endpoints are configured in this service ``/checkout//`` ########################### The main entry point for users. Here they can configure a PO and VAT number and confirm their order. Upon confirmation they get redirected to Stripe. ``/checkout/stripe-event-webhook/`` ################################### This endpoint is configured as a stripe event webhook, so that we get updated whenever a payment (credit card or bank transfer) has succeeded and we can update the visitors Paid status in Visit. It is secured using `Stripes signing method `_. See also :ref:`stripe_webhook_endpoint` Administrative endpoints ------------------------ ``/admin/`` ########### Access to the Django admin interface. Here you can add new users, and manage PricedItems and Orders. See :ref:`django-admin` ``/visitors/`` ############## Allow for quickly setting a visitor's registration type, extras and paid status in Visit. See :ref:`manage_visitors` ``/report/`` ############## Download a daily generated report with all invoices and credit notes in Stripe. See :ref:`download_stripe_report`