Table of Contents
Backend
Architecture AS-IS
Winrest integration
To configure the integration with Winrest team, we’ll need to send them the exact string of the new payment method so they can configure it on their platform (Aligned with Paulo Silva).
Frontend
Assumptions and possibilities
For this new feature, some places in the WL App can be impacted depending on the UI/UX that we design for the proposals:
Method payment selection
Order confirmation
Recent orders
Other possible places:
Email receipt
Method payment selection
Order confirmation
For the order confirmation page, we’ll need to understand if will be necessary to add new text or information to show the user that the order is "pending" waiting for the payment.
The application already has the OrderStatus
that can return to us the needed information (if what we already have doesn't work). We could validate with Paulo what will be returned for this case (for example an OrderStatus
= INSERT_REQUESTED
or a new one INSERT_PENDING
).
Recent orders
What about the recent orders page? The user will receive any information about the pending payment?
Email receipt
What about the email receipt? The user will receive any information about the pending payment?
Add Comment