Token creation diagrama flow
- Mobile App initiates token creation process by sending a request to PAR Ordering backend
- PAR Ordering backend sends a request to Authentication Service to obtain Session Key
- Authentication Service returns Session Key
- PAR Ordering backend send the Session Key to mobile app
- Mobile App sends token creation request to Token Service (including credit card details)
- Token Service returns the token to Mobile App
HPC Token Creation Diagram Flow
- Web App initiates the token creation flow by sending a request to PAR Ordering backend
- PAR Ordering backend sends a control-init request to HPC
- HPC sends back a response to PAR Ordering backend that includes an iframe to be embedded on web app
- PAR Ordering backend sends an iframe to the Web App
- Web App displays iframe to customer, collects credit card data, and then sends it to HPC
- HPC sends back a payment key to Web App
- Web App sends payments key to PAR Ordering backend
- PAR Ordering backend $0 amount authorization request to HPC in order to create a token
- HPC sends back a response to PAR Ordering backend
- Depending on the response, PAR Ordering backend sends either a Reversal or Acknowledge request to HPC
- If token was successfully create, PAR Ordering backend saves the token and notifies Mobile App.
Refund Diagram Flow
- CMS App initiates the refund flow and provides the required data to PAR Ordering backend
- PAR Ordering backend sends a refund request to FreeWay including all the necessary data
- FreeWay sends back a response to PAR Ordering backend.
Void Diagram Flow
- Tablet App initiates the void flow and provides the required data to PAR Ordering backend
- PAR Ordering backend sends a void request to FreeWay including all the necessary data
- FreeWay sends a response to PAR Ordering backend.
Comments
0 comments
Please sign in to leave a comment.