Homepage Handle your payments with our integration Online PaymentsAccept online payments with HiPay solution Hosted PageHosted FieldsHosted PaymentsCMS ModulesAccept payments with your CMS HiPay module ShopifyMagento 2PrestaShopMarketplaceHandle your marketplace payments with HiPay OverviewMiraklIzbergMobile PaymentsAccept in-app payments with HiPay solution iOSAndroidPoint of SaleAccept in-store payments with HiPay solution OverviewAPI IntegrationMaintenanceHandle the transaction lifecycle with HiPay Entreprise RefundCapture 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 TOKENIZE Well done ! Your token is : <token> Copy & paste this command to the terminal to create an order with your card token. Bash 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 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. TokenizeSDK JS Reference Create a transactionOnline Payments - API Order RefundOnline Payments - API Maintenance Trending SDK NodeJS Reference SDK PHP Reference SDK JS Reference Any Questions? Please refer to our support center or contact our support team.