List supported banks (Partner API)
Authorization
ApiKey ApiKeyId In: header
In: header
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/partner_api/banks"[ { "name": "string", "code": "strin", "swiftCode": "stringst", "country": "st" }]Delete beneficiary contact (Partner API) DELETE
Deletes a beneficiary contact (soft delete). The contact will no longer be available for new transfers.
List business activities (Service Provider API) GET
Returns the list of business activity categories and their activities. This endpoint is equivalent to `/static/activities` but filters out disabled categories and activities. **Use this endpoint to:** - Get valid activity categories and activities for business registration - Display activity options in your application - Validate activity information before creating businesses **Activity Information:** - Only enabled categories and activities are returned - Activities are grouped by category - Supports language selection via `Accept-Language` header (defaults to French) - Categories and activities are sorted alphabetically **Language Support:** - Send `Accept-Language: en` for English - Send `Accept-Language: fr` for French (default) **Authentication:** Requires API key headers. The authenticated business must be a service provider.