Fetch messages
get
/service/statement/fetch
This endpoint is used to fetch messages for a customer for a period.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
accountBranch(optional): string
Account Branch
-
accountNo(optional): string
Virtual Account Number
-
entityId(optional): string
Entity Id
-
fromDate: string
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}
From Date -
msgType(optional): string
Message Type MT<> & CAMT<>
-
realCustomer(optional): string
Real Customer Number
-
toDate: string
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}
To Date
Response
Supported Media Types
- application/json
- text/csv
- application/xml
201 Response
Returns list of messages
Headers
Nested Schema : MessageOutDTO
Type:
object
SWIFT / CAMT message
Show Source
-
branch(optional):
string
-
branchDate(optional):
string
-
id(optional):
string
-
makerDtStamp(optional):
string(date)
-
makerId(optional):
string
-
message(optional):
string
-
msgType(optional):
string
-
parentReferenceNo(optional):
string
-
referenceNo(optional):
string
-
virtualAccountNo(optional):
string
-
virtualEntityId(optional):
string
Virtual Entity id for accounts
Nested Schema : items
Type:
object
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