10000 GitHub - merchantpro/demo-apps: Demo apps for the MerchantPro App Store
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

merchantpro/demo-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MerchantPro Demo Apps

This repository showcases the endpoints required for two demo third-party applications for the MerchantPro App Store. The repository contains two separate demo applications: test_pay and hello_world.

Repository Structure

The repository is structured as follows:

.
├── hello_world
│   ├── callback.php
│   ├── install.php
└── test_pay
    ├── callback.php
    ├── install.php
    ├── pay.php

hello_world

This directory contains the files for the hello_world application.

  • callback.php: Handles webhook callbacks by validating the HMAC signature and processing the webhook data.
  • install.php: Manages the installation process by exchanging a code for API credentials.

test_pay

This directory contains the files for the test_pay application.

  • callback.php: Handles webhook callbacks by validating the HMAC signature and processing the webhook data.
  • install.php: Manages the installation process by exchanging a code for API credentials.
  • pay.php: Placeholder for payment processing logic.

License

This repository is licensed under the MIT License. See the LICENSE file for more details.


These demo applications are designed to help developers understand how to integrate with the MerchantPro App Store by providing example endpoints for handling webhooks and managing app installations.

About

Demo apps for the MerchantPro App Store

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0