This assignment is created to assess your skills and capabilities in software development process.
In this assignment, please create a web application that can generate a payment link which users can choose which payment gateway they prefer.
- A page where admin can specify the amount of payment. Once an amount is submitted, it returns a link which an admin can share to users
- Once a payment link is visited, users will see two payment options, credit card by omise and qr by SCB.
- Once the payment is done, users are redirected to a result page.
- Please create a pull request to main branch
- For anything that is not mentioned in the above requirements, feel free to use your own judgement.
- This test is not aiming for a perfect solution, but please try your best to display your understanding in backend development.
- Please register your own account for Omise and SCB sanbox used for this test.
- Test is optional, but it would be a plus since it illustartes your understanding in testing.
- You are not required to cover all casese, e.g. credit card error or etc.
