How Tyrbo plugs into your Stripe flow

Your checkout stays yours. Tyrbo just needs enough metadata to match attributed sales cleanly.

Step 1 — Connect Stripe to Tyrbo

  • Use the Stripe connect link Tyrbo gives you.
  • This lets Tyrbo verify attributed sales without replacing your checkout.

Step 2 — Preserve Tyrbo attribution fields

When a buyer comes from Tyrbo traffic, preserve these values into Stripe:

  • tyrbo_attribution_id
  • tyrbo_offer_id
  • tyrbo_business_id

Stripe Checkout example

client_reference_id = tyrbo_attribution_id
metadata = {
  tyrbo_attribution_id,
  tyrbo_offer_id,
  tyrbo_business_id
}

PaymentIntent example

metadata = {
  tyrbo_attribution_id,
  tyrbo_offer_id,
  tyrbo_business_id
}

What Tyrbo checks

  • the attribution ID exists
  • the payment event lands in Stripe
  • the conversion maps back to the originating Tyrbo traffic