Kitchen Sink Subtitle Kitchen Sink
This page's content:
RELATED LINKS
Copy
[related-links]
[related-link title="EBANX" link="https://ebanx.com"]
[related-link title="EBANX" link="https://ebanx.com"]
[related-link title="EBANX" link="https://ebanx.com"]
[related-link title="EBANX" link="https://ebanx.com"]
[/related-links]
MESSAGE BOX INFO
Copy
[message-box type="info"]
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.
[/message-box]
MESSAGE BOX WARNING
Copy
[message-box type="warning"]
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.
[/message-box]
CARD LINK
CARD LINK IMAGE
Copy
[card-link-image title="EBANX Direct API" link="https://ebanx.com" img="https://developers.ebanx.com/wp-content/uploads/2018/06/integration-checkout-icon.svg"]
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod.
[/card-link-image]
DOWNLOAD
Copy
[download name="EBANX Magento Extension" version="2.7.0" link="http://downloads.ebanx.com/magento-gateway-ebanx.zip"]
For Magento 1.6, 1.7, 1.8 and 1.9
[/download]
DOWNLOAD WITH STORE
EBANX Magento Extension
Version: 2.7.0
Compatibility: For Magento 1.6, 1.7, 1.8 and 1.9
Copy
[download name="EBANX Magento Extension" version="2.7.0" gotostore="https://ebanx.com" link="http://downloads.ebanx.com/magento-gateway-ebanx.zip"]
For Magento 1.6, 1.7, 1.8 and 1.9
[/download]
TABLE
INTEGRATION | DESCRIPTION |
---|---|
EBANX Checkout | If you are looking for a simple integration, you find it. The EBANX Checkout works with minimal personal information about your customer, and we return to you with a link where you can redirect your customer, to our platform. Simple, isn’t’ it? See more details on this link. |
WooCommerce | An easy and quick way to increase your sales. Install the EBANX for WooCommerce and sell more on your WordPress platform. Do you want to know more? Access here. |
Magento | Install the extension quickly on your Magento store and start selling in the fastest growing markets in LatAm. Get ready to reach more customers and boost your sales clicking on this link. |
Magento 2 | If you have the newest platform of Magento, don’t worry! We also have an extension for it and with all the features. Check out more! |
Payment by link | Like the name just said, using on-demand payments you generate payment links – whenever you need – and send it to your customers. They just need to access the link and complete the fields on our EBANX Checkout. Discover more with this link. |
EBANX Direct | Have control about all the payment flow in your application. This option is a little bit more complicated, but using our API, you can provide the best purchase experience for your customer. Access here and discover the EBANX Direct. |
Shopify | Use our Mixtore app to sell in Brazil in your Shopify store. Get started visiting this link. |
Mixtore | The newest EBANX solution that is in beta version and provides an integration of your product web page and our checkout with boleto bancario, Brazilian cards, and installments with no coding required. Check out more! |
Google Pay | With Google Pay, you just need to gather the customer information plus the Google token and send it to our API as a credit payment. Check it out. |
OpenCart | With the EBANX’s OpenCart you can use two of our integration solutions: EBANX Checkout or EBANX Direct to sell even more. See how it works to get this extension. |
PrestaShop | No technical knowledge is needed to start to sell more in your PrestaShop trade store. Check how to install it with a few steps. |
VirtueMart | Provide a seamless experience on your Checkout Page with the installation of our plugin on your VirtueMart store. Access here and discover more. |
WHMCS | Install the EBANX WHMCS module and increase your sales accepting the most relevant payments in Latin America. Check out more! |
X-Cart | Install the EBANX X-Cart extension to accept more payment methods without interfering with the user experience of your checkout page. See more details about it. |
Zen Cart | Offer what your customers want; not just more payment methods, but the most relevant in Latin America in your checkout page. Access here and discover more. |
Copy
<table>
<thead>
<tr>
<th>INTEGRATION</th>
<th>DESCRIPTION</th>
</tr>
</thead>
<tbody>
<tr>
<td>EBANX Checkout</td>
<td>If you are looking for a simple integration, you find it. The EBANX Checkout works with minimal personal information about your customer, and we return to you with a link where you can redirect your customer, to our platform. Simple, isn't' it? See more details <a href="#">on this link</a>.</td>
</tr>
<tr>
<td>Payment by link</td>
<td>Like the name just said, using on-demand payments you generate payment links - whenever you need - and send it to your customers. They just need to access the link and complete the fields on our EBANX Checkout. Discover more with this <a href="#">link</a>.</td>
</tr>
<tr>
<td>EBANX Direct</td>
<td>Have control about all the payment flow in your application. This option is a little bit more complicated, but using our API, you can provide the best purchase experience for your customer. <a href="#">Access here</a> and discover the EBANX Direct.</td>
</tr>
</tbody>
</table>
CODE IN TEXT
Lorem Ipsum is simply dummy text of the printing
and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five
centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
Copy
<p>Lorem Ipsum is simply dummy text of the <code>printing</code> and typesetting industry.</p>
CODE
Copy
curl -X POST 'https://sandbox.ebanxpay.com/ws/token' \
-d 'request_body={
"integration_key": "your_test_integration_key",
"payment_type_code": "visa",
"country": "br",
"creditcard": {
"card_number": "4111111111111111",
"card_name": "Jose da Silva",
"card_due_date": "10/2020",
"card_cvv": "123"
}
}'
Copy
[code language="php"]
curl -X POST 'https://sandbox.ebanxpay.com/ws/token' \
-d 'request_body={
"integration_key": "your_test_integration_key",
"payment_type_code": "visa",
"country": "br",
"creditcard": {
"card_number": "4111111111111111",
"card_name": "Jose da Silva",
"card_due_date": "10/2020",
"card_cvv": "123"
}
}'
[/code]
CODE TABS
Copy
[tabs]
[tab label="curl" target="1" /]
[tab label="Node.js" target="2" /]
[tab label="PHP" target="3" /]
[tab label="Ruby" target="4" /]
[tab-pane id="1"]
[code language="php" id="1"]
curl -X POST 'https://sandbox.ebanxpay.com/ws/token' \
-d 'request_body={
"integration_key": "your_test_integration_key",
"payment_type_code": "visa",
"country": "br",
"creditcard": {
"card_number": "4111111111111111",
"card_name": "Jose da Silva",
"card_due_date": "10/2020",
"card_cvv": "123"
}
}'
[/code]
[/tab-pane]
[tab-pane id="2"]
[code language="js" id="2"]
var module = require('ebanx');
var ebanx = new module();
ebanx.configure({
integrationKey: "your_test_integration_key",
testMode: true
});
var token = {
payment_type_code: "visa",
creditcard: {
card_number: "4111111111111111",
card_name: "John Doe",
card_due_date: "10/2020",
card_cvv: "123"
}
};
ebanx.token(token, function(err, reply) {
if (err) {
console.log(err);
} else {
console.log(reply);
}
});
[/code]
[/tab-pane]
[tab-pane id="3"]
[code language="php" id="3"]
require 'vendor/autoload.php';
\Ebanx\Config::set([
'integrationKey' => 'your_test_integration_key'
, 'testMode' => true
]);
\Ebanx\Ebanx::doToken([
'payment_type_code' => 'visa'
, 'creditcard' => [
'card_number' => '4111111111111111'
, 'card_name' => 'Jose da Silva'
, 'card_due_date' => '10/2020'
, 'card_cvv' => '123'
]
]);
[/code]
[/tab-pane]
[tab-pane id="4"]
[code language="ruby" id="4"]
require 'ebanx'
Ebanx.tap do |e|
e.integration_key = 'your_test_integration_key'
e.test_mode = true
end
response = Ebanx.do_token({
payment_type_code: 'visa',
creditcard: {
card_number: '4111111111111111',
card_name: 'John Doe',
card_due_date: '10/2020',
card_cvv: '123'
}
})
[/code]
[/tab-pane]
[/tabs]