igor-moreira-cko / payment-links-cko

An example code for using Payment Links in the Checkout.com API. Built with Node and Express.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forks Stargazers Issues LinkedIn

Checkout.com Payment Links

A very simple HTML and JavaScript example for getting Payments links
Explore the Checkout.com Payment Links docs »

Report Bug

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

Built With

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • npm
    npm install npm@latest -g

Installation

  1. Get a free API Key at Checkout.com - Get test account

  2. Clone the repo

    git clone https://github.com/github_username/repo_name.git
  3. Install NPM packages

    npm install
    
  4. Enter your Secret API key in /node/server.js

    const API_KEY = 'ENTER YOUR SECRET KEY';

(back to top)

Contact

Igor Quoos Moreira - @iqmoreira - igor.moreira@checkout.com

Project Link: https://github.com/igor-moreira-cko/payment-links-cko

(back to top)

About

An example code for using Payment Links in the Checkout.com API. Built with Node and Express.


Languages

Language:JavaScript 70.5%Language:HTML 29.5%