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

Sep 9, 2025

main
1.0.0
Compare

API structure has changed

2 structure changes including:
2 Modifications
Modified 2 Breaking
GET /v1/payments/{uid}/status
  • Response
  • 200 response Modified
    • application/json content type Modified
      • payment type, payed_amount, cur properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • payment_type, requested_amount, requested_currency, client_amount, currency, paid_amount properties Added
POST /v1/payments/new
  • Body
  • application/json content type Modified
    • PaymentCreatePayInSchema alternative Modified
      • subtype property Modified
        • Property is now required
          Breaking
    • PaymentCreatePayOutSchema alternative Modified
      • subtype property Modified
        • Property is now required
          Breaking
  • Response
  • 201 response Modified
    • application/json content type Modified
      • payment type, payed_amount, cur properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • payment_type, requested_amount, requested_currency, client_amount, currency, paid_amount properties Added