id
integer

Internal ID of the resource

uniqid
string

Unique ID of the resource, used as reference across the API

recurring_billing_id
string

Unique ID of the recurring bill

payout_configuration
string

DEPRECATED

secret
string

An internal Sellix secret used for completing tasks with our internal API

type
enum<string>

Invoice type. For subscriptions, the invoice type is PRODUCT_SUBSCRIPTION as SUBSCRIPTION is reserved for Sellix-own plans

Available options:
PRODUCT,
SUBSCRIPTION,
PUBLIC_REST_API,
MONTHLY_BILL,
SHOPPING_CART,
PRODUCT_SUBSCRIPTION,
PRODUCT_SUBSCRIPTION_V2
subtype
enum<string>

Product type

Available options:
INFO_CARD,
SERVICE,
DYNAMIC,
FILE,
SERIALS,
GAMING_RCON,
SUBSCRIPTION,
SUBSCRIPTION_V2
origin
enum<string>

How the invoice was created

Available options:
STOREFRONT,
API
total
number

Invoice total, unit_price*quantity where quantity is applicable

total_display
number

Invoice total in the currency chosen

product_variants
object
exchange_rate
number

Exchange rate between currency chosen and USD

crypto_exchange_rate
number

Exchange rate between the cryptocurrency chosen (if any) and USD

currency
enum<string>

Available currency

Available options:
CAD,
HKD,
ISK,
PHP,
DKK,
HUF,
CZK,
GBP,
RON,
SEK,
IDR,
INR,
BRL,
RUB,
HRK,
JPY,
THB,
CHF,
EUR,
MYR,
BGN,
TRY,
CNY,
NOK,
NZD,
ZAR,
USD,
MXN,
SGD,
AUD,
ILS,
KRW,
PLN
shop_id
integer

The shop ID to which this invoice belongs

shop_image_name
string

DEPRECATED: Unique id of the image attachment for this merchant with the image extension included

shop_image_storage
enum<string>

Where the image is stored in Sellix's self-hosted CDN

Available options:
PRODUCTS,
SHOPS
cloudflare_image_id
string

The cloudflare image ID of this product, replaces image_attachment and image_name. Format https://imagedelivery.net/95QNzrEeP7RU5l5WdbyrKw/<cloudflare_image_id>/<variant_name> where variant_name can be shopItem, avatar, icon, imageAvatarFeedback, public, productImageCart

name
string

Name of the merchant

customer_email
string

Email of the customer

customer_id
string

ID of the customer

affliate_revenue_customer_id
string

ID of the affiliate

paypal_email_delivery
boolean

If true and gateway is PAYPAL, the product will be shipped to the PayPal email on record instead of the customer email

product_id
string

Unique ID of the product linked to this invoice, if any

product_title
string

Product title

product_type
enum<string>

Product type

Available options:
INFO_CARD,
SERVICE,
DYNAMIC,
FILE,
SERIALS,
GAMING_RCON,
SUBSCRIPTION,
SUBSCRIPTION_V2
subscription_id
integer

Field reserved for Sellix-own plans. Unique ID of the subscription purchased

subscription_time
integer

Field reserved for Sellix-own plans. Time, in seconds, of the subscription purchased

gateway
enum<string>

Gateway chosen for this invoice. If null, the customer will be asked for a gateway in the Sellix hosted invoice page

Available options:
PAYPAL,
STRIPE,
SKRILL,
PERFECT_MONEY,
CASH_APP,
BINANCE,
BITCOIN,
LITECOIN,
ETHEREUM,
BITCOIN_CASH,
NANO,
MONERO,
SOLANA,
RIPPLE,
BINANCE_COIN,
USDC,
USDT,
TRON,
BITCOIN_LN,
CONCORDIUM,
POLYGON,
PEPE,
DAI,
WETH,
APE,
SHIB,
USDC_NATIVE,
DOGECOIN,
PYTH,
BONK,
JUP,
JITO,
WEN,
RENDER,
MOBILE,
HNT
blockchain
enum<string>

The blockchain of the crypto currency

Available options:
ERC20,
BEP20,
TRC20,
MATIC,
SOL
paypal_apm
string

PayPal Alternative Payment Method name, such as iDEAL, used if gateway is PAYPAL

stripe_apm
enum<string>

Stripe Alternative Payment Method name, such as iDEAL, used if gateway is STRIPE

Available options:
afterpay_clearpay,
alipay,
bancontact,
au_becs_debit,
boleto,
eps,
fpx,
giropay,
grabpay,
ideal,
klarna,
oxxo,
p24,
sofort,
wechat_pay
paypal_email
string

Merchant PayPal email

paypal_order_id
string

This field contains the PayPal order ID

paypal_payer_email
string

This field is updated after the invoice is completed with the PayPal's email used for the purchase

paypal_fee
string

This field is updated after the invoice is completed with the fee taken by PayPal over the invoice total

paypal_subscription_id
integer

ID of the paypal subscription

Link for the merchant to purchase the subscription from

lex_order_id
string

DEPRECATED

lex_payment_method
string

DEPRECATED

paydash_paymentID
string

DEPRECATED

virtual_payments_id
string

DEPRECATED

stripe_client_secret
string

