Logo
Swift API Sandbox Collections API Documentation

EBA STEP2 SEPA Credit transfer

Number of APIs: 43


DPWS RESTful API for interacting with STEP2 SCT 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 inquire the details of a Direct Participants.

POST {{baseUrl}}/participantDetails/:senderBIC



3. It allows the Participant to inquire the details of a Reachable BIC.

POST {{baseUrl}}/RBDetails/:senderBIC



4. It allows the Participant to inquire 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 remove its Reachable BICs.

PUT {{baseUrl}}/changeStatusReachableBIC/:senderBIC



8. It allows the Participant to insert a new Reachable BIC linked to its same BIC.

PUT {{baseUrl}}/insertReachableBIC/:senderBIC



9. It allows the Participant to update its BIC.

PUT {{baseUrl}}/updateDirectParticipant/:senderBIC



10. It allows the Participant to update a Reachable BIC linked to its same BIC.

PUT {{baseUrl}}/updateReachableBIC/:senderBIC



ENDPOINTS