Basic Information

appmixer.mollie.core.MakeAPICall

1.0.0

Public

Performs an arbitrary authorized API call. Provides flexibility for advanced integrations and accessing any Mollie API endpoint not covered by other components.

Input Ports

in

FieldTypeDescription
Method select HTTP method to use.
API Endpoint Path text Enter the endpoint path (e.g. /v2/payments) or a full URL like https://api.mollie.com/v2/payments?limit=5.
Headers text Optional additional headers to send as a JSON object.
Query Parameters textarea Optional query parameters as a JSON object (e.g. {"limit": 10, "offset": 0}).
Body textarea Optional JSON request body (for POST/PUT/PATCH).

Output Ports

out

FieldTypeDescription
Status Code -
Response Headers -
Response Body -

Full Metadata