问题标签 [amazon-pay]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
paypal - 使用 barclaycard payment epdq 创建别名 - 未知订单/1/s/
下面是用于创建别名的代码,该别名不起作用并引发错误“未知订单/1/s/”。如果我删除 Alias 的代码,则相同的代码适用于付款。不知道我错过了什么?我可以登录 epdq barclaycard 帐户并查看错误“未知订单/1/s/”。我也可以通过 epdq 帐户手动创建别名,但无法正常访问 orderstandard.asp 页面(使用别名隐藏字段和代码时)。
如果有人可以帮助我,我会很高兴。
php - __autoload() 没有被调用?
我正在使用 Amazon Payments PHP SDK 并且 __autoload() 在浏览器中运行良好,但是当我切换到我的 CLI 脚本时,它似乎并没有调用该函数。
我得到的只是“PHP 致命错误:找不到类‘OffAmazonPaymentsService_Client’”。
我已经在 __autoload() 函数中进行了调试,以回显被调用的函数和文件路径,并且终端中没有打印任何内容,只是在浏览器中。
我已经完成了 print_r(get_defined_functions()); 并且 __autoload() 列在它所在文件的 require_once() 之后,之前没有列出,所以我知道它得到了正确的功能。
我还检查了 include_path 正在设置,它位于 Amazon Payments 源文件夹的根目录中,它应该在其中,因此如果调用 __autoload(),它没有理由找不到类 OffAmazonPaymentsService_Client。
谁能告诉我为什么 __autoload() 在 CLI 中不起作用?我没有用 php -a 执行...
javascript - Amazon Payments: Successful auth, fails on wallet display
I'm trying to integrate Amazon Payments (Payment only, not login with Amazon) into my site.
I can successfully display the authentication form for the payment:
Amazon successful redirects to my callback URL after authentication. But when I try to display the wallet widget with the Same Seller ID, I get an "invalid seller ID" error:
Why would the authentication work, only to have the Wallet display rejected?
Update @Brent Douglas in his answer triggered me to recheck my seller ID and I had specified an incorrect ID in one of my script references. Now I get the following error:
"the seller ID is not in the appropriate state to execute the request"
Not sure what that means. I checked my account and the deposit/banking info is specified, and nothing else is flagged on the Integration Settings page. Is there anything else in the account that needs to be added/verified? (Other than the typical, web page URL and other info)
wordpress - 初学者亚马逊支付集成 API 添加代码到 wordpress
我想在我的 WordPress 网站上添加一个 Amazon Payments 按钮。我已经开始阅读 API 集成指南,我需要将以下代码添加到我的网站“商店”的头部 - 我知道通过我的远程目录导航 SFTP - 这段代码在哪里?我的理解是,我的 WordPress 页面的数据存储在我的托管公司的数据库中?如果我要创建一个“商店”页面,我应该在哪里导航以插入以下代码?
php - How to test declination of Amazon Payments authorization?
When authorizing an order on Amazon Payments, the authorization status may come back as Declined
with InvalidPaymentMethod
as the reason, if the customer has to login to Amazon Payments and change payment method.
How to force Amazon to reproduce this InvalidPaymentMethod
case for testing?
node.js - 请求。在标题中获取嵌套变量
我如何获得SellerId
?
req.headers['user-agent']
将用户代理返回给我,但用多维数组进一步嵌套并没有让我前进。
例如
console.log(JSON.stringify(req.headers['user-agent']['message']));
返回undefined
magento - Magento + Amazon Payments and Fulfillment - 如何处理 Prime 客户
使用 Magento CE 并将集成 Amazon Payments for checkout 和 Amazon Fullfilment。
Amazon 提供了他们的“Pay with Amazon”Magento 扩展,并且有一些扩展用于完成(包括库存同步)。
我很难找到有关如何处理 Amazon Prime 的任何信息。在符合条件的产品上显示符合 Prime 条件的产品,并确保 Prime 客户获得适当的运输完成时间(并在购物车上显示,并将数据适当地传递给亚马逊)。
亚马逊支付扩展或少数亚马逊完整扩展都没有提到 Prime 产品和客户的管理(并且没有从查询中得到回复)。
与上述有关的任何信息都将非常有助于确定实施的努力程度(因为这需要在集成项目获得批准之前确定)。
非常感谢
magento - 支付模块在magento中不起作用
我有一家 magento 商店,它的支付模块无法正常工作。我可以添加我的送货方式,但在提交送货方式后,
它不会进入付款模式,
我启用了货到付款。和
我也有亚马逊付款延期。当我在控制台中检查时,显示一些错误,即客户端 ID 在亚马逊无效,但扩展程序被禁用
,仍然会引起问题,我想是的,
但
使用多个地址结帐工作没有任何问题。
谁能帮帮我,这是我的网站链接,请检查
amazon-pay - 如何在 Amazon Payments 中验证商家详细信息?
我们在我们的应用程序中使用亚马逊支付作为支付选项,我想询问一件事,它是否有任何 API 调用或一些方法来验证商家详细信息,以便我们可以验证商家的详细信息是否有效或不。(即卖方 ID、访问密钥、密钥、客户 ID)
php - Amazon Payments 中的定期付款
我已经为 Amazon Payments API 提供的定期付款集成了地址簿小部件、钱包小部件和同意小部件。但是,我无法找到一种方法来设置订阅的持续时间和频率。如果有人可以发布示例鳕鱼,那将有很大帮助。