Download OpenAPI specification:Download
API for manage accounting entries (v1.155.0)
Returns a list containing all available bank notifications on partner
| fromDate | string <date-time> |
| toDate | string <date-time> |
| type | string |
| pageSize | integer <int32> Default: 50 |
| pageNumber | integer <int32> Default: 0 |
{- "totalCount": 0,
- "limitCount": 0,
- "items": [
- {
- "bankNotificationId": "7640ad94-efcd-4d56-a6ee-5a52bae50855",
- "partnerKey": "string",
- "type": "string",
- "status": "string",
- "feedback": "string",
- "attempts": 0,
- "creationDate": "2019-08-24T14:15:22Z",
- "receptionDate": "2019-08-24T14:15:22Z",
- "acceptanceDate": "2019-08-24T14:15:22Z",
- "lastUpdateDate": "2019-08-24T14:15:22Z",
- "creditorName": "string",
- "creditorIban": "string",
- "debtorName": "string",
- "debtorIban": "string",
- "amount": 0.1,
- "reason": "string",
- "transactionReference": "string",
- "reconciliationCode": "string",
- "reconciliationType": "string",
- "paymentGatewayReference": "string",
- "walletId": "0ecad4a2-3549-43fb-807e-9ff033247480",
- "operationId": "3051932a-fdd2-48fa-b330-7e7d41535969",
- "metadata": {
- "property1": null,
- "property2": null
}, - "consumedAmount": 0.1,
- "consumableAmount": 0.1,
- "incomingPaymentId": "d1446c4f-f0bf-41a2-ac67-20102ab62a06"
}
]
}Mark a received bank notification as rejected, in order to send back to creditor
| bankNotificationId required | string <uuid> identifier of notification to be rejected |
{- "errorCode": "string",
- "errorDescription": "string",
- "errorProperties": {
- "property1": "string",
- "property2": "string"
}
}Approve specified notification in order to start its process
| bankNotificationId required | string <uuid> Identifier of notification |
{- "errorCode": "string",
- "errorDescription": "string",
- "errorProperties": {
- "property1": "string",
- "property2": "string"
}
}Triggers the flow 'BankNotifications' overriding execution without needing to wait for the CRON trigger
| type required | string Enum: "IncomingSctStandard" "IncomingSctInstant" "IncomingReconciliation" "IncomingSdd" Type of banking event that can be received |
| bankNotificationId | string <uuid> |
{- "errorCode": "string",
- "errorDescription": "string",
- "errorProperties": {
- "property1": "string",
- "property2": "string"
}
}Triggers the flow 'AccountingOperations' overriding execution without needing to wait for the CRON trigger
| operationId | string <uuid> |
{- "errorCode": "string",
- "errorDescription": "string",
- "errorProperties": {
- "property1": "string",
- "property2": "string"
}
}Triggers the 'MandateDepositRequest' of a SINGLE mandate overriding execution without needing to wait for the CRON trigger.
NOTE: The date of next deposit request still needs to be today, or the message will be ignored
| mandateId required | string <uuid> Single mandate deposit request to trigger |
{- "errorCode": "string",
- "errorDescription": "string",
- "errorProperties": {
- "property1": "string",
- "property2": "string"
}
}