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/overviewGET /api/v1/merchant/invoicesGET /api/v1/merchant/invoices/{id}POST /api/v1/merchant/invoicesPATCH /api/v1/merchant/invoices/{id}/statusGET /api/v1/merchant/subscriptionsPOST /api/v1/merchant/subscriptionsPOST /api/v1/merchant/subscriptions/{id}/cancelGET /api/v1/merchant/billing/wallet/customers/{customerId}/balanceGET /api/v1/merchant/billing/wallet/customers/{customerId}/transactionsPOST /api/v1/merchant/billing/wallet/customers/{customerId}/topupsPOST /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.