Basic Information

appmixer.stripe.core.MakeAPICall

1.0.0

Public

Performs an arbitrary authorized API call to any Stripe endpoint with custom parameters.

Input Ports

in

FieldTypeDescription
Custom Endpoint text The custom endpoint path (e.g., 'charges').
Method text HTTP method to use for the API call (GET, POST, etc.).
Parameters textarea Key-value object containing parameters for the API call.

Output Ports

out

FieldTypeDescription
Response -

Full Metadata