POST /v1/billing/credit_grants/{id}
Updates a credit grant.
Servers
- https://api.stripe.com/
Path parameters
Name | Type | Required | Description |
---|---|---|---|
id |
String | Yes |
Unique identifier for the object. |
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 |
---|---|---|---|
expand[] |
Array | No |
Specifies which fields in the response should be expanded. |
metadata |
Object | No |
Set of key-value pairs you can attach to an object. You can use this to store additional information about the object (for example, cost basis) in a structured format. |
expires_at |
No |
The time when the billing credits created by this credit grant expire. If set to empty, the billing credits never expire. |
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.