No-Code Integrations

Connect the store or payment processor you already use so every completed order is credited to the right creator automatically, with no code.


The developer quickstart covers sending purchases to Smler yourself, from your own server. If you would rather not write that call at all, or you do not have a developer on hand, connect the store or payment processor you already use instead. Once connected, every completed order gets tracked and credited to a creator automatically, with no code.

Integrations tab showing Shopify, WooCommerce, Stripe, and Polar cards, each with setup steps and a webhook URL field

This lives on the Integrations tab of the Attribution page. Pick whichever one you take payments through:

Shopify

  1. Shopify Admin, Settings, Notifications, scroll to Webhooks, Create webhook.

  2. Event: "Order payment" (orders/paid). Format: JSON. Paste in the webhook URL Smler shows you.

  3. Under Apps, Develop apps, your app, API credentials, copy the "API secret key" and paste it into Smler.

WooCommerce

  1. WordPress Admin, WooCommerce, Settings, Advanced, Webhooks, Add webhook.

  2. Topic: "Order updated". Delivery URL: paste in the webhook URL Smler shows you.

  3. Make up any secret string, paste it into both WooCommerce's Secret field and Smler.

Stripe

  1. Stripe Dashboard, Developers, Webhooks, Add endpoint.

  2. Endpoint URL: paste in the URL Smler shows you. Event: "checkout.session.completed".

  3. Click the endpoint, reveal the "Signing secret" (starts with whsec_), paste it into Smler.

Polar

  1. Polar Dashboard, your organization, Settings, Webhooks, Add endpoint.

  2. Endpoint URL: paste in the URL Smler shows you. Event: "order.paid".

  3. Copy the secret Polar shows you and paste it into Smler.

After connecting

Click Connect once both the URL is in your platform and the secret is saved in Smler. From then on, a completed order there flows straight into your Overview, Campaigns, and Influencers tabs, matched back to whichever creator's link the customer clicked, with no further setup.

You still need the client side snippet from the Developer Quickstart installed on your storefront. The webhook tells Smler a sale happened; the snippet is what let Smler know which visitor, and therefore which creator, to credit it to.

Published with LeafPad