<form method="POST">
<div> Your order is ₦1000</div>
<script src="https://beta.mypaga.com/checkout/?w=150&h=40"
data-charge_url="https://mymarket/payment/complete"
data-redirect_url_method ="GET"
data-public_key="6BD06E93-52A1-496E-AC46-3A486E04A83B"
data-amount="1000.00"
data-currency="NGN"
data-payment_reference="JHX-18743567"
data-account_number="41007258779"
data-product_description="Gelly Giraffe"
data-phone_number="+251911514855"
data-email="[email protected]"
data-product_codes="XBR-652394"
data-display_image="https://mymarket/cdn//img/icon.png"
data-display_name="Shem’s Shoes"
data-display_tagline="Walk the Talk"
data-button_label="Pay"
data-width="200"
data-callback_url="http://localhost:8080/checkout/notify"
data-funding_sources="BANK,CARD,PAGA">
</script>
</form>
div {
font-family: roboto;
}
#start-payment-button {
cursor: pointer;
position: relative;
background-color: blueviolet;
color: #fff;
max-width: 30%;
padding: 10px;
font-weight: 600;
font-size: 14px;
border-radius: 10px;
border: none;
transition: all .1s ease-in;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.