Skip to main content
Two operations on the invoice collection: list every invoice on the account, or request a new one for a paid China-site payment. Invoices are idempotent per payment_id; requesting one twice returns the same record.
Invoices apply to the China site only. On the international site, use receipts instead.

GET /api/billing/invoices

Auth: Session Bearer

Response

object[]

POST /api/billing/invoices

Auth: Session Bearer

Request

string
required
Paid payment to invoice.
string
required
Invoice header (buyer name in Chinese).
string
Optional buyer tax ID (统一社会信用代码).

Response

Returns the created invoice with the same shape as the GET response.

Example

Errors