igor-moreira-cko / hosted-payments-cko

An example code for using Hosted Payments 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 Hosted Payments

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

View Demo · Report Bug · Request Feature

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/hosted-payments-cko

(back to top)

About

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


Languages

Language:JavaScript 71.4%Language:HTML 28.6%