Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Certification, setup configuration:/wiki/spaces/IN/pages/753762326

Sequence Diagram

...

Expand
titleSequenceDiagram Code

title Apple Pay ( PassKit )

User->Frontend: User click to pay with Apple Pay
Frontend->Mobile: Request Payment
User<-Mobile: Request to Authorize Payment
User->Mobile: Authorize via FaceID
Mobile->PassKit: Send payment request
PassKit->AppleServer: Make Payment
AppleServer->PassKit: Payment Response
Mobile<-PassKit: Payment Response
Frontend<-Mobile: Payment Response
Frontend->Backend: Verify Payment Status
Frontend<-Backend: Payment Status

...