Options
All
  • Public
  • Public/Protected
  • All
Menu
export
interface

InvoiceParams

Hierarchy

  • InvoiceParams

Index

Properties

custom_id?: string

The payment reference ID in your system

memberof

InvoiceParams

customer_id?: string

The internal ID of your customer that the invoice relates to. See Customers for more information

memberof

InvoiceParams

description?: string

The invoice description

memberof

InvoiceParams

metadata?: {}

Custom key-valued data

memberof

InvoiceParams

Type declaration

  • [key: string]: string
name?: string

The invoice name

memberof

InvoiceParams

network?: string

Cryptocurrency network

memberof

InvoiceParams

pay_currency: string

The cryptocurrency that the invoice must be paid in

memberof

InvoiceParams

payer_email?: string

Email of payer

memberof

InvoiceParams

price_amount: number

The invoice amount

memberof

InvoiceParams

price_currency: string

The invoice amount currency

memberof

InvoiceParams

success_redirect_url?: string

The URL that the customer will be redirected to upon transaction confirmation

memberof

InvoiceParams

unsuccess_redirect_url?: string
memberof

InvoiceParams

Generated using TypeDoc