List all prices
GET
us-central1-appgregator.cloudfunctions.net/stripe/prices/
Query Parameters
Name
Type
Description
name*
String
ft-4
connection_name*
String
stripe-1
limit
Integer
1
{
"object": "list",
"data": [
{
"id": "price_1MZ80JIyq0PiFIhUG5p0UUYb",
"object": "price",
"active": true,
"billing_scheme": "per_unit",
"created": 1675841023,
"currency": "idr",
"custom_unit_amount": null,
"livemode": false,
"lookup_key": null,
"metadata": {},
"nickname": null,
"product": "003",
"recurring": {
"aggregate_usage": null,
"interval": "month",
"interval_count": 1,
"trial_period_days": null,
"usage_type": "licensed"
},
"tax_behavior": "unspecified",
"tiers_mode": null,
"transform_quantity": null,
"type": "recurring",
"unit_amount": 1,
"unit_amount_decimal": "1"
}
],
"has_more": true,
"url": "/v1/prices"
}
curl --location --request GET 'https://us-central1-appgregator.cloudfunctions.net/stripe/prices?name=ft-4&connection_name=stripe-1&limit=1' \
--header 'x-api-key: XXX'el
Last updated