Use this tag for questions related to the Global Payments API and SDKs.
Questions tagged [global-payments-api]
56 questions
0
votes
2 answers
Challenge Flow 3d Secure 2 .NET SDK
I have all but finished my implementation of the 3d Secure 2 workflow (https://developer.globalpay.com/ecommerce/3d-secure-version2/browser-authentication#api) but I am struggling to determine what to do on the challenge flow.
All of the cards work…
0
votes
1 answer
GlobalPayments HPP - Currency CAD not allowed
I'm learning the GlobalPayments credit card payment process by taking their existing sample HTML structure and dynamically stuffing relevant values from my code into it. Once it's all built out then I throw it to the browser and submit the…

Ayrab
- 326
- 1
- 8
0
votes
2 answers
I am getting Error "Secure 3d is not configured for version Two"
I am try to implement 3d secure V2, but when I try to call the method
Secure3dService.CheckEnrollment(cardData).Execute(Secure3dVersion.Two)
I am getting error for "Secure 3d is not configured for version Two." Any one has idea about the error?

Kevin Shah
- 1,589
- 1
- 13
- 20
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…

sudin
- 314
- 2
- 11
0
votes
1 answer
Realex payment, response cant be Handled .Net
i trying to implement a hpp full redirect to realex payment, i have 2 controllers one that send the request to the realex payment server and the second to which the response is sent back. i get the response in json as such…

Emotional_Goose
- 167
- 1
- 13
0
votes
1 answer
How to update the amount of HPP iframe?
How to update the amount of HPP iframe without recreate the iframe element?
In a single page application, the amount of steps matters. So, how can I show all fields (amount to pay, card details...) to user and give to him the chance to change any…

Jáder Carvalho de Medeiros
- 165
- 3
- 7
0
votes
1 answer
How to use Card Storage with Global Payments Ecommerce HPP?
I have the following payment form that I setup:
-1
votes
1 answer
Why am I getting invalid base64 when implementing the ChallengeNotification for GlobalPayments 3DSecure?
I plan on answering my own question as there is a shortage of support for Global Payments.
I'm following this guide: https://developer.globalpay.com/docs/browser-auth-3DS and when working on the challenge notification url and following the example…

user1447679
- 3,076
- 7
- 32
- 69
-1
votes
1 answer
Realex payment how do I get response json?
I am integrating realex payment in PHP and I'm using hpp method I have integrated but how can I get response message?
Payment is success, I got blank screen.
The link is…

venpep
- 1
- 1