Files
rust-mollie-sdk/docs/CapabilitiesApiApi.md
Zomatree e738db98b9 init
2025-10-20 14:41:17 +01:00

1.7 KiB

\CapabilitiesApiApi

All URIs are relative to https://api.mollie.com/v2

Method HTTP request Description
list_capabilities GET /capabilities List capabilities

list_capabilities

models::ListCapabilities200Response list_capabilities(idempotency_key) List capabilities

🚧 Beta feature > > This feature is currently in beta testing, and the final specification may still change. Retrieve a list of capabilities for an organization. This API provides detailed insights into the specific requirements and status of each client's onboarding journey. Capabilities are at the organization level, indicating if the organization can perform a given capability. For payments, regardless them being at the profile level, the capability is listed at the organization level. This means that if at least one of the clients's profiles can receive payments, the payments capability is enabled, communicating that the organization can indeed receive payments.

Parameters

Name Type Description Required Notes
idempotency_key Option<String> A unique key to ensure idempotent requests. This key should be a UUID v4 string.

Return type

models::ListCapabilities200Response

Authorization

oAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/hal+json

[Back to top] [Back to API list] [Back to Model list] [Back to README]