forked from cobraronline/cobraronline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpasarelas.html
49 lines (40 loc) · 1.81 KB
/
pasarelas.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
layout: default
title: Pasarelas disponibles desde España
---
<div class="page">
<article>
<div class="page-header">
<img src="{{ page.img }}" />
<h1>Pasarelas disponibles desde España</h1>
<p class="lead">En el siguiente listado están algunas de las alternativas disponibles desde España. No están todas las que son (paciencia) pero si son todas las que están, o serán en breve.</p>
</div><!-- end page-header -->
<div class="post-content">
<h4>Pasarelas por funcionalidad</h4>
<ul>
<li><a href="/categorias/oneshot.html">Pagos únicos</a></li>
<li><a href="/categorias/insite.html">Pago sin salir del sitio</a></li>
<li><a href="/categorias/recurring.html">Subscripciones</a></li>
<li><a href="/categorias/saas.html">SAAS</a></li>
<li><a href="/categorias/token.html">Token</a></li>
<li><a href="/categorias/transferencias.html">Pago por transferencia</a></li>
<li><a href="/categorias/sepa.html">Domicializaciones / Recibos / Adeudos SEPA</a></li>
<li><a href="/categorias/mobile.html">Pasarelas con librerías para móviles</a></li>
<li><a href="/categorias/tpv.html">Lectores de tarjetas / TPVs móviles</a></li>
</ul>
<hr/>
<h4>Pasarelas para módulos de ecommerce</h4>
<ul>
<li><a href="/categorias/prestashop.html">Prestashop</a></li>
<li><a href="/categorias/magento.html">Magento</a></li>
<li><a href="/categorias/woocommerce.html">WooCommerce</a></li>
<li><a href="/categorias/shopify.html">Shopify</a></li>
</ul>
<hr/>
<h4>Otros listados</h4>
<ul>
<li><a href="/precios.html">Resumen de comisiones</a></li>
</ul>
</div>
</article><!-- end article -->
</div><!-- end page -->