App Introduction
Recover abandoned carts, checkouts, and unpaid orders with email reminders. Add QR codes. Payster automatically monitors pending orders, draft orders, and abandoned checkouts in the backend and sends email reminders. You can also add payment QR codes directly at checkout (thank-you page and order status page). Payster is ideal for offline payment methods (e.g., bank transfers, Cash on Delivery [COD], Boleto, Konbini, Paytm, Payoneer, PIX, Oxxo), deferred payments, and in-store pickup to remind customers to collect their orders.
Core Functionality
- Send automatic email reminders for unpaid (draft) orders
- Recover abandoned carts and checkouts
- Payment reminders for bank transfers, cash on delivery, Boleto, PIX, Konbini, etc.
- Add payment QR codes at checkout
- Automatically cancel unpaid orders after X days
Merchant-Friendly
- Independent Station Merchants
- Online Retail Merchants
- Multi-category E-commerce
- Cross-border E-commerce Merchants
Basic Information
- Developer:Digismoothie
- Address:Rohanske nabrezi 678/29, Prague, 18600, CZ
- Price: Free / Free plan
- Rating:4 / 5
- Comment Count:3 comment
- Release Date:2021-8-12
- Supported languages:English、Portuguese (Brazil)、German
- Compatible products:Shopify
Application Screenshot
Price Plan
Full
- Unlimited Orders & Checkouts
- Customizable Emails & Timelines
- Payment QR Codes in Checkout & Emails
- Auto-Cancel Unpaid Orders
- Advanced HTML Editor
- Chat & Email Support
User Location & Comments
User Location
Comments
Shopify API Used
- POST /admin/api/orders/{order_id}/send_reminder.json
- GET /admin/api/orders.json?status=draft
- PUT /admin/api/orders/{order_id}/tags.json
Permission:read_orders,write_orders,manage_notifications
- POST /admin/api/abandoned_checkouts/{id}/send_reminder.json
- GET /admin/api/abandoned_checkouts.json
- PUT /admin/api/abandoned_checkouts/{id}/tags.json
Permission:read_abandoned_checkouts,write_abandoned_checkouts,manage_notifications
- POST /admin/api/orders/{order_id}/send_payment_reminder.json
- GET /admin/api/orders.json?financial_status=pending&payment_method=bank_transfer
- PUT /admin/api/orders/{order_id}/notes.json
Permission:read_orders,write_orders,manage_payments
- POST /admin/api/payment_gateways/{id}/settings.json
- GET /admin/api/payment_gateways.json
- PUT /admin/api/checkout/settings.json
Permission:manage_payments,write_checkout_settings,read_checkout_settings
- POST /admin/api/orders/{order_id}/cancel.json
- GET /admin/api/orders.json?financial_status=pending&created_at_min={x_days_ago}
- PUT /admin/api/orders/{order_id}/status.json
Permission:read_orders,write_orders,manage_fulfillment