'sorry some error occurred' while integrating PayUMoney payment gateway in Test mode

前端 未结 9 657
南方客
南方客 2020-12-07 18:01

I\'m trying to integrate PayUMoney payment gateway in my client site. My client provided me the login details of PayUMoney. I was able to l

9条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-07 18:39

    It also causes trouble if you are using default form and it asks for Product Info. In their PDF document they have given a json format for product info like this -

    {“paymentParts”:[{ "name":"abc",
    "description":"abcd",
    "value":"500",
    "isRequired":"true",
    “settlementEvent” : “EmailConfirmation” },
    {
    "name":"xyz",
    "description":"wxyz",
    "value":"1500",
    "isRequired":"false",
    “settlementEvent”: “EmailConfirmation” }],
    {“paymentIdentifiers”:[{ "field":"CompletionDate",
    }, {
    "value":"31/10/2012”
    "field":"TxnId", "value":"abced"
    }]}

    Inserting this json into the Product Info textarea might help you to solve the problem.

提交回复
热议问题