latestOpenAPI 3.0.02026-08-11291529816.3 KB

29e5e6ee3316

Invoices

Get invoice

Gets basic information of the specified invoice.

get/v1/invoices/{id}

Path parameters

idinteger required

Invoice ID

Query parameters

organization_idinteger required

User organization ID

Response

Invoice basic information

idinteger

Invoice ID

start_datestring date

Billing start date

end_datestring date

Billing end date

organization_idinteger

Organization resource ID

created_atstring date

Invoice creation date

updated_atstring date

Invoice last update date

total_centsinteger

Total invoice amount (cents)

stripe_idstring

Invoice Stripe ID

requestsinteger

Total number of DNS requests

paidboolean

Invoice has been paid (may be null)

closedboolean

Invoice has been closed (may be null)

forgivenboolean

Invoice has been forgiven (may be null)

payment_attemptsinteger

Total number of payment attempts (may be null)

payment_first_attemptstring date

First payment attempt (may be null)

payment_last_attemptstring date

Last payment attempt (may be null)

payment_datestring date

Payment date (may be null)

payment_receipt_numberstring

Receipt number (may be null)

organization_namestring

Organization name