Skip to content

How to check if a transaction is pending, delayed or batched in Global Pay? #83

@djcolonico

Description

@djcolonico

Hi,

We use the Ecommerce HPP solution to make payments: https://developer.globalpay.com/ecommerce/hosted-solution/HPP-Guide#hpp

We'd like to check if our payments are in the pending, delayed or batched status in Global Pay.

Could you please tell us how we can do this?

image

We’ve tried using the reporting service (like in this example https://github.com/globalpayments/dotnet-sdk/blob/master/tests/GlobalPayments.Api.Tests/GpEcom/GpEcomReportingTest.cs), but the TransactionSummary doesn’t give us this information.

var service = new HostedService(new GpEcomConfig 
{ 
    MerchantId = "merchantid", 
    AccountId = "accountid", 
    SharedSecret = "secret", 
    ServiceUrl = https://api.sandbox.realexpayments.com/epage-remote.cgi, 
    HostedPaymentConfig = new HostedPaymentConfig { Version = "2" } 
}); 

var transaction = ReportingService.TransactionDetail("bb80e964-8f0e-4a67-90d9-78a617fde3bb").Execute();

image

I can see a similar question on stack overflow, but it has no answer: https://stackoverflow.com/questions/75090241/global-payments-ecomm-api-not-retrieving-all-transactiondetail

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions