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(required):
string
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}
Date from when the transactions have to be fetched -
toDate(required):
string
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}
Date till when the transactions have to be fetched -
virtualAccountNumber:
string
Virtual account number for which the account statement has to be generated. Please give ALL for consolidated report
-
virtualEntity(required):
string
Virtual entity for which the account statement has to be generated.
Response
Supported Media Types
- application/json
- application/xml
- text/csv
201 Response
Returns message of succes or failure
Headers
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