We’ve
tried to keep our set up code simple and usable,
making it straightforward for you to get started
Easy Method - For those with minimal HTML coding knowledge or experience |
|||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||
Just add this line to your website and all the necessary code will be automatically generated. You can have multiple tariffs on the same page without problems, just grab the code for each one and add it on.
<script src="http://uk.ImpulsePay.com/XX"
data-label-XX="Buy
Now" type="text/javascript"></script>
Change
the XX
to the RouteID number, as shown under the relavent tariff on the
"Add, edit or view price tariffs" page. |
|||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||
Web Link Method - Quickly redirect customers to pay using a simple hyperlink |
|||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||
You can link to your payment page using a standard hyperlink. Just add the correct RouteID to the URL, then when they click through they are taken to the payment gateway for payment.
<a href="http://uk.ImpulsePay.com/payforit?RouteID=XX">Pay Now</a>
Change
the XX
to the RouteID number, as shown under the relavent tariff on the
"Add, edit or view price tariffs" page. |
|||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||
Developer's Method - For those doing a more integrated setup or using custom branding |
|||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||
Place this form on your page to accept payments. You can edit the form to include additional data or make a call to it via a web service. CSS styling can be used and you can use an image instead of a button to better fit with your sites design. <form
action="http://uk.ImpulsePay.com/payforit"
method="post">
<input name="Button" type="submit" value="Pay with your mobile" /> <input name="RouteID" type="hidden" value="XX" /> <input name="Note" type="hidden" value="ABCD12345" /> <!-- optional --> </form> Change
the XX
to the RouteID number, as shown under the relavent tariff on the
"Add, edit or view price tariffs" page. |
|||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||
Server-side Method - Embed our payment gateway into your site |
|||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||
|
A server-side request allows you to get the URL for the payment gateway and load this in an iFrame on your website, as the page loads up. This can optimize your payment process by removing unnecessary steps.
Change
the XX
to the RouteID number, as shown under the relavent tariff on the
"Add, edit or view price tariffs" page. Click here or here for help on how to call a URL from your server.
|
|||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||
Notification URL - Alerts sent to you when a transaction occurs |
|||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||
| This is
optional for both methods and sends a payment notification to your
server via an HTTP Get request, letting you know if a payment was
accepted or declined.
Operator Values: O2, Orange, T-Mobile, Three, Vodafone, Virgin Additionally, the same Status, Note and Operator fields are appended to the success/failure redirect after a payment has been attempted. |
|||||||||||||||||||||||||||