E-commerce
ShopRenter
Hungarian shop platform, authenticated with a shared secret.
OfficialWe wrote it and we maintain it. If it breaks, fixing it is our job.
ShopRenter publishes no signing scheme, so the secret travels in a header of ours. Weaker — anyone who sees one request can replay it — which is why the endpoint URL carries an unguessable id as well.
What it needs
- A shop connectionrequired
Under Settings → Webshops, with an endpoint URL and a secret.
Connecting it
- 1Under Settings → Webshops, create a connection for this platform. You get an endpoint URL and a secret.
- 2In the shop's admin, add an order webhook to that URL with the secret.
- 3Choose which module and stage a new order's deal lands in.
- 4One order number stays one contact and one deal, however many times the shop retries.
Signing
A request carries it in this header: x-minicrm-secret
A shared secret in the header rather than a signature — anyone who sees one request can replay it. That is why the endpoint URL carries an unguessable id as well.
See it before you pay for it
14 days, no card. If it doesn't suit you, export everything and leave — the data stays yours.