Prices
Get price
Retrieve one price, including its trial, tax and refund-window settings.
GET/v1/prices/{price_id}
Parameters
| Parameter | Description |
|---|---|
| price_idstring · pathrequired | No description in the spec. |
Returns
Returns a PriceResponse object.
Errors
| Status | Cause |
|---|---|
| 401 | Missing or invalid API key. |
| 403 | Key is missing the prices:read scope. |
| 404 | No such object, or it belongs to the other mode. |
| 422 | Validation Error |
| 429 | Rate limited. Back off and retry. |
Other prices operations
- List prices GET /v1/prices
- Create price POST /v1/prices
- Update price POST /v1/prices/{price_id}
BillKit