GetPaymentsByGatewayRefNum

Description

This method is used to return the number of payments based on the search terms.

Syntax

int GetPaymentsCount(SecurityToken securityToken, string customerId, string customerInternalId, System.DateTime fromDateTime, System.DateTime toDateTime)

Arguments

TypeNameDescription
SecurityTokensecurityTokenMerchant security token: used to identify merchant and validate transaction. (required)
stringcustomerIdUnique customer ID number assigned by the system. (required)
stringcustomerInternalIdUnique invoice ID number assigned by the internal system. (required)
System.DateTimefromDateTimeFrom date. (required)
System.DateTimetoDateTimeTo date. (required)

Return Value

TypeDescription
intReturns the number of payments based on the search terms.

Examples

Usman to provide payload.
Usman to provide Payload.
Usman to provide payload.