I develop a SaaS that supports billing parties for services rendered. We have a GraphQL API that we offer and I’d like to make it possible for invoiced parties to retrieve their invoices via GraphQL, RSS, or some other feed.
For whatever reason I can’t seem to find solid answers via search so I thought I’d ask the community what formats are generally used? I’m working in Ruby on Rails.
I believe you’re talking about ANSI X12 Electronic Data Interchange (EDI). That’s an XML standard for sending invoices between computer systems.
Possibly, I’ve been putting off EDI for a long time now.