ccavenue从响应URL获取付款状态 [英] ccavenue get payment status from response url

查看:115
本文介绍了ccavenue从响应URL获取付款状态的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在.net mvc应用程序中使用iframe方法,并且在发送请求时设置了一个返回网址。
我的问题是我如何知道付款状态& ccavenue付款参考编号和响应URL中的其他与付款相关的参数

I am using iframe approach in a .net mvc app and we are setting one return url while sending the request. My question is how can i know the payment status & ccavenue payment reference no and other payment related params from response url

我的retun url操作是这样的

My retun url action is something like this

    [HttpGet]
    public ActionResult ResponseCCPayment()
    {
        //but how to read reposne params from here   
        return Content("got response frm ccveue");

    }

从CCAvenue文档中,我可以看到
redirect_url CCAvenue会将订单状态和参数一起发布到此URL

From CCAvenue documentation i can see redirect_url CCAvenue will post the status of the order along with the parameters to this URL

,但是没有有关什么参数的详细信息。有人可以帮忙获得这个

But no details on what parameters. Can someone help to get this

推荐答案


  • 登录商家帐户 。在那里,您可以选择下载有关返回的参数列表的相关文档。 (商家帐户: https://login.ccavenue.com/jsp/merchant/merchantLogin.jsp

  • 在商家帐户中,您可以配置一个URL,当客户付款时,将向该URL发送异步响应。在此异步响应中,您可以获得与付款有关的信息。

  • 还有一个单独的REST api方法,该方法将订单ID作为参数并返回与付款相关的详细信息。

    • Login to the merchant account. There you have an option to download the relevant documents about the returned parameters list. (Merchant Account : https://login.ccavenue.com/jsp/merchant/merchantLogin.jsp)
    • In the Merchant Account you can configure a url to which a asynchronous response will be sent when a customer has made a payment. In this asynchronous response, you can get those payment related info.
    • There is also a separate REST api method, that takes the order id as argument and return payment related details.
    • 希望这会有所帮助。

      这篇关于ccavenue从响应URL获取付款状态的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