Aller au contenu principal

Vue d’ensemble du billing

La surface de billing marchand dans Ikawaari regroupe les factures, les abonnements, les produits et les opérations wallet client.

Routes marchandes implémentées

Les routes billing actuelles incluent :

  • GET /api/v1/merchant/billing/overview
  • GET /api/v1/merchant/invoices
  • GET /api/v1/merchant/invoices/{id}
  • POST /api/v1/merchant/invoices
  • PATCH /api/v1/merchant/invoices/{id}/status
  • GET /api/v1/merchant/subscriptions
  • POST /api/v1/merchant/subscriptions
  • POST /api/v1/merchant/subscriptions/{id}/cancel
  • GET /api/v1/merchant/billing/wallet/customers/{customerId}/balance
  • GET /api/v1/merchant/billing/wallet/customers/{customerId}/transactions
  • POST /api/v1/merchant/billing/wallet/customers/{customerId}/topups
  • POST /api/v1/merchant/billing/wallet/invoices/{invoiceId}/apply

Endpoint de vue d’ensemble billing

GET /api/v1/merchant/billing/overview

Cet endpoint constitue le résumé opérationnel de haut niveau pour le domaine billing marchand.

Découpage du domaine

Factures

Suivez la création, la récupération, les changements de statut et l’application wallet sur les factures.

Abonnements

Suivez le cycle de vie de la facturation récurrente depuis la création jusqu’à l’annulation.

Produits

Gérez le catalogue produit utilisé par les workflows de billing marchand.

Wallet

Suivez les balances wallet client, les transactions, les rechargements et l’application aux factures.

Sections liées