We are proud to partner with SaleSnip on the cutting edge of AI and payments.
This integration allows you to leverage Salesnip’s advanced AI negotiation bot alongside Creem’s robust payment processing. Your customers can negotiate prices automatically, and upon agreement, seamlessly complete their purchase through Creem’s secure checkout.
What you'll learn.
How to integrate Salesnip’s AI negotiation capabilities with Creem’s payment processing to automate your sales process and boost conversions.
Redirect customers to a ready-made negotiation page hosted by Salesnip. Upon successful negotiation, they’ll automatically move to Creem’s checkout.
Embedded Widget
Integrate the negotiation interface directly into your application for a seamless experience. Users can negotiate and checkout without leaving your site.
Using Hosted Negotiation Page
To use the hosted negotiation page, simply use the URL that is returned on the session, from section 2.1, and redirect your user to it. Upon completing the negotiation, the user will be redirected to a Creem checkout session to complete the payment.
Using Embedded Negotiation Widget
To use the embedded Widget, add SalesSnip javascript script into your application, and simply open it using the session ID, that is also returned from the session of section 2.1.
Copy
// Add the script to your HTML<script>!function(e,n){if(!n.loaded){var t,a,r=n||{};for(r.__queue=[],(n=e.createElement("script")).type="text/javascript",n.async=!0,n.src="https://cdn.salesnip.com/v1/script.min.js",(o=e.getElementsByTagName("script")[0])?o.parentNode.insertBefore(n,o):e.head.appendChild(n),r.__handler=function(e){return function(){r.__queue.push([e].concat(Array.prototype.slice.call(arguments,0)))}},t="open on off".split(" "),a=0;a<t.length;a++){var i=t[a];r[i]=r.__handler(i)}var o=new Proxy(r,{get:function(e,n){return n in e||(e[n]=r.__handler(n)),e[n]}});window.salesnip=o,window.salesnip.loaded=1}}(document,window.salesnip||{});</script>// Initialize and open the widget after retrieving the session from step 2.1window.salesnip.open(session.id, { theme: { mode: "dark", })