Get All Payments for Account After Specified Date
get
/dmpayment-service/payments
This endpoint is used to get all payments for an account after a specified date.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
accountId(required): string
Account ID.
-
date(required): string
Date.
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 collection of 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.