View Source ExChargebee.PaymentIntent (ex_chargebee v0.4.0)

An interface for Interacting with payment_intents

For More information see Chargebee payment_intent Documentation

Summary

Functions

Link to this function

create(params, path \\ "", opts \\ [])

View Source

Creates a payment_intent.

Find more information in the Chargebee Documentation

Link to this function

resource_base_path(path \\ "")

View Source
Link to this function

resource_path(id, path \\ "")

View Source
Link to this function

retrieve(resource_id, opts \\ [])

View Source
Link to this function

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

View Source

Updates a payment_intent.

Find more information in the Chargebee Documentation