An open API service indexing awesome lists of open source software.

https://github.com/checkout/sample-projects


https://github.com/checkout/sample-projects

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Checkout Sample Projects

[![build-status](https://github.com/checkout/sample-projects/actions/workflows/create_java_package.yml/badge.svg)](https://github.com/checkout/sample-projects/actions/workflows/create_java_package.yml)

[![build-status](https://github.com/checkout/sample-projects/actions/workflows/create_net_package.yml/badge.svg)](https://github.com/checkout/sample-projects/actions/workflows/create_net_package.yml)

[![build-status](https://github.com/checkout/sample-projects/actions/workflows/create_php_package.yml/badge.svg)](https://github.com/checkout/sample-projects/actions/workflows/create_php_package.yml)

[![build-status](https://github.com/checkout/sample-projects/actions/workflows/create_python_package.yml/badge.svg)](https://github.com/checkout/sample-projects/actions/workflows/create_python_package.yml)

[![build-status](https://github.com/checkout/sample-projects/actions/workflows/create_ruby_package.yml/badge.svg)](https://github.com/checkout/sample-projects/actions/workflows/create_ruby_package.yml)

[![build-status](https://github.com/checkout/sample-projects/actions/workflows/create_go_package.yml/badge.svg)](https://github.com/checkout/sample-projects/actions/workflows/create_go_package.yml)

[![build-status](https://github.com/checkout/sample-projects/actions/workflows/create_node_package.yml/badge.svg)](https://github.com/checkout/sample-projects/actions/workflows/create_node_package.yml)

[![GitHub license](https://img.shields.io/github/license/checkout/sample-projects.svg)](https://github.com/checkout/sample-projects/blob/main/LICENSE)

In this repository you can get a sample of integration in the different languages that the SDK Team of Checkout give support.

## SDK language supports
SDK Checkout support these languages:

- JAVA
- NET
- PHP
- Python
- Ruby
- Go
- Javascript (NodeJs)

## Sample Repositories
Also you can access the repositories and check the documentation here:
- [ JAVA ](https://github.com/checkout/sample-projects/tree/main/java)
- [ NET](https://github.com/checkout/sample-projects/tree/main/net)
- [ PHP](https://github.com/checkout/sample-projects/tree/main/php)
- [ Python](https://github.com/checkout/sample-projects/tree/main/python)
- [ Ruby](https://github.com/checkout/sample-projects/tree/main/ruby)
- [ Go](https://github.com/checkout/sample-projects/tree/main/go)
- [ Javascript (NodeJs)](https://github.com/checkout/sample-projects/tree/main/node)

## Sample Packages
You can access directly to the packages here:
- [ JAVA](https://github.com/checkout/sample-projects/blob/packages/java.zip)
- [ NET](https://github.com/checkout/sample-projects/blob/packages/net.zip)
- [ PHP](https://github.com/checkout/sample-projects/blob/packages/php.zip)
- [ Python](https://github.com/checkout/sample-projects/blob/packages/python.zip)
- [ Ruby](https://github.com/checkout/sample-projects/blob/packages/ruby.zip)
- [ Go](https://github.com/checkout/sample-projects/blob/packages/go.zip)
- [ Javascript (NodeJs)](https://github.com/checkout/sample-projects/blob/packages/node.zip)

Download, unzip, add your keys, build and run in your preferred language. You can adapt these samples to your projects.

## All together in a simple view

| Language | Repository | Package | Status | SDK Version |
|:--------:|:----------:|:-------:|:-------|:------------|
| | [:link:](https://github.com/checkout/sample-projects/tree/main/java) | [:arrow_down:](https://github.com/checkout/sample-projects/blob/packages/java.zip) | [![build-status](https://github.com/checkout/sample-projects/actions/workflows/create_java_package.yml/badge.svg)](https://github.com/checkout/sample-projects/actions/workflows/create_java_package.yml) | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.checkout/checkout-sdk-java/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.checkout/checkout-sdk-java/) |
| | [:link:](https://github.com/checkout/sample-projects/tree/main/net) | [:arrow_down:](https://github.com/checkout/sample-projects/blob/packages/net.zip) | [![build-status](https://github.com/checkout/sample-projects/actions/workflows/create_net_package.yml/badge.svg)](https://github.com/checkout/sample-projects/actions/workflows/create_net_package.yml) | [![NuGet](https://img.shields.io/nuget/v/CheckoutSDK.svg)](https://www.nuget.org/packages/CheckoutSDK) |
| | [:link:](https://github.com/checkout/sample-projects/tree/main/php) | [:arrow_down:](https://github.com/checkout/sample-projects/blob/packages/php.zip) | [![build-status](https://github.com/checkout/sample-projects/actions/workflows/create_php_package.yml/badge.svg)](https://github.com/checkout/sample-projects/actions/workflows/create_php_package.yml) | [![Latest Stable Version](http://poser.pugx.org/checkout/checkout-sdk-php/v)](https://packagist.org/packages/checkout/checkout-sdk-php) |
| | [:link:](https://github.com/checkout/sample-projects/tree/main/python) | [:arrow_down:](https://github.com/checkout/sample-projects/blob/packages/python.zip) | [![build-status](https://github.com/checkout/sample-projects/actions/workflows/create_python_package.yml/badge.svg)](https://github.com/checkout/sample-projects/actions/workflows/create_python_package.yml) | [![PyPI - latest](https://img.shields.io/pypi/v/checkout-sdk?label=latest&logo=pypi)](https://pypi.org/project/checkout-sdk) |
| | [:link:](https://github.com/checkout/sample-projects/tree/main/ruby) | [:arrow_down:](https://github.com/checkout/sample-projects/blob/packages/ruby.zip) | [![build-status](https://github.com/checkout/sample-projects/actions/workflows/create_ruby_package.yml/badge.svg)](https://github.com/checkout/sample-projects/actions/workflows/create_ruby_package.yml) | [![Gem Version](https://badge.fury.io/rb/checkout_sdk.svg)](https://badge.fury.io/rb/checkout_sdk) |
| | [:link:](https://github.com/checkout/sample-projects/tree/main/go) | [:arrow_down:](https://github.com/checkout/sample-projects/blob/packages/go.zip) | [![build-status](https://github.com/checkout/sample-projects/actions/workflows/create_go_package.yml/badge.svg)](https://github.com/checkout/sample-projects/actions/workflows/create_go_package.yml) | [![GitHub release](https://img.shields.io/github/release/checkout/checkout-sdk-go.svg)](https://github.com/checkout/checkout-sdk-go/releases/) |
| | [:link:](https://github.com/checkout/sample-projects/tree/main/node) | [:arrow_down:](https://github.com/checkout/sample-projects/blob/packages/node.zip) | [![build-status](https://github.com/checkout/sample-projects/actions/workflows/create_node_package.yml/badge.svg)](https://github.com/checkout/sample-projects/actions/workflows/create_node_package.yml) | [![npm version](https://img.shields.io/npm/v/checkout-sdk-node.svg?style=flat)](https://www.npmjs.com/package/checkout-sdk-node) |

## Example images
![image](/assets/image_front_payment_checkout.png)