payments-py

module environments

Global Variables


function get_environment

get_environment(
    name: Literal['sandbox', 'live', 'staging_sandbox', 'staging_live', 'custom']
)  EnvironmentInfo

Get the environment configuration by name.

Args:

Returns:

Raises:


class EnvironmentInfo

Data class to store environment information.

Attributes:

method __init__

__init__(
    backend: str,
    proxy: str,
    helicone_url: str,
    frontend: str = None
)  None

This file was automatically generated via lazydocs.