Skip to content

Instantly share code, notes, and snippets.

View thlinux1107's full-sized avatar

Thomas Hagan thlinux1107

View GitHub Profile
@thlinux1107
thlinux1107 / main.rb
Created April 22, 2020 14:57
Paya Connect - Transactions Endpoint - Sale
# /*----------------------------------------------
# Author: SDK Support Group
# Company: Paya
# Contact: sdksupport@paya.com
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# !!! Samples intended for educational use only!!!
# !!! Not intended for production !!!
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# -----------------------------------------------*/
@thlinux1107
thlinux1107 / main.rb
Created April 22, 2020 16:27
Paya Connect - AccountForm - CC. ACH Works the same way.
# /*----------------------------------------------
# Author: SDK Support Group
# Company: Paya
# Contact: sdksupport@paya.com
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# !!! Samples intended for educational use only!!!
# !!! Not intended for production !!!
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# -----------------------------------------------*/
@thlinux1107
thlinux1107 / index.php
Created April 24, 2020 18:23
Paya Connect - PayForm - PHP Sample
<?php
/*----------------------------------------------
Author: SDK Support Group
Company: Paya
Contact: sdksupport@paya.com
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!! Samples intended for educational use only!!!
!!! Not intended for production !!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-----------------------------------------------*/
@thlinux1107
thlinux1107 / main.py
Created May 5, 2020 20:52
Paya Connect - Router Transactions Endpoint - Credit Card Sale with Cloud EMV Terminal
# Originally provided by CORETECHS
# Sample Updated By: SDK Support, Tech Ops
# Company: Paya, Inc.
# For use with Paya Connect (will not work with Paya Gateway (formerly Sage Exchange))!
# Sample for educational use only - not intended for production.
# If you have any questions regarding the sample or our APIs
# please contact us at sdksupport@paya.com
import time
import json
import requests
@thlinux1107
thlinux1107 / index.php
Created May 7, 2020 23:47
Paya Connect - Hosted Payment Page PHP Sample - includes custom fields
<?php
/*----------------------------------------------
Author: SDK Support Group
Company: Paya
Contact: sdksupport@paya.com
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!! Samples intended for educational use only!!!
!!! Not intended for production !!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-----------------------------------------------*/
@thlinux1107
thlinux1107 / index.php
Created May 8, 2020 00:32
Paya Connect - Quick Invoice Sample - PHP
<?php
/*----------------------------------------------
Author: SDK Support Group
Company: Paya
Contact: sdksupport@paya.com
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!! Samples intended for educational use only!!!
!!! Not intended for production !!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@thlinux1107
thlinux1107 / Main.java
Created May 12, 2020 20:52
Paya Connect - PayForm - Java sample
// /*----------------------------------------------
// Author: SDK Support Group
// Company: Paya
// Contact: sdksupport@paya.com
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
// !!! Samples intended for educational use only!!!
// !!! Not intended for production !!!
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
// -----------------------------------------------*/
@thlinux1107
thlinux1107 / Main.java
Created May 12, 2020 20:54
Paya Connect - AccountForm - Java sample
// /*----------------------------------------------
// Author: SDK Support Group
// Company: Paya
// Contact: sdksupport@paya.com
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
// !!! Samples intended for educational use only!!!
// !!! Not intended for production !!!
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
// -----------------------------------------------*/
@thlinux1107
thlinux1107 / index.php
Created May 21, 2020 12:43
Paya Connect - PayForm - Sample to demonstrate send_parent_message and display data on parent page
<?php
/*----------------------------------------------
Author: SDK Support Group
Company: Paya
Contact: sdksupport@paya.com
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!! Samples intended for educational use only!!!
!!! Not intended for production !!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-----------------------------------------------*/
@thlinux1107
thlinux1107 / approved.php
Created May 21, 2020 14:54
Paya Connect - PayForm - Sample to demonstrate send_parent_message and display data on parent page as well as sending data to an approved page upon a successful transaction.
<?php
/*----------------------------------------------
Author: SDK Support Group
Company: Paya
Contact: sdksupport@paya.com
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!! Samples intended for educational use only!!!
!!! Not intended for production !!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-----------------------------------------------*/