Questions tagged [realex-payments-api]

The Realex Payments API supports multi-currency credit/debit card acceptance, local and alternative payments, fraud management, currency conversion, card tokenisation and recurring billing, it also supports refunds and card storage along with other functionality. Use this tag for any questions related to the integration to or features of the API.

70 questions
1
vote
1 answer

Integrating with HPP - Realex Payment

Should the referring URL be the LAST page on your website before you redirect to Realex to enter your details? If so, then what if you have dynamic URL?
Zain Abbas
  • 111
  • 3
  • 15
1
vote
3 answers

How to save online transaction data if mishap happens at the clients/payers side?

I am using PHP with a template-engine and Realex Payments, just like any third party payment. One situation arises with HPP thus: client browser is disconnected from network after successful transaction is made it fails to save payment status…
Swarna Sekhar Dhar
  • 550
  • 1
  • 8
  • 25
1
vote
2 answers

Credit cards are always declined by Realex Payments

I am using the redirection method of Realex Payments gateway. It's redirecting correctly to their server, but when I proceed with live card details it's showing that it's processing. After completion of the process am getting the message…
suchisnata
  • 11
  • 1
  • 3
1
vote
1 answer

Third party payment providers and responsive web design

I am looking to integrate a third party payment provider with my ASP.NET application which implements a responsive web design, i.e., it is designed to render well on mobile devices and scale up to desktop. When integrating with the third party…
AJM
  • 32,054
  • 48
  • 155
  • 243
1
vote
3 answers

Rails: Using Eval to call another action

I know calling other actions from the controller isn't approved, but code I've got is using eval() to do exactly that. if @payment.save eval("pay_with_#{params[:method]}") end the method parameter is set (its value is realex) and the…
0
votes
3 answers

Realex payment integration - remote method

I'm doing a website with Realex as the payment gateway. I want to integrate remote realex payment method in my website. I know when we go live we need SSL enabled on our website to do remote method payments. But my question is, Is SSL required when…
tibin mathew
  • 2,058
  • 10
  • 41
  • 51
0
votes
0 answers

Gobal Pay HPP with AVS unable to test in Sandbox? Why?

I have implemented Global Pay HPP and it's working fine with normal transactions in sandbox. Now I want to enforce the security for billing address verification and I have updated the my HPP with below line `
0
votes
1 answer

HPP Customizatoin

I'm experiencing with rxp-hpp.js and would like to customize the HPP form displayed in my iframe. I have followed instructions at https://developer.globalpay.com/ecommerce/hosted-solution/customization but I'm unable to get HPP to use my CSS. Any…
0
votes
1 answer

Request for example server side generated JSON for HPP integration

I'm trying to use a full page redirect with a direct integration and if I'm reading the documentation correctly I believe I should be able to generate the server side JSON to pass into RealexHpp.redirect. I know the code to generate this JSON is…
0
votes
2 answers

Card payment error - 508 Mandatory field missing. HPP_BILLING_CITY not present in request. Please contact the merchant

I am using realex payment 3DS2 on ectdrains.co.uk and after i hit "Pay Now" on the checkout page it return this Error: 508 Mandatory field missing. HPP_BILLING_CITY not present in request. Please contact the merchant. Any idea what is mean and how…
0
votes
1 answer

Realex Integration SHA!HASH incorrect when parsing data

We are integrating a Realex/Global Payments solution and have run into issues when trying to send data to Realex such as Customer Name, Customer Number, Customer Reference and Variable Reference etc. We get the following error;
0
votes
1 answer

Global Payments Hosted Payment Page Integration - sandbox and prod POSTs back to merchantUrl delays

I'm running our Hosted Payment Page integration the same as the official js lib: https://github.com/globalpayments/rxp-js/blob/master/examples/hpp/process-a-payment-embedded-autoload-callback.html All is good except this bit is very slow for the…
Gavin Henry
  • 182
  • 1
  • 1
  • 16
0
votes
1 answer

Global Payments HPP sandbox. 508 Invalid characters in MERCHANT_RESPONSE_URL when ngrok is used

Is there any chance to get working the Global Payments HPP sandbox with ngrok? Currently, it gives 508 Invalid characters in MERCHANT_RESPONSE_URL. Please contact the merchant. for an URL…
Ildar Amankulov
  • 526
  • 4
  • 19
0
votes
1 answer

Card payment error 508 -Realex payments error number: 61,754

i am using realex payment with iframe i can load the payment page correctly, but as soon as i hit 'Pay Now' it return Error: 508 Message: An error has occurred processing your request. Please contact the merchant whose goods or services you are…
sOoO
  • 5
  • 1
  • 4
0
votes
1 answer

How to set auto settle flag to MULTI in realex/global pay?

I've gone through their documentation and it says to set Auto Settle Flag as MULTI. But there is no such parameter in the PHP SDK library. From their documentation How to set auto settle flag to MULTI in HPP? I've also added the code sample…