从PayPal IPN获取金额 [英] Get Amount from PayPal IPN

查看:84
本文介绍了从PayPal IPN获取金额的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何人都知道如何将金额传递给IPN



我使用自定义变量传递用户ID但

如何传递多个有关IPN的详细信息



如何将多个自定义值传递给IPN



Any one know how to pass amount to IPN

I passed user id using custom variable but
how to pass more than one details to IPN

how to pass more than one custom value to IPN

input type="hidden" name="custom" value="<%=strCustomValue%>"







在IPN代码中,我使用了这个。




In IPN code I used this.

String strUser = Request.Params["custom"];







我的疑问是如何在IPN中获取金额和超过自定义值




my doubt is how to take amount and more than custom values in IPN

推荐答案

用逗号分隔自定义值,



然后在你的内部使用逗号进行爆炸ipn文件。非常简单。
Seperate the custom values with a comma ","

And then explode with the comma inside your ipn file. Very simple.


这篇关于从PayPal IPN获取金额的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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