duanrang3357 2017-02-24 20:43 采纳率: 0%
浏览 43
已采纳

使用SquareConnect时,将项目和类别传递给Square(SquareUp)

I'm charging a card using the following example:

$transaction_api = new \SquareConnect\Api\TransactionApi();

$request_body = array (
  "card_nonce" => $nonce,
  "amount_money" => array (
    "amount" => 100,
    "currency" => "USD"
  ),

  "idempotency_key" => uniqid()
);

I've noticed that these transactions come as "uncategorized". Is there a way to break down the amounts and assign items & categories so that I know which items were sold in the Square Dashboard?

  • 写回答

1条回答 默认 最新

报告相同问题?

悬赏问题

  • ¥15 Windows Script Host 无法找到脚本文件"C:\ProgramData\Player800\Cotrl.vbs”
  • ¥15 matlab自定义损失函数
  • ¥15 35114 SVAC视频验签的问题
  • ¥15 impedancepy
  • ¥15 求往届大挑得奖作品(ppt…)
  • ¥15 如何在vue.config.js中读取到public文件夹下window.APP_CONFIG.API_BASE_URL的值
  • ¥50 浦育平台scratch图形化编程
  • ¥20 求这个的原理图 只要原理图
  • ¥15 vue2项目中,如何配置环境,可以在打完包之后修改请求的服务器地址
  • ¥20 微信的店铺小程序如何修改背景图