View Source ExOAPI.Stripe.SDK.PaymentLinks (exoapi_stripe v0.1.1)

Link to this section Summary

Functions

description: <p>Returns a list of your payment links.</p>

description: <p>Retrieve a payment link.</p>

description: <p>When retrieving a payment link, there is an includable <strong>line_items</strong> property containing the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of line items.</p>

description: <p>Creates a payment link.</p>

description: <p>Updates a payment link.</p>

Link to this section Types

Link to this section Functions

Link to this function

get_payment_links(client, opts \\ [])

View Source
@spec get_payment_links(client :: ExOAPI.Client.t(), [get_payment_links_opts()]) ::
  {:ok, any()} | {:error, any()}

description: <p>Returns a list of your payment links.</p>

Link to this function

post_payment_links(client, body)

View Source
@spec post_payment_links(client :: ExOAPI.Client.t(), body :: map()) ::
  {:ok, any()} | {:error, any()}

description: <p>Creates a payment link.</p>

Link to this function

post_payment_links_payment_link(client, body, payment_link)

View Source
@spec post_payment_links_payment_link(
  client :: ExOAPI.Client.t(),
  body :: map(),
  payment_link :: String.t()
) :: {:ok, any()} | {:error, any()}

description: <p>Updates a payment link.</p>