• Resolved Orphwebdesign

    (@orphwebdesign)


    Hoi team van Pronamic,

    Ik heb de volgende vraag, hoop dat jullie hierbij kunnen helpen.
    Inzake Pronamic Ideal, Gravity Forms, Rabobank Omnikassa

    We hebben geen webwinkel maar enkel de mogelijkheid tot ideal betaling via een formulier van gravity forms.

    Graag zouden we de order id willen meegeven zodat je na de betaling kunt achterhalen van wie de betaling is. Nu heeft de bank het over het invoeren van een order id? Ik ben geen programmeur en zou dus graag willen weten hoe dit te doen. Ze verwijzen naar de plugin, maar doe ik dit in gravity forms of pronamic? Heb werkelijk geen idee, nu is alles standaard en werkt super maar zou enkel de order id willen aanpassen.

    Moet ik dit met een hidden form field meegeven in gravity forms?

    Groet,
    Orph

    http://wordpress.org/extend/plugins/pronamic-ideal/

Viewing 7 replies - 1 through 7 (of 7 total)
  • These are English language forums, so please use English. Alternatively, use a WP support forum in your language.

    Plugin Author Remco Tolsma

    (@remcotolsma)

    @orphwebdesign You can specify an “Transaction description” on the “Gravity Forms » iDEAL » Edit Feed” page.

    You can use Gravity Forms merge tags like this:

    Payment {entry_id}

    Thread Starter Orphwebdesign

    (@orphwebdesign)

    Hi Remco,

    Thanks for your quick reply!
    Working with the merge tags makes it indeed much easier when you want to search in the ideal payments view. So thanks for this tip!

    But my question regards more about the Order info you get when you look at your bank statement. There you see the order id number but it would be great if we could get a name along with that and not only a 11 digit number as a reference : )

    I asked the Rabobank and they said that i needed to put in the order_id information into the plugin? I am not getting much further with them? Maybe you have a tip? When i read the Rabobank integration manual the refer to i think the field name orderId. Do i need to put in a hidden field in my form with orderId in it? I am clueless?

    Thanks so far with your great tip about the merge tags. Hope you can help me with this also : )

    Cheers!

    Thread Starter Orphwebdesign

    (@orphwebdesign)

    Hi Remco,

    Thanks for your quick reply! Working with the merge tags makes it indeed much easier when you want to search in the ideal payments view. So thanks for this tip!

    But my question regards more about the Order info you get when you look at your bank statement. There you see the order id number but it would be great if we could get a name along with that and not only a 11 digit number as a reference : )

    I asked the Rabobank and they said that i needed to put in the order_id information into the plugin? I am not getting much further with them? Maybe you have a tip? When i read the Rabobank integration manual the refer to i think the field name orderId. Do i need to put in a hidden field in my form with orderId in it? I am clueless?

    Thanks so far with your great tip about the merge tags. Hope you can help me with this also : )
    Cheers!

    Plugin Author Remco Tolsma

    (@remcotolsma)

    I asked the Rabobank and they said that i needed to put in the order_id information into the plugin? I am not getting much further with them? Maybe you have a tip? When i read the Rabobank integration manual the refer to i think the field name orderId. Do i need to put in a hidden field in my form with orderId in it? I am clueless?

    We add the order ID field to the OmniKassa data field. In case of Gravity Forms we fill it with the Gravity Forms entry ID.

    <form action="https://payment-webinit.simu.omnikassa.rabobank.nl/paymentServlet" method="post" name="pronamic_ideal_form" id="pronamic_ideal_form"><input type="hidden" value="currencyCode=978|merchantId=002020000000001|normalReturnUrl=http://domaeinnaam.tld/|amount=2500|transactionReference=9cab227a954d46dcff3a5745ef3c8c88|keyVersion=1|automaticResponseUrl=http://domaeinnaam.tld/|orderId=34" name="Data"><input type="hidden" value="HP_1.0" name="InterfaceVersion"><input type="hidden" value="b3880456fc296e412a8c3fb152880188757d0e80546cdf1718288becd629c9c6" name="Seal"><input type="submit" value="Betaal met iDEAL" name="ideal" class="ideal-button"></form>

    You can see in the above code the ‘orderId=34’ value, wich is corresponding to the Gravity Forms entry ID.

    Thread Starter Orphwebdesign

    (@orphwebdesign)

    Thanks Remco!

    I understand that the orderId is being generated and it is going to be filled with the entry id of the form. So this is put into the code of the form. Is it possible for me as a nono programmer to change it and put a merge field name within it? So also the name will be generated within the orderId? I am not sure if i can do this.

    Also wanted to say, that the plugin is working perfect! So very glad with that : )

    Kind regards!

    Plugin Author Remco Tolsma

    (@remcotolsma)

    Is it possible for me as a nono programmer to change it and put a merge field name within it? So also the name will be generated within the orderId? I am not sure if i can do this.

    You can’t do this without adjusting the Pronamic iDEAL plugin, so no this is unfortunately not possible. The order ID field is also limited to 32 charachters, so we have to be carefull with adding values like names.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘pronamic transaction order id?’ is closed to new replies.