Change Updates

Do not miss any imoje API changes, ever again

Subscribe to the imoje API changelog to be up to date on recent changes.

RSS

3 days ago

prod
1.6.0
Compare
1.6.0

API structure has changed

6 structure changes including:
6 Modifications
Modified 6 Breaking
GET /{merchantId}/payment/{paymentId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • amount property Modified
        • Type went from integer to string
          Breaking
      • transactions property Modified
        • orderAmount property Added
      • orderAmount property Added
GET /{merchantId}/transaction/{transactionId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • transaction property Modified
        • orderAmount property Added
POST /{merchantId}/payment
  • Response
  • 200 response Modified
    • application/json content type Modified
      • payment property Modified
        • orderAmount property Added
POST /{merchantId}/transaction
  • Response
  • 200 response Modified
    • application/json content type Modified
      • transaction property Modified
        • orderAmount property Added
POST /{merchantId}/transaction/profile
  • Response
  • 200 response Modified
    • application/json content type Modified
      • transaction property Modified
        • orderAmount property Added
POST /{merchantId}/transaction/{transactionId}/refund
  • Response
  • 200 response Modified
    • application/json content type Modified
      • transaction property Modified
        • orderAmount property Added