EBA STEP2 Direct Debit B2B
Number of APIs: 40
DPWS RESTful API for interacting with STEP2 B2B services
Contact Support: Email: api@ebaclearing.eu
-
It allows the Participant to update its DP BIC. PUT {{baseUrl}}/updateDirectParticipant/:senderBIC
-
It allows the Participant to update its Reachable BICs. PUT {{baseUrl}}/updateReachableBIC/:senderBIC
-
It allows the Participant to reject an operation previously issued via API. PUT {{baseUrl}}/rejectParticipantOperation/:senderBIC
-
It allows the Participant to enquire the list of its routing operations. POST {{baseUrl}}/listOperations/:senderBIC
-
It allows the Participant to retrieve the details of one of its operations. POST {{baseUrl}}/operationDetails/:senderBIC
-
It allows the Participant to enquire the Default Thresholds list. POST {{baseUrl}}/listDefaultThresholds/:senderBIC
-
It allows the Participant to update a specific Default Threshold. PUT {{baseUrl}}/updateDefaultThreshold/:senderBIC
-
It allows the Participant to inquire its debit position against a specific Counterparty BIC configured for settling in CGS. POST {{baseUrl}}/debitPositionCGS/:senderBIC
-
It allows to inquire the Transactions sent or received by the Participant. POST {{baseUrl}}/listTransactions/:senderBIC
-
It allows to get the details of a specific transaction sent or received by the Participant. POST {{baseUrl}}/transactionDetails/:senderBIC