Skip to content

A simple ordering app with integration to Paystack Terminal showing how to accept payment on delivery

Notifications You must be signed in to change notification settings

PaystackOSS/sample-logistics

Repository files navigation

Sample Logistics

This app simulates an in-person payment experience on order fulfillment. A dispatch rider delivers the customer's items, ask the customer for their QR code or offline reference which is used as an input on the Paystack Terminal. The customer reviews the payment details on the Terminal, slots in their card and makes payment.

Prerequisite

  1. Terminal

    You need a Paystack Terminal to complete the payment flow of this app. Kindly make a request via support@paystack.com

  2. Netlify account

    Netlify functions was used for all API calls to Paystack. If you want to deploy your copy of this site, you should create s Netlify account.

    Deploy to Netlify

🚀 Getting started

  1. Clone the project

    git clone git@github.com:PaystackOSS/sample-logistics.git
  2. Start developing

    Navigate into your new site’s directory and start it up.

    cd sample-logistics/
    yarn
    yarn dev
  3. Open the code and start customizing!

    Your site should be running at http://localhost:3000!

    You should add your environment variable in your .env file. Kindly check the .env.sample file for the required environment variables.

About

A simple ordering app with integration to Paystack Terminal showing how to accept payment on delivery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages