Questions tagged [global-payments-api]

Use this tag for questions related to the Global Payments API and SDKs.

56 questions
3
votes
0 answers

Required parameter State in Billing/Shipping Address - 3D Secure 2 - SCA

We are using global payments Hosted Payment Page for accepting payments from our members. We are planning to enable 3D Secure 2 to be compliant with new SCA requirements. After going through the documentation for required parameters in the request,…
Amila
  • 3,711
  • 3
  • 26
  • 42
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…
1
vote
1 answer

Global Payments Hosted Fields won't display on Blazor Web Assembly app unless a page Refresh

I am required to use the Hosted Fields solution from Global Payments. I include the javascript file in index.html and add the div's to the razor page. I make a call to JS Interop from the OnAfterRenderAsync in the razor page which configures and…
1
vote
0 answers

Global Payments eComm API - Not retrieving ALL TransactionDetail

Someone asked about how to retrieve transaction detail from Global Payments last year and I know how to do this, but when I make the call to retrieve the transaction detail, I'm not getting ALL the details. I ran into a situation where several…
Ayrab
  • 326
  • 1
  • 8
1
vote
0 answers

Are HPP_POST_RESPONSE AND MERCHANT_RESPONSE_URL mutually exclusive?

We are reviewing how we implement our global payment solution. Currently we are using HPP and message handlers to capture the response from global payment. This works fine apart from some edge cases which are rare. Is it possible to use both the…
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…
1
vote
0 answers

How to access a past transaction's status in Global Payments PHP API?

After having authorized a transaction successfully, I want to query the same transaction from time to time (using the global payments order or transaction id) and check for any changes in its status so that I can update the status in my own…
ariansln
  • 11
  • 1
1
vote
2 answers

Transaction not redirecting back to website

I setup payment processing via a Hosted Payment Page. I am using a full redirect and made sure to include a full website in the redirect.init method (http://WEBSITE/response.php) When I do a transaction I get the following errors: Your transaction…
BradyG
  • 11
  • 2
1
vote
2 answers

Why this implementation for "Check version" step is still failing?

After reading 3DSecure GlobalPay documentation, my team opted for an integration via JSON, with our own client-side implementation, as we already have on production another integration with another 3DS verification service . For what's worth, we are…
1
vote
1 answer

506 Invalid MERCHANT_ID or ACCOUNT. Please contact the merchant Global payment HPP

I am testing HPP payments and I follow the example code provided here in Developer portal. I have created an account on the portal and have found below information on my test app. I always get These 2 errors. 506  Invalid MERCHANT_ID or ACCOUNT.…
Kuldeep
  • 21
  • 1
  • 4
1
vote
1 answer

Why does my Hpp payment function take two clicks to open?

I have a payment page which first does an axios call to get the required HPP model data. I then call the Hpp function to open the hosted page but it takes 2 clicks to complete the action. I have tried putting the code direct from the hpp function…
1
vote
0 answers

GlobalPayments HPP 508

I'm trying to integrate Global Payments HPP to my website. I followed the instruction on the developer portal on how to setup HPP using .NET but every time I try to access the HPP page, I get "508 Invalid data in MERCHANT_ID field. Please contact…
1
vote
0 answers

MIGS - Payment gateway Undefined System Error E5028-07150641: Invalid Digital Receipt Delivery URL

enter image description here Global payment (MIGS) given below issues, someone has any idea about this :(
1
vote
0 answers

Passing information to Global Payments HPP

I'm making a call via a post request in code to Global Payments, but I have no idea whether it is taking the information or not. It seems to ignore my configuration parameter and my return URLs so wonder whether it is getting any data all, though it…
Derek
  • 21
  • 3
1
2 3 4