5. Query / Summary

This service returns summary information for a specific bulk payment.

Bulk Payment Summary Query Service

GET {{Base Adres}}/api/paywall/payment/bulk/payment/query/summary

Important: To use the bulk payment summary query service, you must include the apikeypublic and apiclientpublic parameters in the header.

PaymentAPI Address

The parameters to be sent to the service are as follows:

Parameter
Type
Compolsory
Description

apikeypublic

string

Yes

The Public Key obtained from the merchant panel.

apiclientpublic

string

Yes

The Public Client obtained from the merchant panel.

merchantuniquecode

string

Yes

A unique identifier code specific to the merchant, sent to Paywall as a parameter during transaction initiation.

Response Returned from the Service > Main Directory

Parameter
Type
Description

Result

bool

Indicates whether the transaction has been successfully received by Paywall. A true response does not mean the payments are successful; it means they have been successfully received for processing. Payment results will be delivered via callback.

TotalPaymentCount

int

Total number of transactions

TotalPaymentAmount

decimal

Total transaction amount

TotalSuccessPaymentCount

int

Total number of successful transactions

TotalSuccessPaymentAmount

decimal

Total amount of successful transactions

TotalUnsuccessfulPaymentCount

int

Total number of failed transactions

TotalUnsuccessfulPaymentAmount

decimal

Total amount of failed transactions

TotalUnprocessedPaymentCount

int

Number of transactions that could not be processed due to possible disaster scenarios

TotalUnprocessedPaymentAmount

decimal

Amount of transactions that could not be processed due to possible disaster scenarios

Sample JSON Response from the Service

Last updated