View Source ExChargebee.PaymentIntent (ex_chargebee v0.4.5)

An interface for Interacting with payment_intents

For More information see Chargebee payment_intent Documentation

Summary

Functions

Link to this function

create(params, opts \\ [])

View Source
@spec create(
  map(),
  keyword()
) :: map() | nil

Creates a payment_intent.

Find more information in the Chargebee Documentation

@spec operations() :: Keyword.t()
Link to this function

retrieve(resource_id, opts \\ [])

View Source
@spec retrieve(
  String.t(),
  keyword()
) :: map() | nil
Link to this function

update(resource_id, params, opts \\ [])

View Source
@spec update(String.t(), map(), keyword()) :: map() | nil

Updates a payment_intent.

Find more information in the Chargebee Documentation