• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

UI Integration with bank

 
Ranch Hand
Posts: 103
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
in my assigment i need to interact with a bank website for payment.
For this the UI Integration is an option and it's not clear from the requirement
if the bank support webservices.What a UI integration what i need to consider.
Is it necessary for me to do A SSO login with bank(requirement is also not clear)?
Also apart from accountid,amount,type of account what other parameters might be required.
Is there any sample application for UI integration with bank i can refer to?
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you feel like you are missing some info, then come up with a reasonable assumption, document it and model your soulution according to that.
 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I guess you are talking about Big Smoke assignment, payment authorization is supported by web service as per assignment stated, you are free to make assumptions to draft your solution. However, justify your design decision.... When you say UI integration I assume you need a web page/JSP etc to enter some details, look for any shopping websites (tons available..)which allow you to do guest check out for your cart products and you will get an idea what details normally required. Hope this helps.
 
No matter how many women are assigned to the project, a pregnancy takes nine months. Much longer than this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic