Talkr AI
Connectors

Stripe

Create Stripe payment links and check payment status from a live call.

This is the Stripe connector, used by agents to charge your organization's own customers with your organization's own Stripe account. It's unrelated to how you pay for Talkr itself.

The Stripe connector lets your voice agents create payment links for ad-hoc amounts and check payment status directly from a conversation, using your organization's own Stripe account.

Connect it

Stripe uses a secret key, not OAuth.

  1. Go to /connectors and click Connect on Stripe.
  2. Enter your Secret Key (from your Stripe Dashboard's API keys page).
  3. Click Connect.

Actions

ActionDescriptionParameters
create_payment_linkCreate a payment link for an ad-hoc amount, returning a payable checkout URL.description (required), amount (required, major currency units e.g. 49.99), currency
get_payment_statusCheck the status of a payment by its PaymentIntent ID.payment_intent_id (required)

Attach these to a workflow node like any other tool — see Tools for how tool attachment and invocation work.

Example

A sales agent quotes a price, calls create_payment_link for that amount, and reads (or texts) the resulting checkout URL to the caller.

On this page