Homepage

Handle your payments with our integration

A BRAND NEW HOSTED PAGE

Improve your checkout experience by using the new hosted page.

Our goal is to increase your conversion rate by allowing you to customize the Hosted Page with a few clicks and improve its performance.

Follow this article to find out how to upgrade your Hosted Page and this one to discover how to customize it.

Test our features

Tokenize a card

Create a transaction

Refund a transaction

You can create an HiPay token using the HiPay Enterprise SDK JavaScript.

1. Click on one of the following icons to copy a card number.

2. Fill the Hosted Fields form to tokenize the card

Well done ! Your token is : <token> Copy & paste this command to the terminal to create an order with your card token.
curl -X POST -d 'orderid=DEVPORTAL_var_orderid& 
cardtoken=var_cardtoken& 
firstname=John& 
lastname=Doe& 
[email protected]& 
amount=8.99& 
currency=EUR& 
description=Your custom description here...& 
authentication_indicator=0& 
payment_product=var_payment_product& 
eci=7' 
https://stage-secure-gateway.hipay-tpp.com/rest/v1/order
Transaction created and captured ! Your transaction reference number is : <reference> Now refund the transaction with this command.
curl -X POST -d 'operation=refund&
amount=3.50'
https://stage-secure-gateway.hipay-tpp.com/rest/v1/maintenance/transaction/reference
Refunded ! Get to know how to integrate these features into your website.

Trending

Any Questions?

Please refer to our support center or contact our support team.