Invoice API

Endpoint Index

ActionEndpoint
Fetch an invoiceGET /invoice/{invoiceLocator}
Pay an invoicePOST /invoice/{invoiceLocator}/pay
Fetch financial transactions for an invoiceGET /invoice/{invoiceLocator}/financialTransactions

Details

Fetch an invoice
GET /invoice/{invoiceLocator}
Pay an invoice
POST /invoice/{invoiceLocator}/pay
PaymentCreateRequest
optional
fieldValues map<string,[string]>
Fetch financial transactions for an invoice
GET /invoice/{invoiceLocator}/financialTransactions
GetInvoiceFinancialTransactionsResponse
required
financialTransactions [FinancialTransactionResponse]