PHP – Third Parties APIs

General
PHP – Twitter

Shipping Methods
PHP – UPS, PHP – USPS, PHP – Fedex

Payment Gateways
PHP – USAePay
PHP – Cybersource
PHP – TransFirst
PHP – E-xact SIM Hosted
PHP – ECHO Online / Intuite
PHP – Authorize.net (AIM), Authorize.net (SIM)
PHP – PayPal IPN, PayPal Pro , PayPal Refund Amount, PayPal Recurring (Express Checkout)
PHP – First Data Connect (LinkPoint Connect), First Data Connect (LinkPoint Connect) PCI

PHP – PayPal Recurring with Express Checkout Payment Gateway

This given PHP class can be used to setup PayPal recurring payments. It can send HTTP requests to PayPal Web services API to setup a recurring payment profile using PayPal Express Checkout. The class can also handle requests from PayPal to complete the Express Checkout workflow. Code Example: index.php...

Read more »

PHP – First Data Connect (LinkPoint Connect) PCI Payment Gateway

First Data Connect PCI is a simple payment solution for connecting an online store to the powerful First Data Internet Payment Gateway. First Data Connect PCI manages all of your interactions with credit card processors and financial institutions. How can I setup my account with First Data Connect (LinkPoint...

Read more »

PHP – First Data Connect (LinkPoint Connect) Payment Gateway

First Data Connect is a simple payment solution for connecting an online store to the powerful First Data Internet Payment Gateway. First Data Connect manages all of your interactions with credit card processors and financial institutions. How can I setup my account with First Data Connect (LinkPoint Connect) Account?...

Read more »

PHP – E-xact SIM Hosted Payment Gateway

An E-xact Payment is a securely hosted web payment form designed to accept Internet-based E-commerce transactions. How can I setup my account with E-xact SIM Account? 1. Log into your E-xact account at https://pos.e-xact.com/ and for test https://rpm-demo.e-xact.com 2. Click on the Payment Pages. 3. Click on Payment Page...

Read more »

PHP – PayPal PayFlow Link Payment Gateway

Payflow Link is a secure, reliable payment gateway and operated by PayPal. A payment gateway sends billing information to banks to authorize, process, and manage payments that come from online, mail, and telephone orders. Financial institutions require billing information for these orders to be transmitted through a certified, secure...

Read more »

PHP – ECHO/Intuit Payment Gateway

The given PHP Class helps you to make a Credit Card Sale Transaction with ECHO/Intuite Payment Gateway. Code Example: index.php echophp.class.php

Read more »

PHP – TransFirst Payment Gateway

The given PHP Class helps you to make a 'Credit Card Sale Transaction with Standard Response' with TransFirst Payment Gateway. Code Example: index.php transfirst.class.php

Read more »

PHP – PayPal Refund Amount

This PHP example helps you to refund the amount using PayPal. This example uses curl, you would need to modify it to use a different method such as fsock. Code Example:

Read more »

PHP – USAePay Payment Gateway

This PHP class can be used to process credit card payments via USAePay Payment Gateway. Code Example: index.php usaepay.php

Read more »

PHP – Cybersource Payment Gateway

This PHP class can be used to process credit card payments via Cybersource. It can send HTTP requests to Cybersource SOAP Web services API server to perform several types of operations to process credit card payments. Currently it can request a payment authorization, capture the result of a payment...

Read more »

PHP – Twitter Auto Publish API

This example can be used to post the message to Twitter without using oAuth. It can send requests to the Twitter site to authenticate on behalf of a given user and post updated status messages. Code Example:

Read more »

PHP – Authorize.net Payment Gateway with SIM Method

This sample code is designed to connect to Authorize.net using the SIM method. For API documentation or additional sample code, please visit: http://developer.authorize.net Code Example:

Read more »

PHP – Authorize.net Payment Gateway with AIM Method

This sample code is designed to connect to Authorize.net using the AIM method. For API documentation or additional sample code, please visit: http://developer.authorize.net Code Example:

Read more »