GET
/
v1
/
products

Headers

x-api-key
string
required

Query Parameters

product_id
string
required

The unique identifier of the product

Response

200 - application/json
billing_period
string
required

Billing period

billing_type
string
required

Indicates the billing method for the customer. It can either be a recurring billing cycle or a onetime payment.

created_at
string
required

Creation date of the product

currency
string
required

Three-letter ISO currency code, in uppercase. Must be a supported currency.

description
string
required

A brief description of the product

id
string
required

Unique identifier for the object.

mode
enum<string>
required

String representing the environment.

Available options:
test,
live,
sandbox
name
string
required

The name of the product

object
string
required

String representing the object’s type. Objects of the same type share the same value.

price
number
required

The price of the product in cents. 1000 = $10.00

product_url
string
required

The product page you can redirect your customers to for express checkout.

status
string
required

Status of the product

tax_category
string
required

Categorizes the type of product or service for tax purposes. This helps determine the applicable tax rules based on the nature of the item or service.

tax_mode
string
required

Specifies the tax calculation mode for the transaction. If set to "inclusive," the tax is included in the price. If set to "exclusive," the tax is added on top of the price.

updated_at
string
required

Last updated date of the product

default_success_url
string

The URL to which the user will be redirected after successfull payment.

features
object[]

Features of the product.

image_url
string

URL of the product image. Only png as jpg are supported