Skip to main content
Beep is Paytring’s decision model. It reads a state — a ticket, an email, a checkout note, or any JSON document — and answers the typed questions you define. It is not a chatbot: it never writes prose. Every response is a typed decision with probabilities you can automate on.

What it can do

Answer in three decision types

Choice: pick one of your labels, such as billing or high_risk. Score: place the state on a scale you define, such as urgency from 0 to 2. Probability: return how likely a statement is, from 0 to 1.

Return probabilities, not just a guess

Every option comes with its probability, and each answer carries a confidence value. High-confidence answers can be automated; low-confidence ones can be routed to a human.

Answer several questions at once

Up to four typed questions about the same state are evaluated together, and every answer comes back in one response.

Read text or structured data

Plain sentences, support messages, order and payment JSON, or conversation turns. Beep reads the state and the questions together.

Use your own labels, no training

You define the labels, scales, and wording at request time. Adding a new category or queue never requires a new model.

Behave predictably in production

The same state and questions produce the same decision. Responses arrive in tens of milliseconds and never trigger a payment, refund, or retry.

Decisions Beep can express

The same model expresses all of these because the decision is defined by your questions, not baked into the model.

Built for payment operations

Beep powers the workflows in AI Use Cases: transaction risk signals, payment method prediction, duplicate charge and refund triage, failed-payment retries, dispute routing, and support ticket triage.
Access is enabled per account, authenticated with HTTP Basic using your Paytring credentials. Contact your Paytring account manager to get started.

Next steps

AI Use Cases

Payment workflows you can build with Beep.

Classify API

Request format and response reference, when you are ready to integrate.