EBA STEP2 Direct Debit B2B

Number of APIs: 40

DPWS RESTful API for interacting with STEP2 B2B services

Contact Support: Email: api@ebaclearing.eu

  1. It allows the Participant to update its DP BIC. PUT {{baseUrl}}/updateDirectParticipant/:senderBIC

  2. It allows the Participant to update its Reachable BICs. PUT {{baseUrl}}/updateReachableBIC/:senderBIC

  3. It allows the Participant to reject an operation previously issued via API. PUT {{baseUrl}}/rejectParticipantOperation/:senderBIC

  4. It allows the Participant to enquire the list of its routing operations. POST {{baseUrl}}/listOperations/:senderBIC

  5. It allows the Participant to retrieve the details of one of its operations. POST {{baseUrl}}/operationDetails/:senderBIC

  6. It allows the Participant to enquire the Default Thresholds list. POST {{baseUrl}}/listDefaultThresholds/:senderBIC

  7. It allows the Participant to update a specific Default Threshold. PUT {{baseUrl}}/updateDefaultThreshold/:senderBIC

  8. It allows the Participant to inquire its debit position against a specific Counterparty BIC configured for settling in CGS. POST {{baseUrl}}/debitPositionCGS/:senderBIC

  9. It allows to inquire the Transactions sent or received by the Participant. POST {{baseUrl}}/listTransactions/:senderBIC

  10. It allows to get the details of a specific transaction sent or received by the Participant. POST {{baseUrl}}/transactionDetails/:senderBIC