I'm currently trying to implement a Target Pay iDeal payment provider for Tea Commerce.
This provider works in the following way:
Make a request to Target Pay with the order details, and the id of the bank the visitor selects. I made this in GenerateHtmlForm
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
After the visitor finishes the payment, the page will be redirected to the teaCommerceContinueUrl, with the transaction id appended to it
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.
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!
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 :)
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:
The provider in its current state: http://pastebin.com/pGEbNZkX
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
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 :)
Ah great. Hope you'll get an answer. :)
/Rune
is working on a reply...