Generate MT950 statement
post
/service/statement/mt950
This endpoint is used to generate MT950 statement for the given virtual account / entity.
Request
Supported Media Types
- application/json
- application/xml
Request Body that contains data required for generating statement
Nested Schema : GenericDto
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
object
Discriminator:
resource_type
Nested Schema : StatementInDTO-allOf[1]
Type:
Show Source
object
-
fromDate:
string
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}
Date from when the transactions have to be fetched -
toDate:
string
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}
Date till when the transactions have to be fetched -
virtualAccountNumber(optional):
string
Virtual account number for which the account statement has to be generated. Please give ALL for consolidated report
-
virtualEntity:
string
Virtual entity for which the account statement has to be generated.
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of succes or failure
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