如何在payumoney支付网关php集成中获取响应中的自定义参数

如何在payumoney支付网关php集成中获取响应中的自定义参数,php,payment-gateway,payumoney,Php,Payment Gateway,Payumoney,我正在使用php集成开发payumoney支付网关。现在我已经差不多完成了,但我只想在成功或失败后,当我从payumoney网站支付过程返回时,在响应中使用自定义参数 因此,如果有人对此有所了解,我们将不胜感激。您可以使用udf1到udf5用户定义参数来传递自定义参数 比如, <input type="hidden" name="udf1" value="<?php echo $custom_var1; ?>" /> <input type="hidden" nam

我正在使用php集成开发payumoney支付网关。现在我已经差不多完成了,但我只想在成功或失败后,当我从payumoney网站支付过程返回时,在响应中使用自定义参数


因此,如果有人对此有所了解,我们将不胜感激。

您可以使用udf1到udf5用户定义参数来传递自定义参数 比如,

<input type="hidden" name="udf1" value="<?php echo $custom_var1; ?>" />
<input type="hidden" name="udf2" value="<?php echo $custom_var2; ?>" />

您可以使用udf1到udf5用户定义的参数来传递自定义参数
比如,

<input type="hidden" name="udf1" value="<?php echo $custom_var1; ?>" />
<input type="hidden" name="udf2" value="<?php echo $custom_var2; ?>" />

给我们看一些代码?发布一些日志。给我们看一些代码?张贴一些日志。