bchewy / bolabola

Bola Bola: A sleek match-booking platform using microservices and Stripe payments. Features real-time match streaming and highlights. Perfect for sports enthusiasts.
2 stars 3 forks source link

3 - Billing Service is not implemented #1

Closed yijiyap closed 4 months ago

yijiyap commented 6 months ago

Billing microservice will be called by the user when the frontend checkout button is clicked.

This endpoint creates a new order and returns the order id

  1. Calls the Stripe API to handle the payment by the customer.

When the payment is complemeted/not completed, the payment status is sent to Match Booking Service

bchewy commented 6 months ago

Reopening for tracking