广场销售点网站应用程序 - “auto_return”不起作用

时间:2017-07-31 16:10:57

标签: square-connect

我将返回设置为true,但是当我在广场上完成付款时,应用程序不会自行重定向。

i+1

1 个答案:

答案 0 :(得分:3)

auto_return应该嵌套在options对象中,如下所示:

{ 
    "amount_money": { "amount" : 100, "currency_code" : "USD" }, 
    "callback_url" : "https://floating-inlet-19449.herokuapp.com/redirect", 
    "client_id" : "sq0idp-U8x6mJyLFtHuhCfv9sqL5g", 
    "version": "1.3", 
    "notes": "notes for the transaction", 
    "options" : { 
        "supported_tender_types" : ["CREDIT_CARD"],
        "auto_return": true
}