Posts

Showing posts from August, 2016

How to integrate braintree payment gateway

Image
                 This blog show the integration of braintree. Braintree is a subsidiary of paypal. Braintree accepting most commonly used cards and it is secure payment system. When we use the braintree we require a braintree library first and create the account in braintree paypal and use the merchantId, publicKey, privateKey. For Example: First we include the braintree library. require_once 'PATH_TO_BRAINTREE/lib/Braintree.php'; Braintree_Configuration::environment('sandbox'); Braintree_Configuration::merchantId('your_merchant_id'); Read more about How to integrate braintree payment gateway? Visit Findnerd.