Skip to content

Instantly share code, notes, and snippets.

View thlinux1107's full-sized avatar

Thomas Hagan thlinux1107

View GitHub Profile
@thlinux1107
thlinux1107 / request.cs
Last active February 7, 2019 20:57
Paya Gateway - Direct API - C# .Net Core sample to perform a get_charges_detail request.
using System;
using System.IO;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Security.Cryptography;
using System.Text;
using System.Threading.Tasks;
/*----------------------------------------------
Author: SDK Support Group
@thlinux1107
thlinux1107 / accForm.cs
Created February 7, 2019 20:49
Paya Connect - AccountForm C# Core Sample
using System;
using System.IO;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Security.Cryptography;
using System.Text;
using System.Threading.Tasks;
using System.Diagnostics;
using System.Web;
@thlinux1107
thlinux1107 / payForm.cs
Created February 7, 2019 20:53
Paya Connect - PayForm C# Core Sample
using System;
using System.IO;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Security.Cryptography;
using System.Text;
using System.Threading.Tasks;
using System.Diagnostics;
using System.Web;
@thlinux1107
thlinux1107 / Program.cs
Created October 10, 2019 17:11
Paya Connect C# Sample - Transactions Endpoint Sale
//===========================================================
//Sample Paya Connect Transactions Endpoint Request - C#.net
//Thomas Hagan
//Integration Consultant Sr
//Paya, Inc.
//Pubilished: October 10th, 2019
// ------------------IMPORTANT!-----------------
//Application is intended for instructional use only.
//If you have any questions, please feel free to email
//the Integration Support team at sdksupport@paya.com
@thlinux1107
thlinux1107 / Main.java
Last active February 25, 2020 15:17
Paya Gateway - JAVA Direct API Sample - Sale
///*----------------------------------------------
//Author: Thomas Hagan
//Company: Paya
//Contact: sdksupport@paya.com
//!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
//!!! Samples intended for educational use only!!!
//!!! Not intended for production !!!
//!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
//-----------------------------------------------*/
@thlinux1107
thlinux1107 / Main.java
Created February 25, 2020 15:41
Paya Connect - Transactions Endpoint Sale - JAVA Sample
///*----------------------------------------------
//Author: Thomas Hagan
//Company: Paya
//Contact: sdksupport@paya.com
//!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
//!!! Samples intended for educational use only!!!
//!!! Not intended for production !!!
//!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
//-----------------------------------------------*/
@thlinux1107
thlinux1107 / index.php
Created March 17, 2020 15:11
Paya Connect Sample - RouterTransactions Endpoint running a Sale using a Test Terminal
<?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 March 18, 2020 16:33
Paya Connect - Accountvaults Sample - Production API URL
<?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 March 26, 2020 19:26
Paya Gateway (formerly Sage Exchange/Sage Payments) - ACH Vault Request
<?php
/*----------------------------------------------
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 14:56
Paya Connect - Transactions Endpoint - Vault Sale
# /*----------------------------------------------
# Author: SDK Support Group
# Company: Paya
# Contact: sdksupport@paya.com
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# !!! Samples intended for educational use only!!!
# !!! Not intended for production !!!
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# -----------------------------------------------*/