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.
Questions tagged [realex-payments-api]
70 questions
4
votes
0 answers
How to fetch payment details for an Order via realex payment api
I want to know whether there is any API though which I can check if the payment for a particular order is captured or not at Realex Payment End. Requirement is that if payment is captured at realex end but not in our system than we fetch the payment…

Rachit M Garg
- 263
- 4
- 19
4
votes
3 answers
realexpayment-got an error message after successful payment
I am using realexpayment with amember-5.1.5 and using test account of realexpayment system.
when I signup and make payment using test card I am getting the following message and it does not redirect back to our site:
Your transaction has been…

user1530848
- 57
- 2
- 8
3
votes
0 answers
Trying to figure out realexpayments - js (rxp-js)
I'm trying to figure out the usage of the Realexpayments javascript sdk, found here: https://github.com/realexpayments/rxp-js (and using the hosted pay page solution).
The usage makes a lot of sense, I have a rxp-hpp.js file that I can use like…

Mani5556
- 394
- 2
- 12
- 33
3
votes
2 answers
Creating a hash in Realex payments
I need to update the Expiry Date and update the Cardholder Name on an existing card in Realex payments.
The hash value syntax should be in the following format:
Timestamp.merchantID.payerref.ref.expirydate.cardnumber
And here is an example of how…

Master Yoda
- 4,334
- 10
- 43
- 77
2
votes
1 answer
How to trigger click event without simulating it for Realex payments API
I built a shopping cart that processes orders through AJAX before calling the Realex payment API. The issue I am having is that occasionally browsers will outright block the lightbox popup because it assumes it's a spam popup because of how it's…

Chaosxmk
- 774
- 14
- 28
2
votes
1 answer
Global payments - sandbox url transactions log
When implementing a payment integration using Global payments HPP, can the payments performed through the sandbox url (https://pay.sandbox.realexpayments.com/pay) be checked for accuracy on some dashboard similar to what is found on the merchant…

Pedro Fonseca
- 198
- 1
- 16
2
votes
0 answers
How to get Global payment GP API accesstoken?
I have enabled the GP API in the global payment sandbox and now I am testing its API through the postman tool.
So as per the GP API document, we need to generate the token using the below…

Sagar Thoriya
- 121
- 4
2
votes
1 answer
Realex listener
I am developing a card payment page using Realex Payments' HPP API with an iFrame for hosting the Realex page. On the Realex request form I have the fields HPP_POST_DIMENSIONS and HPP_POST_RESPONSE set to my URL as follows:
Payment…

MarkJ
- 23
- 4
2
votes
1 answer
Bad Gateway 502 error when attempting to send XML using C#
I'm having an issue with a payment gateway (Realex RealVault) and neither Realex or myself can work out what the issue is so I thought I'd put this on here to see if anyone could help shed some light on this weird issue.
Everytime I try to send to…

Richard Reddy
- 2,120
- 3
- 25
- 39
2
votes
1 answer
Trying to Test Relex Payments response object but site cannot contact machine
I am using realex payments for a one time payment page I have got to the stage where I am successfully seeing the payment page. I am running my solution in visual studio but when the realex site is trying to get back to my local host I am presented…
user7898131
2
votes
1 answer
Can I use realex payment functionality without server-side code?
I have a .NET project and wanna use "Realex Payments". It's not clear how to use it. So could somebody help me to understand?
Can I use just javascript API to initialize payment iframe or just
put iframe on my page without any server-side…

user2617591
- 29
- 2
2
votes
2 answers
Realex Redirect 1.2TLS | Opencart v2.0.1.1
I'm having an issue with a Realex Redirect payment extension on Opencart. The payment goes through fine but Realex is giving the message:
"Your transaction has been successful but there was a problem connecting back to the merchants web site Please…

TwistedPixel88
- 29
- 6
1
vote
1 answer
HPP Incorrect hash
I send a request to the sandbox to "Pay By Link".
URL: https://pay.sandbox.realexpayments.com/pay
I get an error in response.
{"errors":[{"resultCode":508,"internalErrorCode":61000,"errorMessage":"Incorrect hash. Please check your code and the…

Rustam Khamidov
- 11
- 1
1
vote
0 answers
3DS2 on iOS and Android: HPP or API?
I was browsing through the documentation and was wondering about what is the recommendation for intergation for 3DS2 payments on android and iOS devices. My application would be available in web and mobile, so I thought having my server just using…

xdv
- 11
- 1
1
vote
1 answer
Does anyone know of a library which abstracts out the differences between payment gateways?
I'd like one that covers at least Realex and PayPal, but if it covered others too, that would be wonderful.

TRiG
- 10,148
- 7
- 57
- 107