• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

payment gateway integration: how to check payment status of particular order id

 
Ranch Hand
Posts: 53
Eclipse IDE MySQL Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello guys,

I don't know into which category i should write this post. If any one find particular category,
please move this post to that category. Thanks

facing problem regarding payment gateway.
I am using ccavenue payment gateway.

Scenario :

Client come to the website , make payment but still he is at bank's website and
after 2 sec client automaticaly redirected to ccavenue website.
and after that from there client will redirect to my website .
so payment is successfully done.

but problem is that if client close his browser or his pc suddenly shutdown or
for any reason client could not reach to mywebsite when he was redirected to ccavenue website ,
at that time my website wont get payment status of that order and database wont be update for that user.

but there is facility to check payment status of that order at ccavenue payment gateway.
we check this by below url:
https://www.ccavenue.com/servlet/new_txn.OrderStatusTracker?Merchant_Id=XXXXCCc&Order_Id=sdkjfsdkl

and we get on same url page:
error=INVALID_TRACKING_ID

i am not getting how to retrieve that error parameter or any string sent by ccavenue.

while talking with customer care of ccavenue , he said that , " this is server to server call and you have to get request parameter"

can any body explain with code.???

Thanks.

 
reply
    Bookmark Topic Watch Topic
  • New Topic