EBA STEP2 SEPA Credit transfer
Number of APIs: 43
DPWS RESTful API for interacting with STEP2 SCT services
Contact Support: Email: api@ebaclearing.eu
-
It allows the Participant to inquire the list of its BPO relationships. POST {{baseUrl}}/listBPORelationships/:senderBIC
-
It allows the Participant to insert a new BPO relationship. PUT {{baseUrl}}/insertBPORelationship/:senderBIC
-
It allows the Participant to inquire the Direct Participants list. POST {{baseUrl}}/listParticipants/:senderBIC
-
It allows the Participant to inquire the details of a Direct Participants. POST {{baseUrl}}/participantDetails/:senderBIC
-
It allows the Participant to inquire the details of a Reachable BIC. POST {{baseUrl}}/RBDetails/:senderBIC
-
It allows the Participant to remove a BPO relationship. PUT {{baseUrl}}/removeBPORelationship/:senderBIC
-
It allows the Participant to remove its Reachable BICs. PUT {{baseUrl}}/changeStatusReachableBIC/:senderBIC
-
It allows the Participant to insert a new Reachable BIC linked to its same BIC. PUT {{baseUrl}}/insertReachableBIC/:senderBIC
-
It allows the Participant to update its BIC. PUT {{baseUrl}}/updateDirectParticipant/:senderBIC
-
It allows the Participant to update a Reachable BIC linked to its same BIC. PUT {{baseUrl}}/updateReachableBIC/:senderBIC