-
Notifications
You must be signed in to change notification settings - Fork 0
/
pays.html
32 lines (32 loc) · 1.83 KB
/
pays.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>BrainsTutor - Pasarela de pago</title>
</head>
<body style="background-color: #1D3B4D; margin: 0; padding: 0;">
<header style="background-color: #ECEDEE">
<img style="margin: auto; display: block; max-width: 200px; margin-bottom: 70px" src="https://www.brainstutor.com/logo-brains.png" alt="Logo BrainsTutors">
</header>
<div>
<h1 style="text-align: center; color: white; margin-bottom: 40px; font-weight: 800">¡Gracias por estudiar a través de BrainsTutor!</h1>
<p style="text-align: center; font-size: 20px; color: white;">Estas a solo un paso de agendar tu tutoria.</p>
<p style="max-width: 700px; text-align: center; margin: auto; font-size: 20px; margin-bottom: 50px; color: white">Solo queriamos recordarte que tu pago será manejado por ePayco, una plataformas de pagos online que te garantiza tanto a ti como a nosotros total transparencia y confiabilidad en los pagos.</p>
<img style="margin: auto; display: block; max-width: 350px; margin-bottom: 70px;" src="https://369969691f476073508a-60bf0867add971908d4f26a64519c2aa.ssl.cf5.rackcdn.com/btns/epayco/epayco_pago_seguro_black.png" alt="ePayco">
<form style="margin: auto; display: block; text-align: center">
<script src="https://s3-us-west-2.amazonaws.com/epayco/v1.0/checkoutEpayco.js"
class="epayco-button"
data-epayco-key="491d6a0b6e992cf924edd8d3d088aff1"
data-epayco-amount="50000"
data-epayco-name="Vestido Mujer Primavera"
data-epayco-description="Vestido Mujer Primavera"
data-epayco-currency="cop"
data-epayco-country="co"
data-epayco-test="true"
data-epayco-response="https://ejemplo.com/respuesta.html"
data-epayco-confirmation="https://ejemplo.com/confirmacion"
></script>
</form>
</div>
</body>
</html>