EBA STEP2 Direct Debit CORE

Number of APIs: 40

DPWS RESTful API for interacting with STEP2 COR services

Contact Support: Email: api@ebaclearing.eu

  1. It allows the Participant to inquire the Direct Participants list. POST {{baseUrl}}/listParticipants/:senderBIC

  2. It allows the Participant to retrieve the details of a Direct Participant. POST {{baseUrl}}/participantDetails/:senderBIC

  3. It allows the Participant to retrieve the details of a Reachable BIC. POST {{baseUrl}}/RBDetails/:senderBIC

  4. It allows the Participant to enquire the list of its BPO relationships. POST {{baseUrl}}/listBPORelationships/:senderBIC

  5. It allows the Participant to insert a new BPO relationship. PUT {{baseUrl}}/insertBPORelationship/:senderBIC

  6. It allows the Participant to remove a BPO relationship. PUT {{baseUrl}}/removeBPORelationship/:senderBIC

  7. It allows the Participant to set its Reachable BICs in R-Only or Remove status or to revoke a previously set R-Only status. PUT {{baseUrl}}/changeStatusReachableBIC/:senderBIC

  8. It allows the Participant to insert a new Reachable BIC. PUT {{baseUrl}}/insertReachableBIC/:senderBIC

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

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