Response
The response to the findPayments operation is made via the payment gateway after searching for one or several payments.
It consists of HEADER and BODY of the findPaymentsResponse type.
- HEADER
The HEADER is transmitted by the payment gateway.
Check the authentication token value (see Verifying the SOAP header in the response chapter).
-
BODY
The structure of the findPaymentsResponse message is as follows:
Name Type findPaymentsResult findPaymentsResult
The structure of the findPaymentsResult message is as follows:
Object | Type |
---|---|
commonResponse | commonResponse |
orderResponse | orderResponse |
transactionItem | transactionItem |
The data returned in the response depends on the objects and attributes sent in the request.
However, whatever the operation, the responseCode attribute of the CommonResponse object must first be analyzed:
- The value 0 indicates that the operation is successfully completed.
- A value different from 0 involves an analysis of the responseCodeDetails attribute. It specifies the origin of the error.