Integrating ICICI payment gateway

Dear Friends,
   We are working to integrate ICICI payment gateway with SRM 5.0. Payment gateway will be primarily used to receive tender fee and other charges.
   Please give suggestions.
Regards,
Deva.

Hi,
   You will  have to do the foll:
1.To add the tender fee button-->modify the template BBP_QUOT.
2.implement BADI "BBP_DOC_CHECK_BADI"-->for Tender Fee Check during Bid Creation
3.2 BSP's:
1st Bsp page which redirects the user to Payment Gateway for online Tender fee Payment.
2nd Bsp page for online tender fee payment which contains the foll:
a.Index page which navigates the user to the payment gateway.
b.Return page which displays the result of the transaction from the payment gateway.
BR,
Disha.
Pls reward points for useful answers.

Similar Messages

  • SRM and Payment gateway

    Dear Friends,
       I had been trying to integrate ICICI payment gateway with SRM 5.0. They are in two different boxes.
       What have been done uptill now:-
       1. Button on template SAPLBBP_QUOT_UI_ITS_300. On click it connects to ICICI gateway (which is in different box).
       2. On return from ICICI gateway, the ASP file on gateway calls up internet service on SRM which has to update few tables on SRM.
       The problem lies in passing parameters from ASP file to SRM internet service so that data updation can be done. Internet service is based on a transaction for a module-pool.
       Friends, Please suggest me to solve this task.
    Regards,
    Deva.

    i would suggest you to look for a appropriate BAPI for updating that transaction and expose that as webserviice, now call this webservice from ICICI gateway to pss data and update the SRM system
    Raja

  • Integrate payment gateway with UCES

    Dear Experts,
    PLs guide on the integration of payment gateway with sap uces.
    Regards
    Rajat

    Hi Rajat,
    There is an option for online payment in UCES but still it is not same like current online payments.
    Here the payments are not synchronous like other internet payments. If you implement the online payments
    then it will record the activities in ISU system.So in UCES it will dispaly that it is processed but it will happen when the batch update is happen from SAP system to bank DB.
    Can you explain what exactly you need to know about this?
    Regards,
    Ram

  • Integrating Worldpay as a Payment Gateway

    Hello,
    I am hoping someone can help a newbie with setting up Worldpay as a payment gateway, i keep getting error messages and i have no idea where im going wrong. i have spent hours reading forums and looking through Worldpay 'guides' but they are useless.
    i cant get my head around the Worldpay Installations screens and what information i am supposed to put where.
    if anyone is prepared to walk me though it i would be eternally grateful.
    Phill

    Hi Phill
    You can give our technical support team a call on 0870 366 1233
    Or if you'd prefer, send your contact details to [email protected] and we will get in touch with you directly to help integrate the payment gateway on your website.
    Thanks,
    Emma Dillon
    Community Manager | WorldPay UK

  • Can I use TNSI Payment gateway in iOS application for making product purchases of Pizza for one of our major client.

    Hello Sir/Madam,
    I am representing my company to ask this quest, your quick response is much appreicated.
    We are making an application for one of our client for Pizza and food product purchased and advertisements. We are trying to implement a payment gateway so users can make purchases using their credit cards. Our client have used TNSI payment gateway on website however we are not sure whether we can use the same TNSI payment service in iOS Application.
    Would you please confirm with us whether apple have an approval for using this Gateway service inside the app. Please let us know ASAP so we can make the integration for completing the app.
    Also it would be real great if we are suggested some approved and valid payment gateways apple have approved for the apps submitted over appstore as this would help us to use the same services firmly wihtout the appstore rejection issue.
    Link for gateway service provider : http://www.tnsi.com/products-services/payments/payment-services/secure-managed-p ayment-solutions/tns-payment-gateways
    Thanks for you kind reply in advance.
    Regards,
    Vicky Dhas
    Solutions Architect | Nano Equipment Pte Ltd.

    What is the appstore rejection issue? It is best not to pay too much attention to what you read on internet media outlets as they are typically full of lies.
    Food is the easy part. You cannot use Apple's payment systems for physical products. You must do that yourself using whatever system you have. Advertising is trickier. You talked about pizza and food and then slipped in that little tidbit. Why?
    The bottom line is that the only people who get their apps rejected are people trying to scam either Apple or Apple's users. Sadly, not enough of them get rejected. You know if you are trying to scam someone or not. If so, then your chances of rejection are higher. When in doubt, consult Apple's In-App Purchase guidelines.

  • Not able to integrate Payment Gateway with WebDynpro for ABAP

    Hi,
       I am not able to integrate the Payment Gateway for Billdesk ( third party software) with Webdynpro for ABAP.
    Summery of the Issue : -
    (*) Data from PORTAL Application to PAYMENT GATEWAY is going Correctly but
    (*) Data from PAYMENT GATEWAY to PORTAL Application is not going correctly.
    Details about the Problem : -
       I have created 3 View in Webdynpro Application for ABAP.
    View 1 -> Sales Order
    View 2 -> Confirm Order
    View 3 -> Success Message
    When I am on the View 2 i,e Confirm Order, I have a UI Element ( LINK TO URL) on this View. When I click on the Link it successful takes me to the Bill desk site(Payment Gateway Integrator).After selecting the Card Type - > Master card, or Visa or Amex, I am routed to the Gateway Site of the Citibank, Where I have to enter the CARD details like Card Number, CVV Number, Expiry Date, and press the Submit Button.
    Which now takes me to the final confirmation site, stating
    1) Order Number
    2) Bank ID
    3) Merchant ID
    4) Amount
    5) Authorize ( APPROVED / NOT APPROVED)
    Now once i click on the Submit button, It transfers the amount of the Customer to my bank account, correctly and goes back to the my portal application.
    Till here it is working correctly, but 1 parameter is missing which is called "msg", and this parameter contains important information regarding the payment. This parameter is sent back form the Gateway Site to my Portal.
    1) Authorize STATUS
    2) Check Sum
    etc... which will be finally required to decided whether I should go on to create the Sales Order for the Customer or not.
    If the Authorize Status = '0300' then only create the Sales Order other wise if the status is any thing else lets say not equal to '0300' then gives the message that the Credit Card is not authorize to process the Sales Order.
    Regards,
    Saurabh Bhatnagar
    E : [email protected]

    Dear Sir,
    we are implementing Retail  POS (Point of sale) for one retail company. We need to integrate third party payment gateway.
    it's name is PLUTAS. We have got developer kit from Plutas (For trial ) . we have installed that kit in our system.
    In my program, I am triggering " PL_TriggerTransaction" using call method. After triggering method it executes method, control passes to third party software. But I am not able to catch return parameter (Responce).
    So  that would be great if you help me out with this issue.
    I wrote following code.
    REPORT  ZTEST678.
    INCLUDE OLE2INCL.
    data : rc_plutus type ole2_object,
    lpszTransData type string, 
    lTxnType type char4,
    lpszTransData1 TYPE string,
    ret_string  TYPE string,   
      l_count TYPE i,
      l_time TYPE sy-uzeit.
      rc_gui type ref to CL_GUI_CONTROL.
    lTxnType = '4001'.                        "----
    transaction type
    lpszTransData = '1234567'.          " -
    trasaction data
    *create object rc_gui.
    create object rc_plutus 'PLUTUSEXCHANGE.EXCHANGEOBJ'(001) no flush. "no flush ."queueonly.
    call method of  rc_plutus  'PL_TriggerTransaction'(002) = lpszTransData1
    exporting
      #1 = lTxnType
      #2 = lpszTransData.
    wait up to 20 seconds.
    write:  ret_string.                        " <----
    Value is not coming
    write:  lpszTransData1.            " <----
    Value is not coming

  • Third Party Payment Gateway for Physical Services

    I am very curious to learn on the validity of Integrating a Third Party Payment Gateway for offering the Physical services to the app users.
    One of my clients need to integrate a Payment Gateway for the User registration where the User's will be offered to play a physical shooting game upon registration with the app. What is the likelihood of the app rejection in this kind of scenario ?

    Hi Ahmed,
    I don't understand what exactly you need to do on your CSS because, from what you explained, the original URL and the second one are the same, and both requests are even done using SSL.
    Can you be more specific on what are your requirements?
    Daniel

  • December System Update: Neglect for E-commerce payment gateway in Africa

    Nice to know that Adobe BC is getting better day by day. However, what is the purpose of this improvements without support for more payment gateway e.g 2checkout. Africa especially my country- Nigeria is totally alienated regarding payment gateway support. We can't expand our client turnover because of this limitation or better still afraid to take on any Ecommerce projects
    We'll suggest the team  put in place a stop gap measure (in form of custom payment gateway) or improve support for payment gateway that can cover  Africa.
    Kind Regards
    Bosun

    Hello,
    We do not have any short term plans to offer support for the 2checkout payment gateway. However, we do already have working integrations with several payment gateways that do offer support for Africa (InternetSecure, PayGate). Please check our payment gateway list for details: http://helpx.adobe.com/business-catalyst/kb/supported-payment-gateway-providers.html
    Thank you again for your suggestion and we will keep you updated with any news about extended payment gateway support.
    Kind regards,
    Cristinel

  • Multiple Payment Gateways - Any Way This Might be Possible?

    So I realize that the payment gateway is integrated into the BC admin. However I have a client that would like to host multiple sites under one account (to have the same content display across each site). The issue here is that they have various catalogues in their e-commerce store that are filtered through to different businesses.
    Other than hosting e-commerce elsewhere, do any of you gurus possibly have some insight into how this might be achieved?
    And if this can't be achieved with BC, can anybody recomment a good external e-commerce solution that I could integrate with the rest of the sites hosted on BC?

    Hey guys,
    There is another work-around that some e-commerce sites have implemented but it does depend on how many payment gateways you need.
    Payment gateways are limited to 1 gateway per Domain Country. So if you have multiple domain names on one site, then you can change the domain country setting for the second domain. This will allow you to add a different payment gateway for the second domain:
    Domain Country setting
    Payment Gateway country setting:
    This of course has it's limitations also. You need to consider the currency for the country and also your layouts/templates that have been created based on the country.
    Hope this helps.
    Danny

  • How can I set up PayPal Sandbox as a Payment Gateway?

    I've been having trouble setting up my PayPal Sandbox account as a Payment Gateway in BC.  I thought I was filling in all the required fields correctly, but when I go to check out with an item, PayPal says it has a problem with the merchant's email address. Which email address is it talking about? The user name that I entered in the console? The email address I entered as a "customer"?
    I haven't tried my PayPal Website Payments Pro account yet, but I'm guessing it will work.
    Thanks in advance?
    Seth

    Hi Seth,
    Try using the live gateway when testing instead.  Also ensure if using Paypal Standard that the email address linked to the gateway is the primary email.  You should be able to locate this details on PayPal's end.
    Kind regards,
    -Sidney

  • How to integrate third party payment gateway

    Dear Sir,
    we are implementing Retail  POS (Point of sale) for one retail company. We need to integrate third party payment gateway.
    it's name is PLUTAS. We have got developer kit from Plutas (For trial ) . we have installed that kit in our system.
    In my program, I am triggering " PL_TriggerTransaction" using call method. After triggering method it executes method, control passes to third party software. But I am not able to catch return parameter (Responce).
    So  that would be great if you help me out with this issue.
    I wrote following code.
    REPORT  ZTEST678.
    INCLUDE OLE2INCL.
    data : rc_plutus type ole2_object,
    lpszTransData type string, 
    lTxnType type char4,
    lpszTransData1 TYPE string,
    ret_string  TYPE string,   
      l_count TYPE i,
      l_time TYPE sy-uzeit.
      rc_gui type ref to CL_GUI_CONTROL.
    lTxnType = '4001'.                        "----
    transaction type
    lpszTransData = '1234567'.          " -
    trasaction data
    *create object rc_gui.
    create object rc_plutus 'PLUTUSEXCHANGE.EXCHANGEOBJ'(001) no flush. "no flush ."queueonly.
    call method of  rc_plutus  'PL_TriggerTransaction'(002) = lpszTransData1
    exporting
      #1 = lTxnType
      #2 = lpszTransData.
    wait up to 20 seconds.
    write:  ret_string.                        " <----
    Value is not coming
    write:  lpszTransData1.            " <----
    Value is not coming

    Read ABAP help (F1) for 'call method of'. There are certain requirements for the return value's (rc) type.

  • Consuming third party Payment Gateway API from Procedure.

    Hi All,
    First of all i would like to thank all the people of the oracle forum for providing very good solutions.
    Here is my query.
    We are implementing an eCommerce application using APEX in our project.As a part of this, we get the order details from other party in to our system via Secured channel and in an Encrypted Format.Once we import the orders in our system,we process the same and the processed orders are sent for Payment Gateway for Payment Processing.We are planning to process these request at the backend by writing a procedure and calling the targeted API\Webservice in the procedure.
    For this we are planning to use the util http inbuilt package.
    1)Can we perform the activities like invoking and posting the input to the hosted API and capture the Response from the API using the http util inbuilt package?
    2)Do we need to take care at Firewall front of the Test Server?
    3)Do we need to concentrate on Port enabling for capturing the response received from the Payment Gateway API.
    Request you all to provide the clarification in detail.
    Thanks in Advance.

    user8830414 wrote:
    1)Can we perform the activities like invoking and posting the input to the hosted API and capture the Response from the API using the http util inbuilt package?If the hosted API supports http or https, then yes. The UTL_HTTP package provides a complete client (web browser) interface for communicating with a web server.
    I have posted a basic webbrowser procedure in [this thread|http://forums.oracle.com/forums/thread.jspa?messageID=1925304#1925297] some time ago. It uses a pipeline table in order to better support testing (easy to output additional data using pipe row() calls). This should provide you with a basic understanding of how to use UTL_HTTP for standard access, using proxies, and using https.
    2)Do we need to take care at Firewall front of the Test Server?Yes - if that firewalls blocks access from your test server to the hosted IP. However, if there is a web proxy server that does have access, the test server can make its http/https calls via the proxy server. Oracle's UTL_HTTP allows you to define and use proxy servers for access.
    3)Do we need to concentrate on Port enabling for capturing the response received from the Payment Gateway API.Not sure what you imply by "+port enabling+". According to the IANA list of well known ports, port 80 is for http and port 443 for https.
    If you are firewalled, then one or both of these ports need to be opened, single direction, for the tcp protocol.

  • Third party payment gateway design

    Hi all,
            I have a scenario.
    On our website, there is an option to pay mobile,electrycity etc bill from payment gateway (third party). when user click on that link, my servers(behind CSS) should go to paymrent gateway using their SSL cert (payment gateway SSL cert) and should provide payment gateway link to user on our website.
    Can someone help me how to implement this scenario using CSS115003 ?
    user access https://www.mycompany_website.com---click on Payment Gateway---My servers get authenticated from pyament gateway using their cert--revert back and provide payment gateway link to user on https://www.mycompany_website.com
    Please let me know if you need more explanation.
    Regards
    Ahmed...

    Hi Ahmed,
    I don't understand what exactly you need to do on your CSS because, from what you explained, the original URL and the second one are the same, and both requests are even done using SSL.
    Can you be more specific on what are your requirements?
    Daniel

  • SRM 7.0 (PPS ) with Digital Signature & Payment Gateway

    Hi,
    I am workng for SRM 7.0 with Procurement for Public sector. I need to confugure the Digital Signature and
    Payment Gateway for Tender Fees. who are all the Third party vendors for Digital singature and Payment Gateway.
    What is the Procedure and SPRO SRM needed in SRM 7.0
    Regards
    Ganesh

    Hi Ganesh ,
    We are using SRM 7.0 with PPS. How to configure Tender Fee payment gateway ? For that I have implemented  Enancement  /SAPPSSRM/IF_BD_TF_ONLINE_PG. But after that I am not able to get any button / link from bidder side so that link redirect to banku2019s web site. Bidder didnu2019t get u201CCreate Responseu201D button because Tender fee is mandatory and I am not able to click on button / link .Where I am doing wrong? Which coding I have to mentioned in Enhancement /SAPPSSRM/IF_BD_TF_ONLINE_PG .
    Any special authorization needed for payment gateway? If anybody send me sample code then really it will be very helpful to me. Please suggest me.
    It will be great help if you give suggestions regarding payment gateway.
    I had already open thread for it. Please reply on following thread .
    RFx Tender Fee Payment Gateway
    Thanks & Regards,
    Abhijeet

  • How do you set up sagepay as a payment gateway?

    I got carried away with my new creative cloud subscription ad Muse then promptly myself in the foot by taking on a client using Business Catalyst.
    Can anyone tell me what I need to do to get Sagepay payment gateway working?

    Yes I upgraded to the ecommerce. The set up looked easy but all it asks for is vendor and thats meaningless to me.
    I also mow fear it'll never work due to my client using elavon.

Maybe you are looking for

  • Display drilling path at granular level of report title in BAM 11g

    Is it possible to show drilling path at report title location at the granular level of drill-down?consider that i have a report zone wise distribution of total price in a barchart.Once i click on say east zone it will show office wise distribution on

  • User exit/BADI for Deleting the Empty Handling unit

    Hi All, Can anyone give me the suitable User exit/BADI for the below scenario. While creating the TO (Transfer order) for a delivery using the transaction code LT12, the system will automatically generate HU (Handling unit) number. If the materials a

  • My iPad keeps kicking me off my webpage unexpectedly

    My iPad repeatedly knocks me off my webpage and goes back to the home page.  Everything is up to date.

  • Sending a URL in a WF notification

    Hi All, I am new to WORKFLOW and have an object to be developed. The requirement is to send a URL in an email notification to the notifications screen of the Workflow Administrator. Workflow Administrator >> Administrator Workflow >> Notifications. T

  • Output Type vs Condition type

    Hi all, What is Output type and Condition type? What are the similarity and diffrences between them? Regards, Amit