API Service

Customer facing API service for mobile app
flowchart LR l-CardVerificationApproved[CardVerificationApproved]:::producer-->API_Service[API Service]:::event l-CardVerificationDeclined[CardVerificationDeclined]:::producer-->API_Service[API Service]:::event l-PaymentFailed[PaymentFailed]:::producer-->API_Service[API Service]:::event l-PaymentRefunded[PaymentRefunded]:::producer-->API_Service[API Service]:::event l-PaymentSuccessful[PaymentSuccessful]:::producer-->API_Service[API Service]:::event l-RetailPaymentSuccessful[RetailPaymentSuccessful]:::producer-->API_Service[API Service]:::event classDef event stroke:#6f5e2a,stroke-width: 4px; classDef producer stroke:#75d7b6,stroke-width: 2px; classDef consumer stroke:#818cf8,stroke-width: 2px; API_Service[API Service]:::event-->r-CreateTransaction[CreateTransaction]:::consumer API_Service[API Service]:::event-->r-MealRated[MealRated]:::consumer click l-CardVerificationApproved href "/events/CardVerificationApproved" "Go to CardVerificationApproved" _self click l-CardVerificationDeclined href "/events/CardVerificationDeclined" "Go to CardVerificationDeclined" _self click l-PaymentFailed href "/events/PaymentFailed" "Go to PaymentFailed" _self click l-PaymentRefunded href "/events/PaymentRefunded" "Go to PaymentRefunded" _self click l-PaymentSuccessful href "/events/PaymentSuccessful" "Go to PaymentSuccessful" _self click l-RetailPaymentSuccessful href "/events/RetailPaymentSuccessful" "Go to RetailPaymentSuccessful" _self click r-CreateTransaction href "/events/CreateTransaction" "Go to CreateTransaction" _self click r-MealRated href "/events/MealRated" "Go to MealRated" _self click API_Service href "/services/API Service" "Go to API Service" _self
Edit this pageLast updated on 2024/4/2