Integrate Zen Cart and Braintree
Trexle connects Zen Cart to Braintree and 100+ other payment gateways using a single plugin for one time annual fee
Braintree and Zen Cart Integration Guide
To get your Braintree Payments API keys, register your account at Braintree production or Braintree sandbox and login. Once logged in, navigate to Setting -> API Keys as follows..
Click the Generate New API Key button to generate your public and private API keys..
Click the green View link located under Public key and it should prompt you with your Public API key, Private API key, Environment, and Merchant ID as shown below.
Take the credentials you just obtained from Braintree and navigate to Trexle dashboard, click Payments Gateways and select Braintree from the drop down menu as shown below.
Fill into your Braintree credential and click Add Gateway. Click the Activate button next to Braintree, and it will give you a success message and the button will turn into green. You should see something like below.
Download the Trexle Zen Card module from our github repository, and upload the contents of the files directory to your suitable Zen Cart installation version (supported versions are 1.5.0 to 1.5.5). From your admin panel, browse into Modules/Payments as show on the screen below.
Click on Trexle Payments, then click install
Configure Trexle Payments with your API secret key, modify the other settings per your needs.
Then create a test product, logout from admin, and test the normal customer checkout experience.
Use the credit card values below to trigger different responses from the gateway.
No credit card errors
The following credit card values will not trigger specific credit card errors, but this does not mean that your test transaction will be successful. Values passed with the transaction (e.g. amount) can be used to trigger other types of gateway responses.
Test Value | Card Type |
---|---|
378282246310005 |
American Express |
371449635398431 |
American Express |
36259600000004 |
Diners Club |
6011111111111117 |
Discover |
3530111333300000 |
JCB |
6304000000000000 |
Maestro |
5555555555554444 |
Mastercard |
2223000048400011 |
Mastercard |
4111111111111111 |
Visa |
4005519200000004 |
Visa |
4009348888881881 |
Visa |
4012000033330026 |
Visa |
4012000077777777 |
Visa |
4012888888881881 |
Visa |
4217651111111119 |
Visa |
4500600000000061 |
Visa |
Unsuccessful credit card verification
The following credit card numbers will simulate an unsuccessful card verification response.
Test Value | Card Type | Verification Response |
---|---|---|
4000111111111115 |
Visa | processor declined |
5105105105105100 |
Mastercard | processor declined |
378734493671000 |
American Express | processor declined |
6011000990139424 |
Discover | processor declined |
3566002020360505 |
JCB | failed (3000) |
Card type indicators
The following card numbers can be used to simulate various types of cards. Using any of the card numbers below will force the corresponding card type indicator to return “Yes” and the others to return “No” or “Unknown”:
Test Value | Card Type Indicator Response |
---|---|
4500600000000061 |
prepaid = “Yes” |
4009040000000009 |
commercial = “Yes” |
4005519200000004 |
Durbin regulated = “Yes” |
4012000033330026 |
healthcare = “Yes” |
4012000033330125 |
debit = “Yes” |
4012000033330224 |
payroll = “Yes” |
4012000033330422 |
all values = “No” |
4012000033330323 |
all values = “Unknown” |
Other card information
Test Value | Card Information |
---|---|
4012000033330620 |
country of issuance = “USA” |
4012000033330521 |
issuing bank =”NETWORK ONLY” |
Braintree Supported Countries
Braintree Supported Payment Processing Actions
✔ Authorize
✔ Capture
✔ Void
✔ Credit
✔ Recurring
✔ Card Store
Key Features
About Trexle
Trexle is a powerful online recurring subscription billing platform that integrate Braintree and other +100 payment gateways with Zen Cart and other dozen of e-commerce platforms.
About Braintree
Braintree — a subsidiary of PayPal — is a company based in Chicago that specializes in mobile and web payment systems for ecommerce companies. Braintree emphasizes its easy integrations, simple pricing, security, and support.
About Zen Cart
Zen Cart is an online store management system. It is PHP-based, using a MySQL database and HTML components. Support is provided for numerous languages and currencies, and it is freely available under the GNU General Public License.