Copied to clipboard

Flag this post as spam?

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


  • Bogdan 250 posts 427 karma points
    Jul 17, 2013 @ 11:42
    Bogdan
    0

    Target Pay iDeal payment provider

    Hello,

    I'm currently trying to implement a Target Pay iDeal payment provider for Tea Commerce.

    This provider works in the following way:

    1. Make a request to Target Pay with the order details, and the id of the bank the visitor selects. I made this in GenerateHtmlForm
    2. The response is a string containing a code and a url, separated by |. If the code is ok, I redirect the visitor to that URL, if not, to an error URL in our site
    3. After the visitor finishes the payment, the page will be redirected to the teaCommerceContinueUrl, with the transaction id appended to it
    4. That id must be used next to make a request to Target Pay to check the status of the transaction
    The callback will not be requested by Target Pay unless for example the visitor leaves the payment page without paying. So my question is, where can I make the request necessary at step 4? When is the GetStatus method from the payment provider called? Currently after the payment the user is correctly redirected to the 'thank you' page in our site, but the order doesn't appear in the Tea Commerce section and the shopping cart is still full.
    Thanks!

  • Bogdan 250 posts 427 karma points
    Jul 17, 2013 @ 11:49
    Bogdan
    0

    The provider in its current state: http://pastebin.com/pGEbNZkX

  • Rune Grønkjær 1372 posts 3103 karma points
    Jul 17, 2013 @ 15:56
    Rune Grønkjær
    0

    Hi bfi,

    Unfortunately we are undermanned because of the summer holidays and Anders, who is the go to guy on payment providers, are roaming around the US these days. He will be able to answer your question, but it might be a few days before he will have a chance to do so.

    I will pass along your forum post to him and he will answer when he can!

    /Rune

  • Bogdan 250 posts 427 karma points
    Jul 17, 2013 @ 16:03
    Bogdan
    0

    Thanks Rune, I was in an email converstion with Anders about this, so he already knows. He already helped me with this provider recently (thanks a lot Anders!), but I was aware he's on vacation so I posted here hoping someone else had this issue before :)

  • Rune Grønkjær 1372 posts 3103 karma points
    Jul 17, 2013 @ 16:05
    Rune Grønkjær
    0

    Ah great. Hope you'll get an answer. :)

    /Rune

Please Sign in or register to post replies

Write your reply to:

Draft