在magento2.0中获取付款方式问题

时间:2018-09-11 11:40:08

标签: magento2

在我下订单时,使用前端react-native开发示例应用程序,并使用Magnetico 2.0后端开发支付问题。

Here like i am passing the values and Url 
XXXXXXXXXXXXXXXXX/rest/V1/carts/16/order

body passing like this : 
{
 "paymentMethod":{"method": "Cash On Delivery"}
}

问题有:"message": "The requested Payment Method is not available.",

1 个答案:

答案 0 :(得分:0)

您是否启用了付款方式“货到付款”? 如果没有,请执行以下操作启用它: Stores > Configuration > Sales > Payment Methods > Cash On Delivery Payment > Enable = Yes

PS::请在完成上述步骤后清除相应的应用程序缓存。

此外,绑定参数是付款方式的代码,而不是其名称/说明。

附言::您应该能够在{{url}}/rest/V1/carts/mine/shipping-information端点的输出中找到付款方式“代码”。

祝你好运! :)