Check out with other payment method

Hi everybody,
I have a question regarding the check out for the e-commerce part of my website. At this moment I can't check if the check out fully works because the client has not payed the site. But next week he will. Till then I really like to know if my check out code is correct. Will it work? I don't use a credit card payment method but Ideal (the Netherlands) with a Mollie account. I did delete the credit card html code from the source and past the mollie code in. I copied the code from this webpage: http://helpx.adobe.com/business-catalyst/partner/setting-mollie-payment-gateway.html
You can find the html code below:
<form action="https://spoetnikmedia.worldsecuresystems.com/FormProcessv2.aspx?WebFormID=63724&OID={module_oid}&amp;OTYPE={module_otype}&amp;EID={module_eid}&amp;CID={module_cid}&amp;CC={module_urlcountrycode}&amp;Referrer={module_siteurl,true,true}" enctype="multipart/form-data" onsubmit="return checkWholeForm49581(this)" method="post" name="catwebformform49581" id="catwebformform42059">    <div class="form">    <div class="check2564">    <div class="item">    <label for="FirstName">Voornaam</label>    <br />    <input type="text" maxlength="255" class="cat_textbox" id="FirstName" name="FirstName" />     &bull; </div>    <div class="item">    <label for="LastName">Achternaam</label>    <br />    <input type="text" maxlength="255" class="cat_textbox" id="LastName" name="LastName" />     &bull; </div>    <div class="item">    <label for="EmailAddress">E-mail</label>    <br />    <input type="text" maxlength="255" class="cat_textbox" id="EmailAddress" name="EmailAddress" />     &bull; </div>    <div class="item">    <label for="Company">Bedrijf</label>    <br />    <input type="text" maxlength="255" class="cat_textbox" id="Company" name="Company" />    </div>    <div class="item">    <label for="ShippingAddress">Verzendadres</label>    <br />    <input type="text" maxlength="500" class="cat_textbox" id="ShippingAddress" name="ShippingAddress" />     &bull; </div>    <div class="item">    <label for="ShippingCity">Plaats</label>    <br />    <input type="text" maxlength="255" class="cat_textbox" id="ShippingCity" name="ShippingCity" />     &bull; </div>    <div class="item">    <label for="ShippingZip">Postcode</label>    <br />    <input type="text" maxlength="255" class="cat_textbox" id="ShippingZip" name="ShippingZip" />     &bull; </div>    <div class="item">    <label for="ShippingCountry">Land</label>    <br />    <select class="cat_dropdown" id="ShippingCountry" name="ShippingCountry">     &bull;    <option selected="selected" value="NL"> Nederland </option>    </select>    </div>    </div>    <div class="check7832">    <div class="item">    <label for="BillingAddress">Factuuradres</label>    <br />    <input type="text" maxlength="500" class="cat_textbox" id="BillingAddress" name="BillingAddress" />     &bull; </div>    <div class="item">    <label for="BillingCity">Plaats</label>    <br />    <input type="text" maxlength="255" class="cat_textbox" id="BillingCity" name="BillingCity" />     &bull; </div>    <div class="item">    <label for="BillingZip">Postcode</label>    <br />    <input type="text" maxlength="255" class="cat_textbox" id="BillingZip" name="BillingZip" />     &bull; </div>    <div class="item">    <label for="BillingCountry">Land</label>    <br />    <select class="cat_dropdown" id="BillingCountry" name="BillingCountry">     &bull;    <option selected="selected" value="NL"> Nederland </option>    </select>    </div>    <div class="item">    <label for="WorkPhone">Telefoonnummer</label>    <br />    <input type="text" maxlength="255" class="cat_textbox" id="WorkPhone" name="WorkPhone" />    </div>    <div class="item">    <label for="ShippingInstructions">Opmerkingen</label>    <br />    <textarea class="cat_listbox" rows="2" cols="5" id="ShippingInstructions" name="ShippingInstructions"></textarea>    </div>    {module_ccsecurity} </div>    <div class="browser_width colelem" id="u6298"><!-- simple frame --></div>    <div class="check2496">    <div class="item">    <label for="Amount">Bedrag<span id="constraint-300-label"></span></label>    <br />    <input type="text" class="cat_textbox" id="Amount" name="Amount" />    </div>    <div class="item">    <label for="banks">Selecteer uw bank</label> &bull;<br />    <select id="banks" name="extras1" class="cat_dropdown"></select>    </div>    <div class="item"><img src="/CatalystImages/globalsign-ssl-site-seal.gif" alt="GlobalSign SSL Site Seal" />    </div>    <div class="item">    <input type="submit" id="catwebformbutton" value="Submit" class="cat_button5874" />    </div>    </div>    </div>    <script type="text/javascript" src="/CatalystScripts/ValidationFunctions.js"></script>    <script type="text/javascript">//<![CDATA[var submitcount49581 = 0;function checkWholeForm49581(theForm){var why = "";if (theForm.FirstName) why += isEmpty(theForm.FirstName.value, "Voornaam"); if (theForm.LastName) why += isEmpty(theForm.LastName.value, "Achternaam"); if (theForm.EmailAddress) why += checkEmail(theForm.EmailAddress.value); if (theForm.ShippingAddress) why += isEmpty(theForm.ShippingAddress.value, "Verzendadres"); if (theForm.ShippingCity) why += isEmpty(theForm.ShippingCity.value, "Plaats"); if (theForm.ShippingZip) why += isEmpty(theForm.ShippingZip.value, "Postcode"); if (theForm.ShippingCountry) why += checkDropdown(theForm.ShippingCountry.value, "Land"); if (theForm.BillingAddress) why += isEmpty(theForm.BillingAddress.value, "Factuuradres"); if (theForm.BillingCity) why += isEmpty(theForm.BillingCity.value, "Plaats"); if (theForm.BillingZip) why += isEmpty(theForm.BillingZip.value, "Postcode"); if (theForm.BillingCountry) why += checkDropdown(theForm.BillingCountry.value, "Land"); if (theForm.Amount) why += isCurrency(theForm.Amount.value, "Bedrag"); if(why != ""){alert(why);return false;}if(submitcount49581 == 0){submitcount49581++;theForm.submit();return false;}else{alert("Form submission is in progress.");return false;}}  LoadBanks();     function LoadBanks(){            //Load BankID select    var bankList = document.getElementById("banks");    bankList.options[0] = new Option("ABN AMRO","0031");    bankList.options[1] = new Option("Fortis","0081");    bankList.options[2] = new Option("ING/PostBank","0721");                bankList.options[3] = new Option("Rabobank","0021");    bankList.options[4] = new Option("SNS Bank","0751");    //bankList.options[5] = new Option("Test bank","9999");}</script></form> 
I hope that you can tell me if this is going to work.
Thank you so much for helping me with this!

