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
@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>
@spec get_payment_links_payment_link( client :: ExOAPI.Client.t(), payment_link :: String.t(), [get_payment_links_payment_link_opts()] ) :: {:ok, any()} | {:error, any()}
description: <p>Retrieve a payment link.</p>
get_payment_links_payment_link_line_items(client, payment_link, opts \\ [])
View Source@spec get_payment_links_payment_link_line_items( client :: ExOAPI.Client.t(), payment_link :: String.t(), [get_payment_links_payment_link_line_items_opts()] ) :: {:ok, any()} | {:error, any()}
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>
@spec post_payment_links(client :: ExOAPI.Client.t(), body :: map()) :: {:ok, any()} | {:error, any()}
description: <p>Creates a payment link.</p>
@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>