-
Get Started
-
Essentials
-
Grow
-
Facebook Messenger
- Messenger Lists - Recurring Notifications in Messenger
- Send Pixel Conversion Events to Facebook
- Send a Broadcast Message
- Get JSON code for Facebook Ads
- Dynamically Enable/Disable Message Composer
- Send Sponsored Messages
- Set Up Personas
- Set Up One-time Notification
- Set Up Bot Persistent Menu
- Set Up Greeting Message
- Set Up Ice Breakers
- Set Up Welcome Message
- Core Components of Messenger Bot
- Auto Reply to Facebook Comments
-
Whatsapp
-
Ecommerce
-
Integration
- GetResponse
- Facebook Ads
- MooSend
- Truemail
- Platformly
- Pipedrive
- Klaviyo
- Mailerlite
- ActiveCampaign
- MailChimp
- Razorpay
- PayPal
- Stripe
- Zapier
- Integromat / Make
- Dialogflow
- Google Sheets
- Show all articles (2) Collapse Articles
-
Advanced
- System Fields
- Set up Omnichannel Links
- Auto reply to voice messages
- Add Webchat to Your Website
- Import Subscribers from Other Bot Platforms
- Export PSIDs
- Send a Broadcast Message
- Provide Your Own Translations for Built-in Flows
- External Requests / Dynamic Contents
- Format Date & Time
- Use Your Own Custom Checkout Page
- Dynamic Gallery Using Google Sheet
- Do Math Calculations Inside Bot
- Create Templates
- Triggers and Actions
- Get JSON code for Facebook Ads
- Set up a Poll within Messenger Bot
- Dynamic Multiple Choice Options
- Show all articles (3) Collapse Articles
-
Analytics
-
Tips & Tricks
-
Billing
Use Your Own Custom Checkout Page
chatrace was a default checkout page where you can connect your Stripe, PayPal or Razorpay to accept payments from your customers.
You can use your own checkout page in your chatbot. Your customer will be redirect to your checkout page once they click on the “Checkout” button.
You will only need to send us the URL of your checkout page.
Data chatrace sent to your checkout page
Imagine your checkout URL is https://example.com
When users click the checkout button inside your bot, we will automatically add these parameters.
order: the order ID and you use it to mark the order as paid.
page: the Facebook page id.
user: the user id for your bot (PSID).
total: the total value of the user shopping cart.
subtotal: the subtotal of the user shopping cart.
Mark an order as paid
After the user paid for the order, you need to use chatrace API to mark an order as paid. Click HERE to learn how to mark an order as paid.
You can use our API if you want more information about the user shopping cart like products in the cart. Learn More