Hi,
At the time of creating check lots in FCHI, do not assign the payment methods for account transfers.
Thanks and Regards,
Anit

Similar Messages

  • Generate check thorugh other payment method and multiple bank keys

    I have around 20000 vendor (3 rd party company) for one company code, each using different vendor bank branch and sub-branch. Do I need to create 20000 bank keys or should I use account holder name to indicate different bank and branch. or there are other solution?
    for one vendor, it is a company, I maintain payment method G (giro, local wire)in LFB1, I run F110, select that vendor and payment method G, but system generate paylink check, but according to my understanding, system will only generate check if we use payment method C, how can system generate check with payment method G?
    Edited by: sivkumr on Jun 19, 2011 4:25 AM

    Hi
    Check the payment method details in Country in FBZP. According to my understanding there is a radio button to define a method as cheque payment.
    Thanks
    Nikhil

  • Is dunning possible with a payment method ?

    Hi experts,
    I seem to be unable to execute dunning procedures (all 3 levels ) with all documents having an existing payment method (zone BSID-ZSCHL) . Is that customizable? if so where ?
    If not how could I execute a dunning procedure on a customer to whom a payment method is assigned ?
    Many thanks !
    C.K.

    Hi,
    the dunning program does not take into account the customer items which
    have the payment method for incoming payment. The payment method in the
    customer master record or in the post item only make sense if the
    automatic payment has to collect money from the customer account. But
    at the same time it means that you are responsible for the payment and
    not the customer. The dunning program works only if the customer does
    not have payment methods in the master record and/or in the post items.
    If the line items are blocked for payment, then the dunning process can
    be carried out, including the payment methods marked as "Payment method
    for incoming payments".
    If there are too many items in this situation you're
    welcome to use the mass change funcionality by choosing 'Environment ->
    mass change -> New values' .
    Furthermore I suggest You the following workaround that You should test:
    you can also block the customer for payment on the account level,
    then the customer is dunned in spite of the payment method.
    But then the drawing of the money is also stopped!!!
    If you want to combine dunning with drawing the money from the account
    of the customer, you can make the following modifications to the
    program:
    In Function group F150:
    FORM check_direct_debit USING    i_t001  LIKE t001
                                     i_zwels LIKE knb1-zwels
                            CHANGING e_xzalb LIKE boole-boole.
      DATA: string LIKE knb1-zwels.
      e_xzalb = space.
      exit.                                        <     INSERT
      string = i_zwels.
    But then you have to make sure that you do not draw the money
    from the account and dunn it at the same time.
    Regards,
    Attila

  • Are there still no other payment-methods in germany?

    Hello,
    Searching the Adobe-Sites many old statements can be found which claim that other payment methods then CreditCard will be added to CC.
    It is okay for me to pay for a whole year and I really would like to pay via giro transfer or debit.
    It is also okay for me if you have any resellers / stores where I could do that.
    Edit:/ By the way: I am interested in the students version of CC

    Hi Suven,
    Welcome to Adobe Forum,
    I would request you get in touch with reseller to get Adobe Creative Cloud for one time payment.
    http://helpx.adobe.com/x-productkb/policy-pricing/find-reseller.html
    Regarding the payment process, please go through this link. http://helpx.adobe.com/x-productkb/policy-pricing/adobe-stores-online-order-payment-faq.ht ml
    Hope it helps your issue.
    Kind Regards,
    Rajshree

  • TS3297 Why I can't download a free game I get a message that there's a problem with my payment method but not what it is this is a free app I tried support and got nowhere help

    Why can't I down load a free app  I get a message that there is a problem with my payment method but I gave all information correctly , I did recently change my card no because I lost my old one .i did change the no. On my account      HOPE YOU HAVE SOME SUGGESTIONS  I DON'T SEE WHY THEY HAVE TO CHECKMY PAYMENT METHOD FOR A FREE GAME

    Contact iTunes customer support.
    We're all users like yourself and as such have no access to your account.

  • I want to do family sharing with no payment method on file, how can I do this?

    How can you set up the family sharing in iTunes with no payment method on file?  I do not want my teenage kids, my husband, or myself, for that matter, to be able to make purchases so easily.  It is costing us way too much!!

    It is impossible. You need to set a Credit Card to use Family Sharing. You can restrict how your Kids purchase in the Family Sharing Settings.

  • Integration of Check Register with Classic Payment Programs

    Hello,
    I know you can integrate the check register with electronic payments via the payment medium workbench. Is there any way to achieve the same integration using classic payment media programs like RFFOUS_T? Thanks!

    In creating a new format with custom code would I have the developer create the required function modules and assign them in the event modules for payment meduim formats? I guess I am just missing where the custom code integrates with the format.
    I agree the DME is great. I have used it in the past to create various payment formats. I tried originally to create the required file format in the DMEE but failed because I could not get the tree to repeat at the correct levels. The format I am working with is the Citibank Paylink file format for Argentina. It effectively is a three level file
    1. Payment Record
    2. Invoice Records - with sublevels
    3. Legal Invoice Document Records (specific for Argentina)
    The problem I face is that level 2 has dynamic sublevels of data that has to repeat for certain data in the same document. It may be possible but it is currently above my skill level with the DMEE.

  • Adding Used DC under CRMWEB gives error " .dcdef  checked out by others"

    Hello E-Commerce Experts,
    We need to extend E-Commerce 7.0 b2b application (claims and returns). After much struggle, we could finally deploy the custom application. We now would like to extend it and have new fields added.
    We need to to defined a used dependency in the web module project crm/eservice/web/cr_b2b for customer extension DC provided for java action classes (crm/home/crm/ext) but are getting an error saying:
    DC definition could not be checked out: the file .dcdef is checked out by others. None of the objects have been checked out by any other developers.
    Please advise as to how to resolve this error.
    Additionally, we would like to add CRMJAVA SC as a development component, so we could refer the existing java files. But we are not able to import it properly. It shows up as an empty SC in NWDS after being imported.
    Your help would be highly appreciated.
    Thanks!

    I was able to resolve my error. I had created some other instances of the same project under a different workspace.
    Follow these steps for every workspace  you might have created your project in (except the current workspace):
    For every open activity ( Windows -> Show View -> Open Activities)
    - Select your open activity  -> Right Click -> Revert  and then Delete the activity  (Right click -> delete)
    Delete all your open activities.
    Open your current project and Resync all DCs.
    Now try to add used DC for the web module project.
    It should work.

  • When i select other payments method, there is no option to buy with debit. Only crediy

    How can i pay with debit?

    First of all, welcome to the Community  !
    Spotify do accept debit's cards, here's the list of the Payment Methods.
    Are you sure that you selected the right country in your account ?
    Here's a help site for activating Debit cards.
    I hope it was helpful !
    Peace
     

  • How to implement other payment methods like PayPal in CRM 7.0

    Hi,
    I am looking for more payment methods than the (obviously) three available in CRM 7.0.
    Is there a way to implement payment methads like:
    PayPal, Mobile Payment, immediate transfer, debit entry, defferd payment etc.?
    Thanks for helping me out.
    Lars
    Edited by: Lars Fischer von Mollard on Aug 4, 2010 1:51 PM

    hi Lars
    I could be of help, as I am product manager with PayPal and we have API based products that can integrated very easily with SAP's infrastructure.
    Here is a simple demo that we did at a conference by working with SAP - PayPal/SAP demo on stage here:  http://www.youtube.com/watch?v=a80PvDvazkY
    We have FIXED FEES processing that I am product managing, and am happy to discuss it further
    regards
    Srinivas Vadhri

  • Payment proposal F110 including several vendors with all payment methods

    Hi all,
    When we create a payment proposal with vendor from 1 to 999999 included and payment method I for Swedish Bankgiro all vendors appears in proposal, even vendors that have another payment method. The vendors that have nother payment method is red and not included in the payment run but when we have selected I we don´t want all vendors to appear in the proposal list when they don´t have this payment method. How can we avoid this, is it possible?
    BR L

    Hi Lisa,
    That is because the selection of vendor accounts has higher priority than the way selecting vendor list by payment method in that tab. You can try parameter tab-vendor account-multiple selection-multiple value input-account seletion criteria. Since you have chosen vendor from 1 to anynumber, those vendors must be selected even have different payment methods, you can only look into exception list to reschedule payment. Personally, this is more making sense. Maybe you can get help from ABAPer, not so sure. If you have solved it, kindly let us know how-to.
    RD
    Dav

  • A compare SSIS package checked out with TFS version in VS 2012 no longer shows messagebox 'The files are identical'

    Hello,
    Recently I have had started work on a development system that has VS 2012 and SQL Server Data Tools For VS2012. One thing that annoys me is the fact that a source comparison between a checked out package and the version stored in TFS
    no longer displays the message 'The files are identical', but instead opens the text editor with 2 panes for both sources as if there were differences, with sliders at the right side that do not show any differences (everything in B&W of course). A simple
    message like we had in VS2008 'The files are identical' would suffice to me. On the other hand when you check in the files with VS 2012 and they had not changed then the source control system warns that it did not make any changes since the files
    were identical. Why did the VS 2012 team fix something that worked ? Is there some advantage that I am missing?
    Jan D'Hondt - Database and .NET development

    I did not see such an option, I asked around, appears nobody knows, but I admit there could be a way.
    I still suggest opening an MS Connect so somebody from the development team would respond.
    Arthur My Blog

  • FBZP transfers to different banks with 1 payment method

    Hi Experts,
    I have the following requirement in society,  we have several payment method for do the electronic transfers for each bank:
    Payment method                    Bank
                T                           Bank transfer X
                V                           Bank transfer Y
                Z                           Bank transfer W
    My question is, Is it possible to make transfers to any bank only using 1 payment method, which could be the T?,
    If this is possible could you help me visualize how it could be.
    Awaiting your valuable support, thanks in advance.

    Hi,
    You can do that but please read the below.
    1. You have the House bank of "SBI' and making the online payment to few of your vendors.
    2. The payment method is T (Bank transfer)
    3. You would need to maintain the Payment method "T" in all those vednor masters.
    4. You need to have  invoices raised for those vendors who are using online payment.
    5. F110 - APP : Parameters: You need to specify the Company code, Payment method and next due date
    6. List of those vendors who are overdue and have the facility of Online payment.
    7. Payment/Media: You need to configure a variant with Hose bank, Account ID , Payment method, and Printing para,meters.
    8. Once you run this, if you are using the EDI-IDOC procedure, this will send an online message to SBI in order to process the payments of Different Vendors with Different banks.
    So, one go......SBI making the payment to diffrent banks pertaining to different Vendors
    Hope it helps
    Thanks

  • No warning show up when edit a page checked out by other

    We are using SharePoint 2013 standard on-premise. Users are testing with IE9.
    When a page is checked out by userA, userB click on the page -> edit page. UserB see no change on the page. No warning at all.
    After userA or someone with permission discard the checkout, userB can edit page now.
    I have tried using default oslo template and still the same. Is it a bug for IE9 or I missed something is configuration?

    Prithvi, thanks for your reply.
    Because clicking "edit page" do not turn into site editing mode, I cannot test adding web part.
    But when I click "Show Ribbon" and then "Edit page", I get "This page has been checked out by another user." modal box prompt. Is it also default behaviour? Should it mention "This page has been checked out by test\userA"?

  • How to make a checkbox checked by default in payment method table in APsuppliers

    I need to make the first checkbox in the payment method table(row name: check)  to be checked by default... Any suggestion are welcome...

    set value="something" in ur jsp
    then in 2 ways u can set default values
    1--- by setting that value in formbean
    2--- by using setProperty() method in ur action
    if that value matchs... then corresponding controll set defualt

