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

4 structure changes including:
4 Modifications
Modified 4 Breaking
GET /v1/partner/balance
  • Response
  • 200 response Modified
    • application/json content type Modified
      • currency property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • cur property Added
GET /v1/payments/{uid}/status
  • Path went from /v1/payments/{psp_payment_id}/status to /v1/payments/{uid}/status (same operationId)
  • Response
  • 200 response Modified
    • application/json content type Modified
      • payment_id, payment_url, idempotency_key, status, requested_amount, gross_processed, currency, created_at, payed_at, credentials properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • uid, url, merchant_id, amount, total, cur, created_date, paid_at, info properties Added
  • Path
  • psp_payment_id path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • uid path parameter Added
POST /v1/payments/pay_in
  • Body
  • application/json content type Modified
    • system property Modified
      • Type went from string to string | null
    • credentials, currency, payer_email, payer_title, idempotency_key, return_url, description, widget, campaign_key, traffic_type properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • merchant_id, cur, redirect_url, host2host, pay_in_details properties Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • payment_id, payment_url, idempotency_key, status, requested_amount, gross_processed, currency, created_at, payed_at, credentials properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • uid, url, merchant_id, amount, total, cur, created_date, paid_at, info properties Added
POST /v1/payments/pay_out
  • Body
  • application/json content type Modified
    • currency, idempotency_key, time_to_complete_payment, description, recipient_account, recipient_email, recipient_credentials properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • merchant_id, user_id, cur, redirect_url, mode, host2host, pay_out_details properties Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • payment_id, payment_url, idempotency_key, status, requested_amount, gross_processed, currency, created_at, payed_at, credentials properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • uid, url, merchant_id, amount, total, cur, created_date, paid_at, info properties Added