Stripe.Services.Terminal.ConnectionTokenService (tiger_stripe v0.3.0)

Copy Markdown View Source

TerminalConnectionToken

A Connection Token is used by the Stripe Terminal SDK to connect to a reader.

Related guide: Fleet management

Summary

Functions

create(client, params \\ %{}, opts \\ [])

Create a Connection Token

To connect to a reader the Stripe Terminal SDK needs to retrieve a short-lived connection token from Stripe, proxied through your server. On your backend, add an endpoint that creates and returns a connection token.