Logo
Swift API Sandbox Collections API Documentation

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 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 inquire the Reachable BICs list.

POST {{baseUrl}}/listReachableBICs/:senderBIC



4. It allows the Participant to retrieve the details of a Reachable BIC.

POST {{baseUrl}}/RBDetails/:senderBIC



5. It allows the Participant to enquire the list of its BPO relationships.

POST {{baseUrl}}/listBPORelationships/:senderBIC



6. It allows the Participant to insert a new BPO relationship.

PUT {{baseUrl}}/insertBPORelationship/:senderBIC



7. It allows the Participant to remove a BPO relationship.

PUT {{baseUrl}}/removeBPORelationship/:senderBIC



8. 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



9. It allows the Participant to insert a new Reachable BIC.

PUT {{baseUrl}}/insertReachableBIC/:senderBIC



10. It allows the Participant to update its DP BIC.

PUT {{baseUrl}}/updateDirectParticipant/:senderBIC



ENDPOINTS