Business Resources & Tools | Kredo
RESOURCES

Free Tools
for Your Business.

Guides, templates, and downloads to help you run your business better — all free.

Tools & Plugins

Free downloads to connect Kredo with your existing tools.

Plugin

WooCommerce Integration

Automatically generate and send Kredo receipts to your customers when WooCommerce orders are completed. Works with all WooCommerce themes.

  • Auto-generates receipts on order completion
  • Sends PDF to customer email
  • Easy API key setup in WooCommerce settings
  • Compatible with WooCommerce 6.0+
Download Plugin (.zip)

v1.0.0 — Free forever

Template

Customer Import Template

Use this CSV template to bulk-import your existing customers into Kredo in one go. Fill in the columns and upload from your Customer settings.

  • Includes all required columns
  • Works with Excel and Google Sheets
  • Sample data included
Download CSV Template

Free — updated March 2026

Template

Product Import Template

Add your full product catalogue to Kredo at once. Download this template, fill in your products with prices and stock, and upload it.

  • Name, price, category, stock columns
  • Inventory tracking flag included
  • Compatible with Excel and CSV editors
Download CSV Template

Free — updated March 2026

Read & Learn

Simple guides written for African business owners.

How to Send a Receipt in Under 60 Seconds
Getting Started · 3 min read
Read
How to Track What Your Customers Owe You
Debt Tracking · 5 min read
Read
Invoice vs Receipt: What's the Difference?
Finance Basics · 4 min read
Read
How to Add Staff and Manage Their Access
Team Management · 4 min read
Read
Understanding Your Daily Business Report
Reports · 3 min read
Read
How to Connect Kredo to Your WooCommerce Store
Integration · 7 min read
Read

Build on the
Kredo API

Generate receipts, fetch transaction data, and integrate Kredo into your own app or workflow using our simple REST API.

# Generate a receipt via API
POST https://trykredo.com/apicontroller/generate
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
{
"customer_name": "Tunde Bello",
"items": [{ "description": "Bag of Rice",
"qty": 2, "price": 25000 }]
}