Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jesper Lauridsen 25 posts 84 karma points
    Feb 12, 2013 @ 12:15
    Jesper Lauridsen
    0

    Payment without payment provider (invoiced on next invoice)

    Hi 

    I am working on a solution, where we would like to let our customers pay for their webshop items on their next ordinary recurring invoice (subscription product).

    That means that I need to 'Finalize' my order without a real payment.
    In the 'Tea Commerce dafault' provider, I can specify the URL for the continue butten, but how do I add the TeaCommerce order ID as a parameter to that URL?

    Adding the OrderID to the URL, would let me code the speical event for that order and finalize it and then return the page to the final step in the shop process.

    I have a tight dead-line (1½ day), so implementing a custom payment provider is probably not the right solution (for now) - unless it can be done fairly quickly.

    Any help and suggestions would be appreciated.

    --
      Regards
        Jesper Lauridsen

  • Anders Burla 2560 posts 8256 karma points
    Feb 12, 2013 @ 12:39
    Anders Burla
    0

    Hi Jesper

    If you need to finalize the order with out payment from the client right away - then you should use the "Tea Commerce default provider"(invoicing). The continue url doesnt need the order id as you can get that from the GetFinalizedOrder in xslt or Razor.

    You can also hook into the normal Tea Commerce event system to get notified when an order is finalized.
    http://rune.gronkjaer.dk/en-US/2010/11/26/how-to-use-the-tea-commerce-events/

    Kind regards
    Anders

  • Alexey Badyl 33 posts 205 karma points
    Sep 04, 2013 @ 17:29
    Alexey Badyl
    0

    Hello Jesper,

    Currently we no need any build in payment providers, because client would like to use Buckaroo payment service for it. So we just send POST to Buckaroo and it responsible for next steps in payment. We only can set success and error urls which will be called on our side.

    Can you tell me how correct to finalize my order after Buckaroo will call our "Success Return Url" to make sure that in admin mode client will see correct information about payment.

     

    Thanks

     

Please Sign in or register to post replies

Write your reply to:

Draft