receipt-formats: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 15: Line 15:
===Further reading===
===Further reading===
*[http://en.wikipedia.org/wiki/Open_Financial_Exchange Wikipedia article]
*[http://en.wikipedia.org/wiki/Open_Financial_Exchange Wikipedia article]
==Google Checkout API==
Google Checkout offers an API for submitting invoice information. Two variants are provided: a simple HTML form method and a more sophisticated XML API.
===Simple HTML form===
*Item information
**name (required)
**description (required)
**quantity
**price (required)
**currency
*Shipping methods
**name
**price
**currency
**U. S. area where the method is available
*Tax
**U. S. state in which you charge tax
**[http://www.irstaxreliefsettlement.com/ tax rate]
===XML API===
*Shopping cart with item information and optional expiry date
**name
**description
**unit price
**quantity
**item id (in merchant's database)
**tax table to use
**whether the item is digitally delivered and how (e-mail or download key)
**other information
*Checkout-flow support
**tax tables
***whether shipping is taxed
***tax rate
***geographic area
**shipping options
***pickup
***flat-rate shipping
****price
****applicable areas
***calculated by custom web service
*Order-processing support
**how to convey authorization information
===Further reading===
*[http://code.google.com/apis/checkout/developer/google_checkout_html_api.html#checkout_api Google Checkout HTML API]
*[http://code.google.com/apis/checkout/developer/index.html#checkout_api Google Checkout XML API]


== See Also ==
== See Also ==
* [[receipt]]
* [[receipt]]

Latest revision as of 09:34, 3 October 2015

Existing receipt formats

Contributors

  • Leif Arne Storset

Quicken Interchange Format (QIF)

Quicken Interchange Format (QIF) is an open specification for reading and writing financial data to media (i.e. files). It's unclear what invoice/receipt support is available, but invoice accounts are mentioned in the Wikipedia article. Further analysis needed.

Further reading

Open Financial Exchange

Analysis needed.

Further reading

Google Checkout API

Google Checkout offers an API for submitting invoice information. Two variants are provided: a simple HTML form method and a more sophisticated XML API.

Simple HTML form

  • Item information
    • name (required)
    • description (required)
    • quantity
    • price (required)
    • currency
  • Shipping methods
    • name
    • price
    • currency
    • U. S. area where the method is available
  • Tax
    • U. S. state in which you charge tax
    • tax rate

XML API

  • Shopping cart with item information and optional expiry date
    • name
    • description
    • unit price
    • quantity
    • item id (in merchant's database)
    • tax table to use
    • whether the item is digitally delivered and how (e-mail or download key)
    • other information
  • Checkout-flow support
    • tax tables
      • whether shipping is taxed
      • tax rate
      • geographic area
    • shipping options
      • pickup
      • flat-rate shipping
        • price
        • applicable areas
      • calculated by custom web service
  • Order-processing support
    • how to convey authorization information

Further reading

See Also