EGL Development User Group

EGL Development User Group

EGL Development User Group

The EGL Development User Group is dedicated to sharing news, knowledge, and insights regarding the EGL language and Business Developer product. Consisting of IBMers, HCL, and users, this community collaborates to advance the EGL ecosystem.

 View Only
  • 1.  Credit Card Payment

    Posted 01/12/16 03:12 AM

    Hi guys, I'm mucking around trying to come up with a good way to make a payment with credit card.

    I have a list of payments in a datagrid Dojo, and I would need to have a feedback of the payment in order to update the column with the status of the payment.

    Is there such a solution? Any recommandations and examples on how to make it with EGL RUI and Dojo?

    Matteo@MR


  • 2.  Re: Credit Card Payment

    Posted 01/18/16 03:12 PM

    RBD/EGL does not supply a specific credit card widget/function.

     

    I would assume the way this is done by others is through either external types (java or javascript) or through invocation of 3rd party web services from the RUI or from your EGL service.  

    The input form would be something you would create in EGL or through the inclusion of 3rd party javascript.   From a quick Google search, there were examples of credit card validators for JavaScript.

    Then to invoke payment, I assume you would have to pick a credit card payment processor and then use a web service they would provide.  From this, you could create an EGL interface to use to invoke it.  This interface could be invoked directly from the RUI or you could use an EGL java service (on the server) if that makes sense for some reason. 

     

    If anyone else has an implementation, then hopefully they will respond.

     

    take care.

     

    Mark

     

    markevans


  • 3.  Re: Credit Card Payment

    Posted 01/22/16 06:24 AM


  • 4.  Re: Credit Card Payment

    Posted 02/09/16 10:57 AM

    Hi @markevans 5c01ba43-4f0f-42d9-8c50-ff9ba92b68b7​, can you tell me something about it? 

    https://www.ibm.com/developerworks/community/forums/html/topic?id=34fe28dc-ca41-4d9d-b473-bd7060f18978&ps=25

    Matteo@MR