Use this tag for questions related to the Global Payments API and SDKs.
Questions tagged [global-payments-api]
56 questions
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…

Adam Hayden
- 3
- 1
0
votes
1 answer
Hosted Payment Page and http response
We are investigating and issue where the payment action is successful but we haven't received a response from Global payments. We believe this is the root cause. We are obviously keen to confirm this. Does global payments track the responses sent…

user2028914
- 21
- 1
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…

Cristi95
- 1
- 1
0
votes
0 answers
Send 'Comment' or additional field with Global Payments HPP - PHP SDK - RXP JS
How do you send additional data through to Global Payments like 'Comment', 'CustomerNumber' or 'ProductId' using the HPP with PHP SDK / RXP JS?
I have tried the following and cannot see any documentation for it.
// Add 3D Secure 2 Mandatory and…

Kungfual
- 1
0
votes
1 answer
How add custom styling to hosted fields?
I'm trying to change the font-family and colour for the card#, exp, cvv, and submit fields in a cardForm. I'd also like to make the field widths responsive.
I'm using vue/quasar, and am using the format below for the customization.
Basically, I want…

Dale
- 1
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
how to add Customer Name
$hostedPaymentData = new HostedPaymentData();
$hostedPaymentData->customerEmail = $this->customer_email;
$hostedPaymentData->customerPhoneMobile = $this->customer_mobile_phone;
$hostedPaymentData->addressesMatch = false;
How to add customer name in…

user3470256
- 31
- 1
0
votes
1 answer
Set HPP to run in Production not Sandbox. Getting Invalid Merchant Id error 506
We have our HPP running as expected in sandbox. We then changed our MerchantId, AccountId and Secret to our 'Live' details and post to the URL
https://pay.realexpayments.com/pay
On initialization we get the 506 error Invalid Merchant ID. GlobalPay…

Toby Hodkinson
- 21
- 6
0
votes
0 answers
Drupal 6 and GlobalPayments HPP Integration
I wonder how to integrate 3DS2 in Drupal 6? I looked everywhere, everything I found is related to Drupal 7 or higher.
Somebody in Dublin wants us to upgrade their gateways to support HPP SCA. They used Realex as a gateway before, but it's no longer…

Nour
- 1
0
votes
0 answers
Global Payment, lightbox, Can I handle onClick action by myself?
I see currently in Global Payment document, if we want to launch the light box, we need to pass the id of the button, then global payment will handle itself the 'onClick' function to open the lightBox :
$(document).ready(function() {
…

vincent
- 63
- 5
0
votes
1 answer
Hosted Payment Page transaction returning 'Error: 302'
When going through the flow of making a payment via the GlobalPayments Hosted Payment Page, entering the card details and clicking 'pay now' returns:
Error: 302
Message: Merchant details not configured correctly.
We are using the PHP and JS sdk to…

user3160821
- 33
- 4
0
votes
1 answer
How to query past payments in Global Payments API
This should be a common scenario but I could not find any API calls to do this on Global Payments.
Suppose we try to pay something and we then generate and HPP json by doing:
hppJson = service.charge(new BigDecimal(paymentDTO.getAmount()))
…

Juliyanage Silva
- 2,529
- 1
- 21
- 33
0
votes
1 answer
CAD currency not allowed contact merchant - globalpayments
CAD currency not allowed contact merchant - global payments
Tried changing to USD it works but not working for CAD
Is there any configuration to enable?

Maqsood
- 11
- 1
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
Can we enable Save Card option with Pay By Link [POST] method
I'm working on Global Payments system and trying to achieve Pay By Link http post method to generate the link and share with customer to pay at their convenient time. In the sandbox url below request body is working fine.
{
"SHA1HASH":…

Vineeth Pillai
- 1
- 1