Pricing
Download SpecList Pricings For Product
Returns specified pricing for a Providers
product.
page
int
- Default
- 0
size
int
- Default
- 50
prod_id
string
required
ApiKey
Returns specified pricing for a Providers
product.
Response
Successful Response
{
"items": [
{
"name": "string",
"currency": "string",
"amount": 123,
"description": "string",
"meta": {},
"type": null,
"recurring_meta": {},
"id": "string",
"tpp_id": "string",
"prod_id": "string"
}
],
"total": 123,
"page": 123,
"size": 123
}
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
No schema
Not found
Empty response
Validation Error
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
detail
array[object (ValidationError)]
ValidationError
object (ValidationError)
loc
array[Any Of]
required
Any Of
string
int
msg
string
required
type
string
required
items
array[object (TppProductPrice)]
required
TppProductPrice
object (TppProductPrice)
name
string
required
currency
string
required
amount
int
required
description
string
meta
object (meta)
type
An enumeration.
recurring_meta
object (recurring_meta)
id
string
required
tpp_id
string
required
prod_id
string
required
total
int
required
page
int
required
size
int
required
Create Pricing For Tpp Product
Create pricing for a Providers
product. Products can have multiple pricing options.
name
string
required
currency
string
required
amount
int
required
description
string
meta
object (meta)
type
An enumeration.
recurring_meta
object (recurring_meta)
prod_id
string
required
ApiKey
Create pricing for a Providers
product. Products can have multiple pricing options.
Request
{
"name": "string",
"currency": "string",
"amount": 123,
"description": "string",
"meta": {},
"type": null,
"recurring_meta": {}
}
Response
Successful Response
{
"name": "string",
"currency": "string",
"amount": 123,
"description": "string",
"meta": {},
"type": null,
"recurring_meta": {},
"id": "string",
"tpp_id": "string",
"prod_id": "string"
}
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
No schema
Not found
Empty response
Validation Error
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
name
string
required
currency
string
required
amount
int
required
description
string
meta
object (meta)
type
An enumeration.
recurring_meta
object (recurring_meta)
id
string
required
tpp_id
string
required
prod_id
string
required
detail
array[object (ValidationError)]
ValidationError
object (ValidationError)
loc
array[Any Of]
required
Any Of
string
int
msg
string
required
type
string
required
price_id
string
required
ApiKey
Get list of pricings for a Providers
product.
Response
Successful Response
{
"name": "string",
"currency": "string",
"amount": 123,
"description": "string",
"meta": {},
"type": null,
"recurring_meta": {},
"id": "string",
"tpp_id": "string",
"prod_id": "string"
}
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
No schema
Not found
Empty response
Validation Error
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
name
string
required
currency
string
required
amount
int
required
description
string
meta
object (meta)
type
An enumeration.
recurring_meta
object (recurring_meta)
id
string
required
tpp_id
string
required
prod_id
string
required
detail
array[object (ValidationError)]
ValidationError
object (ValidationError)
loc
array[Any Of]
required
Any Of
string
int
msg
string
required
type
string
required
name
string
required
currency
string
required
amount
int
required
description
string
meta
object (meta)
type
An enumeration.
recurring_meta
object (recurring_meta)
price_id
string
required
ApiKey
Updates Provider
product pricing.
Request
{
"name": "string",
"currency": "string",
"amount": 123,
"description": "string",
"meta": {},
"type": null,
"recurring_meta": {}
}
Response
Successful Response
{
"name": "string",
"currency": "string",
"amount": 123,
"description": "string",
"meta": {},
"type": null,
"recurring_meta": {},
"id": "string",
"tpp_id": "string",
"prod_id": "string"
}
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
No schema
Not found
Empty response
Validation Error
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
name
string
required
currency
string
required
amount
int
required
description
string
meta
object (meta)
type
An enumeration.
recurring_meta
object (recurring_meta)
id
string
required
tpp_id
string
required
prod_id
string
required
detail
array[object (ValidationError)]
ValidationError
object (ValidationError)
loc
array[Any Of]
required
Any Of
string
int
msg
string
required
type
string
required
price_id
string
required
ApiKey
Deletes Provider
product pricing.
Response
Successful Response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
No schema
No schema
Not found
Empty response
Validation Error
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
detail
array[object (ValidationError)]
ValidationError
object (ValidationError)
loc
array[Any Of]
required
Any Of
string
int
msg
string
required
type
string
required
Was this page helpful?