Questions tagged [global-payments-api]

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

56 questions
1
vote
1 answer

Global Payments Realex HPP - Do NOT send to merchantUrl

We are trying to integrate a payment in React to our backend. After hpp.lightbox.init() successes, it automatically sends the browser to the merchantUrl. We do not want that functionality because our application is an SPA, so we do not want the user…
benard-kong
  • 1,733
  • 2
  • 8
  • 15
1
vote
1 answer

Recurring payment integration with Realex/Global payment

I am trying to create a recurring payment for Global payment gateway. But getting below error - The selected gateway does not support this transaction type. $config = new ServicesConfig(); $config->merchantId = "MerchantId"; $config->accountId =…
Irfan
  • 7,029
  • 3
  • 42
  • 57
1
vote
1 answer

Realex payment gateway after successfully payment not return Merchant website

Using realex payment i'm try to checkout order with Oscommerce code, Payment deducted from bank and also trasection display in realex system but user can not get back Merchant website and order status is not updated due to return url or other may be…
0
votes
0 answers

List of all permissions

I have been looking like all over the place for a complete list of permissions for Global Payments UCP APIs. Of course I have a developer account and I searched their Github yaml files but cannot find a complete list. TRN_POST_INITIATE …
jldupont
  • 93,734
  • 56
  • 203
  • 318
0
votes
0 answers

GET /accounts list returns an empty list for my sandbox merchant (UCP)

I am attempting to retrieve details about the accounts of my sandbox merchant account using the API https://developer.globalpay.com/api/accounts but I keep receiving an empty list. I have tried using the filter of the query as per the example on the…
jldupont
  • 93,734
  • 56
  • 203
  • 318
0
votes
0 answers

ReportingService.transaction_detail -- does not return any type of amount

When execute the following code, item = ReportingService.transaction_detail(123).execute() The item instance does not have any 'amount','authorized_amount','settlement_amount' I am expecting it to return the values of the amount.
0
votes
0 answers

how can we test swipe card functionality in global payment gateway?

i am working on global payment gateway, i need some help in POS, i want to test swipe functionality with sandbox account, is there anyone who knows about this, any help will be really appreciated.
Nikul Panchal
  • 1,542
  • 3
  • 35
  • 58
0
votes
0 answers

Possible unsafe characters in hash. Please contact the merchant, or refer to your code and the Developers Documentation

I want to test sandbox payment from local using 3d secure 2 https://pay.sandbox.realexpayments.com/pay . I used same hash options given in the link https://developer.globalpay.com/hpp/3d-secure-two
0
votes
0 answers

Change Submit Button Name to Pay Now + GlobalPayment REST API

i can't change submit button name i using globalpayment rest api
0
votes
0 answers

Getting "Unexpected HTTP status code [0]" on payment transactions

We are using a TSYS Global Payments Genius payment gateway with eCommerce activated so I do have the Web API key. I’m using the “TSYS Genius” payment method within the official GlobalPayments WooCommerce plugin:…
0
votes
0 answers

How can I transfer funds from one Merchant account to another using GP API?

I'm attempting to implement a basic wallet using the Global Payments API, but I'm still getting to know it. My target is for my users or clients to be able to pay another person who is a merchant on our platform or transfer money to them. However, I…
Peter
  • 1,124
  • 14
  • 17
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
0 answers

Unable to perform browser authentication in 3DSecure Flow

We are using Global Payments Java SDK to implement 3DSecure. Our web application first calls check-version API on the backend. And our backend use checkEnrollment function of Secure3dService class in Java SDK to check the status of the card. If the…
0
votes
1 answer

Global payment gateway "Access token and merchant info do not match" error

I am trying to implement the global payment gateway using REST APIs, able to generate the access key. Now i am trying to validate the card, but getting { "error_code": "ACTION_NOT_AUTHORIZED", "detailed_error_code":…
Kamal Gadepalli
  • 177
  • 1
  • 1
  • 11
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…