Skip to content

Using Checkout API to accept credit card payments

Notifications You must be signed in to change notification settings

natan88/card-payment-sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Card payment processing with Checkout API

This is a simple example of how you can accept credit card payments by integrating our Checkout API

In this repository you will find two main folders:

  • client:

    Basic implementation of a checkout and its payment form, complying with the necessary security requirements to collect sensitive user information.

  • server:

    Basic server-side implementation, serving client-side static resources and allowing to post collected information directly to our API and process a payment request.


How to run it

Clone or download this project, move to the server implementation of your choice and follow its README instructions.

If you are programming in a different language, we offer a client-side sample which will allow you to write your own server-side implementation using our API Reference as a guideline.

About

Using Checkout API to accept credit card payments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 35.4%
  • JavaScript 30.0%
  • CSS 27.5%
  • PHP 7.1%