Dear community,
We are pleased to announce the release of a new API in the B2B channel.
Party
Facilitates onboarding, modification, inquiry and deletion of a party across different Finastra corporate banking business lines.
This new API contains 15 endpoints:
- POST /parties: Facilitates onboarding a party across different lines of business.
- GET /parties/{partyId}: Facilitates enquiry of party details
- PUT /parties/{partyId}: Facilitates update of an existing party details
- DELETE /parties/{partyId}: Facilitates deleting of a party from a line of business
- PUT /parties/{partyId}/enablement: Enables addition of a new line of business to an existing party
- PUT /parties/{partyId}/trade-finance: Facilitates update of an existing party with Trade-Finance specific details
- GET /parties/{partyId}/trade-finance: Facilitates enquiry of an existing party in line of business: Trade-Finance
- PUT /parties/{partyId}/cash-management: Facilitates update of an existing party with Cash-Management specific details
- GET /parties/{partyId}/cash-management: Facilitates enquiry of an existing party in line of business: Cash-Management
- PUT /parties/{partyId}/corporate-channels: Facilitates update of an existing party with Corporate-Channels specific details
- GET /parties/{partyId}/corporate-channels: Facilitates enquiry of an existing party in line of business: Corporate-Channels
- POST /group: Facilitates onboarding of a party group to Trade Finance and Revenue Management.
- PUT /group/{groupId}: Facilitates update of an existing party group
- GET /group/{groupId}: Facilitates enquiry of an existing party group in the line of business
- DELETE /group/{groupId}: Facilitates deleting of a party group from a line of business.
More documentation here.