Get Payment Details Based on Account ID and Date Filter
get
/dmpayment-service/payment/getPaymentDetailsByDateFilter
This endpoint is used to fetch payment details based on account id and date filter.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
acctId(required): string
Account ID for which we need the payment details.
-
fromDate(required): string
From Date parameter for Date Filter.
-
limit: string
Limit is maximum number of records to be fetched.
-
offset: string
Offset is starting number of records to be fetched.
-
toDate(required): string
To Date parameter for Date Filter.
Header Parameters
-
appId(required): string
The application ID of host service.
-
branchCode(required): string
The branch code of requesting branch.
-
contentType: string
The content type of request or response body.
-
userId(required): string
The user ID of requesting user.
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns payment details.
Headers
-
Location: string
Returns payment details.
Nested Schema : DmPaymentDTO
Type:
object
DmPayment model
Show Source
-
accountId:
string
The account Id of the Payment
-
origXrefNo:
string
The origXref Number of the Payment
-
transactionAmt:
number
The transaction Amount of the Payment
-
transactionCurrCd:
string
The transaction Currency code of the DmPayment
-
transactionDttm:
string
The transaction Date and Time of the Payment
-
transactionTypeFlg:
string
The transaction Type Flag of the Payment
-
xrefNo:
string
The xref Number of the Payment
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input.
500 Response
Internal error.