Basic Information

appmixer.stripe.core.MakeApiCall

1.0.0

Public

Performs an arbitrary authorized API call to the Stripe API.

Input Ports

in

FieldTypeDescription
API Endpoint Path text Enter the API endpoint path relative to https://api.stripe.com (for example /v1/customers) or provide a full URL.
HTTP Method select Select the HTTP method for the API call.
Query Parameters key-value Optional query parameters.
Request Body textarea Enter the request body as a JSON object. It is sent to Stripe as application/x-www-form-urlencoded (nested objects use bracket notation, e.g. metadata[key]=value). Override the Content-Type via the Headers input if a specific endpoint needs a different encoding.
Request Headers key-value Optional additional request headers.

Output Ports

out

FieldTypeDescription
Status Code -
Response Headers -
Response Body -

Full Metadata