Skip to main content
Version: 2.0

Payments - Parameters

The parameters that are set in the container for the Parthenon payment module are as follows.

parameter_namedescription
parthenon_payments_stripe_private_api_keyThe API key that Stripe provides for server side calls, it is called the private api key by Stripe.
parthenon_payments_stripe_public_api_keyThe API key that Stripe provides for the javascript api, it is called the public api key by Stripe.
parthenon_payments_stripe_success_urlThe URL to be provided to the Stripe Checkout that is to be used for Stripe to redirect to upon success.
parthenon_payments_stripe_cancel_urlThe URL to be provided to the Stripe Checkout that is to be used when the user wants to cancel the checkout.
parthenon_payments_stripe_return_urlThe URL to be provided to the Stripe Checkout that is to be used when the user wants to return to the application.
parthenon_payments_pricesThe stripe prices
parthenon_payments_success_redirect_routeThe route that is to be redirected to once they've returned to the application. This is used when the user has been redirected to the application's success endpoint by Stripe and then the application redirects them to this route.
parthenon_payments_cancel_checkout_redirect_routeThe route that is to be redirected to once they've returned to the application. This is used when the user has been redirected to the application's cancel endpoint by Stripe and then the application redirects them to this route.