我正在开发一个应用程序。我有一个常见的场景,如果付款成功,我需要通知用户的电子邮件。基本上,我在内部支付功能,成功支付后,我必须通知用户的电子邮件,我不想做的同步。例如:
def process_payment():
# some_payment_stuff
notify_user_on_successful_payment() # this should be asynchronously
# some_payment_stuff
return
我不希望process_payment依赖于notify_user_on_successful_payment的成
我们正在尝试重定向到第三方支付提供商。
这就是我们想要实现的目标:
AngularJS has the payment amount and items which are posted to Java server >
Java server, verifies items and price, forwards and post details to to payment gateway >
Moneris payment gateway, gets post request, upon payment complete redirects back to client
我正在编写一个java程序来处理直接付款使用贝宝。当然我使用的是payflow API和文件。该文件需要以下凭据。我创建了一个沙盒帐户,并在其中一个网站支付专业预配置测试帐户。我在哪里可以找到下面变量的凭据?
gv_BNCode = " ";
gv_APIUser = " ";
//Fill in the gv_APIPassword variable yourself, the wizard will not do this automatically
gv_APIPassword = " ";
gv_APIVendor