Maybe you are looking for

  • My phone isn't being recognized by itunes, It is stuck in loading.

    and I am not able to click on any options in the device drop down menu. I just want to sync some new music to my phone.

  • Dual monitor output for Z68MA-ED55 (B3) with IGP ?

    Does Z68MA-ED55 (B3) board support dual or multi monitor output with IGP aka built-in intel HD 2000/3000 ( not with discrete graphic card ) like the  H67 boards ?

  • Bug w/ xsl:attribute-set in java xdk

    Hi - I found what seems to be a bug in the 9.0.0.2.0.0A xdk beta for java. In xsl, if you have an empty xsl:attribute-set (one that uses other attribute sets but does not define any of it's own), the XSL Processor gives an internal error. Adding an a

  • Moving applications to the Media Card

    I have a Blackberry 9300 3g curve. Whenever I download any application it ets stored in the phone memory, I have all my media files and the photos stored in the Media card.  How can I move the applications such as games, themes etc. to the media card

  • Urgent: CLIENT_OLE2.CREATE_OBJ('Excel.Application') get error

    My OS is Window server 2003, Office 2003, Oracle Form 10G I have installed Webutil successfully. Before using webutil I had tried this command: OLE2.Create_Obj('Excel.Application'). It had worked fine but when I using webutil. I replace above command