gpt4 book ai didi

asp.net - 如何解决 Paypal 沙箱中的这个错误

转载 作者:太空宇宙 更新时间:2023-11-03 16:08:09 27 4
gpt4 key购买 nike

PayPal 支付标准方法(沙盒),

在买家账户中完成所有设置后,

当交易时间我们需要检索支付状态(成功/失败)时,借助这些选项,将获取支付状态。

1) 即时付款通知 (IPN)

2) 支付数据传输(PDT)

当我启用支付数据传输(PDT)时。

在 paypal 中进行交易时收到这样的错误...

急流::异常(N6Rapids5Tools13PimpExceptionE):皮条客 RC:3514

Failure log: Use of pimp_rc (4814), Use of pimp_rc (3013), Use of pimp_rc (4814), Use of pimp_rc (3174), Use of pimp_rc (14816), Use of pimp_rc (9449), Use of pimp_rc (9445), Use of pimp_rc (4814), Use of pimp_rc (3507), Use of pimp_rc (4001), Use of pimp_rc (4002), Use of pimp_rc (3778), Use of pimp_rc (4007), Use of pimp_rc (4020), Use of pimp_rc (7003), Use of pimp_rc (3583), Use of pimp_rc (3051), Use of pimp_rc (3001), Use of pimp_rc (3021), Use of pimp_rc (3242), Use of pimp_rc (3165), Use of pimp_rc (3101), Use of pimp_rc (3085), Use of pimp_rc (3209), Use of pimp_rc (3174), Use of pimp_rc (3043), Use of pimp_rc (3241), Use of pimp_rc (3082), Use of pimp_rc (3129), Use of pimp_rc (3567), Use of pimp_rc (3235), Use of pimp_rc (3236), Use of pimp_rc (3508), Use of pimp_rc (3507), Use of pimp_rc (3531), Use of pimp_rc (3514), Use of pimp_rc (3124), Use of pimp_rc (3047), Use of pimp_rc (3224), Use of pimp_rc (3093), Use of pimp_rc (3253), Use of pimp_rc (3254), Use of pimp_rc (3083), Use of pimp_rc (3137), Use of pimp_rc (3256), Use of pimp_rc (14268), Use of pimp_rc (14267), Use of pimp_rc (14266), Use of pimp_rc (14269), Use of pimp_rc (14264), Use of pimp_rc (14265), Use of pimp_rc (14244), Use of pimp_rc (3084), Use of pimp_rc (3254), Use of pimp_rc (3083), Use of pimp_rc (3137), Use of pimp_rc (3070), Use of pimp_rc (3141), Use of pimp_rc (3198), Use of pimp_rc (3011), Use of pimp_rc (10021), Use of pimp_rc (3199), Use of pimp_rc (3015), Use of pimp_rc (3014), Use of pimp_rc (3200), Use of pimp_rc (3257), Use of pimp_rc (3012), Use of pimp_rc (3141), Use of pimp_rc (3535), Use of pimp_rc (3504), Use of pimp_rc (10022), Use of pimp_rc (6702), Use of pimp_rc (3001), Use of pimp_rc (3120), Use of pimp_rc (3517), Use of pimp_rc (3531), Use of pimp_rc (3201), Use of pimp_rc (3803), Use of pimp_rc (6834), Use of pimp_rc (3807), Use of pimp_rc (3808), Use of pimp_rc (3810), Use of pimp_rc (3812), Use of pimp_rc (3809), Use of pimp_rc (3805), Use of pimp_rc (2002), Use of pimp_rc (3177), Use of pimp_rc (3051), Use of pimp_rc (3510), Use of pimp_rc (4003), Use of pimp_rc (3013), Use of pimp_rc (4011), Use of pimp_rc (3300), Use of pimp_rc (3286), Use of pimp_rc (6681), Use of pimp_rc (14605), Use of pimp_rc (10361), Use of pimp_rc (14353), Use of pimp_rc (14817), Use of pimp_rc (4002), Use of pimp_rc (2001), Use of pimp_rc (4001), Use of pimp_rc (11045), Use of pimp_rc (3593), Use of pimp_rc (4071), Use of pimp_rc (3514), Use of pimp_rc (4022), (rcf @ virtual int Merchant::PimpAutoSellerBLIImpl::seller_generate_transaction_token(ullong, PimpTransID&):406) , Use of pimp_rc (3514) Backtrace: PPException::PPException(String const&) Rapids::Tools::PimpException::PimpException() Rapids::BusinessBlocks::HostedPayments::get_synch_ipn_url(PayPalCommonWebAppContext const&, unsigned long long, String const&, String const&, String&, PimpTransaction const&, MiscUbiquityContainer&, TransactionUbiquityContainer&, String const&, unsigned long long) Rapids::BusinessBlocks::HostedPayments::get_synch_ipn_url(PayPalCommonWebAppContext const&, PimpXClick&, PimpTransaction const&, MiscUbiquityContainer&, TransactionUbiquityContainer&, unsigned long long) Rapids::Flows::HostedPayments::StateAutoreturnCheck::execute(Rapids::CGIVars const&) Rapids::DecoratedState::execute(Rapids::CGIVars const&) Riprap::RiprapRapidsGenericFlow::handle_execute(Riprap::WebAppContextOrnate const&, Rapids::TransitionRegistry const&, Rapids::State*, String const&, String const&, unsigned long long) Riprap::RiprapRapidsGenericFlow::process_states(Riprap::WebAppContextOrnate const&, Riprap::RiprapRapidsGenericFlow::ProcessStates, Riprap::DispatchInterceptorRegistry const&, Rapids::TransitionEdge const*) Riprap::RiprapRapidsGenericFlow::flow_continue_from_interception(Riprap::WebAppContextOrnate const&, Riprap::WebAppReturn const&, Riprap::DispatchInterceptorRegistry const&) Riprap::call_rapids(Riprap::WebAppContext const&, Riprap::RapidsFlowFactory const&, Riprap::DispatchAction const&, Riprap::WebAppReturn const&, String const&, Riprap::DispatchInterceptorRegistry const&) Riprap::dispatch_loop(Riprap::EPRegistry const&, Riprap::WebAppContext const&, Riprap::DispatchAction&, Riprap::WebAppReturn&, String const&, Riprap::DispatchInterceptorRegistry const&) Riprap::dispatch_wrapper(OutputStream&, Riprap::EPRegistry const&, Riprap::WebAppContext const&, Riprap::WebAppReturn const&, String const&, bool const&, Riprap::DispatchInterceptorRegistry const&) Riprap::entry_point(HTTPInterface&, Riprap::CGIVars&, OutputStream&, String const&, String const&) main

An error has occurred.

Return to the homepage

enter image description here

enter image description here

当我禁用付款数据传输 (PDT) 时。看起来工作正常....

最佳答案

问题是因为未经验证的商家帐户..

check this post

enter image description here

请检查这张图片...

关于asp.net - 如何解决 Paypal 沙箱中的这个错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31780634/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com