Change Updates

Do not miss any FastJet API changes, ever again

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

RSS

Jun 25, 2025

main
Compare

API structure has changed

3 structure changes including:
3 Modifications
Modified 3 Breaking
GET /v1/payments/{uid}/status
  • Response
  • 200 response Modified
    • application/json content type Modified
      • is_completed, is_succeed, is_partially_completed properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
POST /v1/payments/pay_in
  • Response
  • 201 response Modified
    • application/json content type Modified
      • is_completed, is_succeed, is_partially_completed properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
POST /v1/payments/pay_out
  • Response
  • 201 response Modified
    • application/json content type Modified
      • is_completed, is_succeed, is_partially_completed properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking