Apointoo
← Integrations
PaymentsVia API

Stripe (post-payment)

Send the sale to Google Ads after the Stripe checkout — with refund retraction.

SaaS and product teams lose the trail at the payment platform: Google saw the click, but the sale closes inside Stripe and never makes it back. Apointoo closes that gap from your webhook — no packaged adapter required.

The sale closes after the checkout, out of Google’s reach

Google Ads optimizes on whatever it can see, and a Stripe checkout is invisible to it. You pay for clicks while bidding learns from page events, because the revenue event happens server-side, later.

Wire your Stripe webhook to the conversion API

On checkout.session.completed, your webhook calls Apointoo with the matched GCLID; Apointoo sends the sale to Google Ads as an offline conversion with an order_id. On charge.refunded, it retracts. This runs through the direct-confirm path — the same one any custom backend uses.

What it sends to Google Ads
sale_paidsubscription_activerefund_retraction
import { app } from '@vizuh/apointoo-sdk/adapters/booking/direct-confirm'