Stripe
Get Stripe price detail by price id
Get Stripe price detail by price id. Retrieves stripe prices through GET /api/v1/stripe/prices/{priceId}.
Get Stripe price detail by price id. Retrieves stripe prices through GET /api/v1/stripe/prices/{priceId}.
Path Parameters
priceId*string
Stripe price identifier (example: price_1SnbFDKET6Al6WZiJk3ITc5q)
Query Parameters
forceRefresh?boolean
Bypass cache and fetch fresh data from Stripe
Default
falseResponse Body
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/stripe/prices/string"{
"isSuccess": true,
"statusCode": 200,
"data": {
"message": "Success"
},
"errors": [],
"timestamp": "2026-01-15T10:30:00.000Z"
}{
"isSuccess": false,
"statusCode": 400,
"data": null,
"errors": [
"Validation failed"
],
"timestamp": "2026-01-15T10:30:00.000Z"
}{
"isSuccess": false,
"statusCode": 404,
"data": null,
"errors": [
"Resource not found"
],
"timestamp": "2026-01-15T10:30:00.000Z"
}