POST /v1/billing/meter_event_adjustments
Creates a billing meter event adjustment.
Servers
- https://api.stripe.com/
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/x-www-form-urlencoded" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
cancel |
Object | No |
Specifies which event to cancel. |
cancel.identifier |
String | No | |
expand[] |
Array | No |
Specifies which fields in the response should be expanded. |
type |
String | Yes |
Specifies whether to cancel a single event or a range of events for a time period. Time period cancellation is not supported yet. Possible values:
|
event_name |
String | Yes |
The name of the meter event. Corresponds with the |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.