Skip to main content
POST
Create Subscription Invoice

Authorizations

X-API-KEY
string
header
required

Path Parameters

subscriptionID
string
required

Unique subscription identifier (sub_... or raw UUID)

Body

application/json

Invoice request

due_date
string

Invoice due date (RFC3339).

properties
object

Additional properties as a key-value map.

title
string

Invoice title or subject line.

Response

OK

data
object

Response payload when the request succeeded.

error
boolean

True when the request failed.

message
string

Human-readable status or error message.