Handle your payments with our integration
Online Payments
Accept online payments with the HiPay solution

NOW HIPAY ON SHOPIFY
You can now accept payments on Shopify, using HiPay. Follow this documentation to discover all the module features and payments means.
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.
Bash
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.
Bash
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.
Any Questions?
Please refer to our support center or contact our support team.