Client secret used to create the STRIPE paymentIntent

stripe_price_id
string

If the invoice type is PRODUCT_SUBSCRIPTION or SUBSCRIPTION, refers to the STRIPE price ID

skrill_email
string

Merchant Skrill email

skrill_sid
string

Skrill unique ID linked to the invoice

Skrill link to redirect the customer to

perfectmoney_id
string

PerfectMoney payment ID linked to the invoice

binance_invoice_id
string

ID for binance invoice

binance_qrcode
string

Full Binance QRCODE string

binance_checkout_url
string

Checkout URL for Binance invoice

crypto_address
string

Cryptocurrency address linked to this invoice

crypto_amount
number

Cryptocurrency amount converted based on crypto_exchange_rate

crypto_received
number

Cryptocurrency amount received, paid by the customer

crypto_uri
string

URI used to create the QRCODE

crypto_confirmations_needed
integer

Crypto confirmations needed to process the invoice

crypto_scheduled_payout
boolean

If true, a scheduled payout for this invoice's cryptocurrency address has been sent

crypto_payout
boolean

If true, an instant payout for this invoice's cryptocurrency address has been sent

fee_billed
boolean

If true, the Sellix fee_percentage has already been collected

bill_info
object

If invoice type is MONTHLY_BILL, contains a breakdown of the fees that need to be collected

cashapp_qrcode
string

Full CashApp QRCODE string

cashapp_note
string

Unique note for the customer to leave in the CashApp payment

cashapp_cashtag
string

CashApp cashtag used to create the QRCODE

country
string

Customer country

location
string

Customer location

ip
string

Customer IP

is_vpn_or_proxy
boolean

If true, a VPN or Proxy has been detected

user_agent
string

Customer User Agent

quantity
integer

Qauntity of product purchased

coupon_id
string

Unique ID of the coupon, if used, for the discount

custom_fields

The custom fields passed by the user at checkout. The type is map<string, string>

developer_invoice
boolean

If true, this invoice has been created through the Developers API

developer_title
string

If a product_id is not passed through the Developers API, a title must be specified

developer_webhook
string

Additional webhook URL to which updates regarding this invoice will be sent

developer_return_url
string

If present, the customer will be redirected to this URL after the invoice has been paid

status
enum<string>

Status of the invoice

Available options:
PENDING,
COMPLETED,
VOIDED,
WAITING_FOR_CONFIRMATIONS,
PARTIAL,
CUSTOMER_DISPUTE_ONGOING,
REVERSED,
REFUNDED,
WAITING_SHOP_ACTION,
PROCESSING
status_details
enum<string>

If CART_PARTIAL_OUT_OF_STOCK, the invoice has been completed but some products in the cart were out of stock

Available options:
PAYMENT_FAILED,
CART_PARTIAL_OUT_OF_STOCK
void_details
enum<string>

If the invoice is VOIDED and the product (or all the products in the cart) were out of stock, this additional status is set

Available options:
PRODUCT_SOLD_OUT,
CART_PRODUCTS_SOLD_OUT
discount
number

If a coupon or volume_discount is used, the discount value presents the total amount of discount over the total cost of the invoice

fee_percentage
integer

What cut does Sellix take out of the total. To learn more about Sellix fees please refer to https://sellix.io/fees

fee_breakdown
object
discount_breakdown
object

Representation of how discount was applied to invoice

day_value
integer
deprecated

DEPRECATED: Day value, number

day
string
deprecated

DEPRECATED: First three letters of the day name

month
string
deprecated

DEPRECATED: First three letters of the month name

year
integer
deprecated

DEPRECATED: Year number

product_addons
object[]
bundle_config
object[]
created_at
integer

Timestamp for the creation of the invoice

updated_at
integer

Date, available if the blacklist has been edited

updated_by
integer

User ID of the user who updated the invoice

approved_address
object
service_text
string

If the product type is SERVICE, this field contains additional details on the type of service provided by the merchant

ip_info
object

Additional info on the customer IP

webhooks
object[]

Webhook responses for this invoice

rewards_data
object[]
paypal_dispute
object
product_downloads
object[]

The ID for the payment link, if invoice was created by a payment link

cashapp_email_configured
boolean

Whether or not cashapp email is configured

license
boolean

True if the product is of type LICENSE

status_history
object[]

Additional details on the invoice status change

aml_wallets
object[]
crypto_transactions
object[]

Crypto transactions received to fulfill this invoice

product
object
total_conversions
any
theme
string

What Sellix theme the shop is set to

dark_mode
enum<integer>

1 if darkmode is enabled, 0 if it is disabled

Available options:
0,
1
crypto_mode
any
gateways_available
string[]

gateways available for the update invoice Developers API

country_regulations
string

The country the shop is opperated in

available_stripe_apm
object
serials
string[]

If product type is SERIALS, provide the serials linked to this invoice

shop_payment_gateways_fees
object[]
shop_paypal_credit_card
boolean

If true, the merchant has enabled purchase with Credit Card through PayPal

shop_force_paypal_email_delivery
boolean

If true, the merchant has enabled invoice shipment to the PayPal customer email

shop_walletconnect_id
any
original_developer_return_url
string

The original return url of the order

rates_snapshot
object
void_times
object[]