Handles PaymentMethodConfiguration resource endpoints.
Summary
Functions
Creates a payment method configuration.
Lists payment method configurations.
Retrieves a payment method configuration by ID.
Updates a payment method configuration.
Functions
@spec create(Plug.Conn.t()) :: Plug.Conn.t()
Creates a payment method configuration.
@spec list(Plug.Conn.t()) :: Plug.Conn.t()
Lists payment method configurations.
@spec retrieve(Plug.Conn.t(), String.t()) :: Plug.Conn.t()
Retrieves a payment method configuration by ID.
@spec update(Plug.Conn.t(), String.t()) :: Plug.Conn.t()
Updates a payment method configuration.