Customer API
Customer management APIs enable SwiftFederaton partners or customers to list, view, create, and delete customer. APIs are categorised by features, including the essential information, such as Request URI, method, and description.
API Name | Method | Request URI | Description |
---|---|---|---|
Get Customer | GET | /sfd/v2.0/customers/{customerId} | Get a customer by ID. |
Get Customer Children | GET | /sfd/v2.0/customers/{parentId}/childCustomers | Retrieves the child customer records for the specified customer. |
Create Customer | POST | /sfd/v2.0/customers/{parentId}/childCustomers | Create a new customer. |
Delete Customer | DELETE | /sfd/v2.0/customers/{customerId} | Delete a customer or partner. |