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
accountId of the DmPayment
-
createdBy:
string
createdBy of the DmPayment
-
cretDttm:
string
cretDttm of the DmPayment
-
lastUpdatedBy:
string
lastUpdatedBy of the DmPayment
-
lastUpdtDttm:
string
lastUpdtDttm of the DmPayment
-
narrationTxt:
string
narrationTxt of the DmPayment
-
origXrefNo:
string
origXrefNo of the DmPayment
-
origXrefSubSeqNo:
string
origXrefSubSeqNo of the DmPayment
-
transactionAmt:
number
transactionAmt of the DmPayment
-
transactionCurrCd:
string
transactionCurrCd of the DmPayment
-
transactionDttm:
string
transactionDttm of the DmPayment
-
transactionTypeFlg:
string
transactionTypeFlg of the DmPayment
-
udf1:
number
udf1 of the DmPayment
-
udf10:
number
udf10 of the DmPayment
-
udf11:
number
udf11 of the DmPayment
-
udf12:
number
udf12 of the DmPayment
-
udf13:
number
udf13 of the DmPayment
-
udf14:
number
udf14 of the DmPayment
-
udf15:
number
udf15 of the DmPayment
-
udf16:
number
udf16 of the DmPayment
-
udf17:
number
udf17 of the DmPayment
-
udf18:
number
udf18 of the DmPayment
-
udf19:
number
udf19 of the DmPayment
-
udf2:
number
udf2 of the DmPayment
-
udf20:
number
udf20 of the DmPayment
-
udf21:
number
udf21 of the DmPayment
-
udf22:
number
udf22 of the DmPayment
-
udf23:
number
udf23 of the DmPayment
-
udf24:
number
udf24 of the DmPayment
-
udf25:
number
udf25 of the DmPayment
-
udf26:
number
udf26 of the DmPayment
-
udf27:
number
udf27 of the DmPayment
-
udf28:
number
udf28 of the DmPayment
-
udf29:
number
udf29 of the DmPayment
-
udf3:
number
udf3 of the DmPayment
-
udf30:
number
udf30 of the DmPayment
-
udf31:
string
udf31 of the DmPayment
-
udf32:
string
udf32 of the DmPayment
-
udf33:
string
udf33 of the DmPayment
-
udf34:
string
udf34 of the DmPayment
-
udf35:
string
udf35 of the DmPayment
-
udf36:
string
udf36 of the DmPayment
-
udf37:
string
udf37 of the DmPayment
-
udf38:
string
udf38 of the DmPayment
-
udf39:
string
udf39 of the DmPayment
-
udf4:
number
udf4 of the DmPayment
-
udf40:
string
udf40 of the DmPayment
-
udf41:
string
udf41 of the DmPayment
-
udf42:
string
udf42 of the DmPayment
-
udf43:
string
udf43 of the DmPayment
-
udf44:
string
udf44 of the DmPayment
-
udf45:
string
udf45 of the DmPayment
-
udf46:
string
udf46 of the DmPayment
-
udf47:
string
udf47 of the DmPayment
-
udf48:
string
udf48 of the DmPayment
-
udf49:
string
udf49 of the DmPayment
-
udf5:
number
udf5 of the DmPayment
-
udf50:
string
udf50 of the DmPayment
-
udf6:
number
udf6 of the DmPayment
-
udf7:
number
udf7 of the DmPayment
-
udf8:
number
udf8 of the DmPayment
-
udf9:
number
udf9 of the DmPayment
-
valueDt:
string
valueDt of the DmPayment
-
xrefNo:
string
xrefNo of the DmPayment
-
xrefSubSeqNo:
string
xrefSubSeqNo of the DmPayment
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.