Skip to content

Latest commit

 

History

History
72 lines (55 loc) · 1.44 KB

README.md

File metadata and controls

72 lines (55 loc) · 1.44 KB

mondoapimock

Found artefacts

Compare with other banking APIs

Object types

  • Merchant

    • id
    • address (id if not expand)
    • created
    • group_id
    • logo
    • name
  • Address

    • id
    • address
    • city
    • country
    • latitude
    • longitude
    • postcode
    • region
  • Transaction (also exposed as a Feed Item?)

    • id
    • account_balance
    • amount
    • currency ("GBP")
    • description
    • merchant (id if not expanded)
    • metadata
    • notes
  • Feed Item

    • type ("image")
    • title
    • image_url
    • background_color
    • body
  • Webhook (Send a message to hook URL)

    • account_id
    • id
    • url
  • Webhook Message

    • type
    • data
      • account_id
      • amount
      • created
      • currency
      • description
      • id