Payment report
POST/v1/reports/payments_report
Returns payment report using the specified criteria
Request
- application/json
Body
Requested payment date period start
Requested payment date period end If not specified considered as the current date by default
Instrument expressed as a currency pair.
Responses
- 200
- 401
- 403
- 409
- 500
Your request has been successfully processed
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
GrpHdr
GrpHdr
required
12345678901234562024-07-04T12:34:561SttlmInf
SttlmInf
CLRGInstgAgt
InstgAgt
FinInstnId
FinInstnId
INSTBICXXXXInstdAgt
InstdAgt
BranchIdentification
BranchIdentification
FinInstnId
FinInstnId
required
INSDBICXXXXpaymentProviderInfo
object
required
Latest payment status change.
Possible values: [pending, accepted, rejected]
pending[
{
"GrpHdr": {
"MsgId": "1234567890123456",
"CreDtTm": "2024-07-04T12:34:56",
"NbOfTxs": "1",
"SttlmInf": {
"SttlmMtd": "CLRG"
},
"InstgAgt": {
"FinInstnId": {
"BICFI": "INSTBICXXXX"
}
},
"InstdAgt": {
"Nm": "string",
"BranchIdentification": {
"Id": "string"
},
"FinInstnId": {
"BICFI": "INSDBICXXXX"
}
}
},
"paymentProviderInfo": {
"providerName": "string",
"providerTransactionId": "string",
"providerTransactionStatus": "string",
"providerTransactionStatusCode": "string"
},
"status": "pending",
"errCode": "string"
}
]
Authentication token is required for this action that was not provided, expired or invalid.
- application/json
- Schema
- Example (from schema)
Schema
Links error message to a specific event in the system.
The code for the error that has occurred.
The text for the error that has occurred.
An optional parameter name related to the error. Usually present for input validation errors.
An optional parameter value related to the error. Set to input value of named parameter.
{
"errorId": "string",
"code": "string",
"text": "string",
"parameter_name": "string",
"parameter_value": {}
}
Not authorized for the requested action.
- application/json
- Schema
- Example (from schema)
Schema
Links error message to a specific event in the system.
The code for the error that has occurred.
The text for the error that has occurred.
An optional parameter name related to the error. Usually present for input validation errors.
An optional parameter value related to the error. Set to input value of named parameter.
{
"errorId": "string",
"code": "string",
"text": "string",
"parameter_name": "string",
"parameter_value": {}
}
Action could not be completed because of conflict.
- application/json
- Schema
- Example (from schema)
Schema
Links error message to a specific event in the system.
The code for the error that has occurred.
The text for the error that has occurred.
An optional parameter name related to the error. Usually present for input validation errors.
An optional parameter value related to the error. Set to input value of named parameter.
{
"errorId": "string",
"code": "string",
"text": "string",
"parameter_name": "string",
"parameter_value": {}
}
Internal server error.
- application/json
- Schema
- Example (from schema)
Schema
Links error message to a specific event in the system.
The code for the error that has occurred.
The text for the error that has occurred.
An optional parameter name related to the error. Usually present for input validation errors.
An optional parameter value related to the error. Set to input value of named parameter.
{
"errorId": "string",
"code": "string",
"text": "string",
"parameter_name": "string",
"parameter_value": {}
}