create([ 'out_biz_no' => time(), // 订单号 'trans_amount' => '10', // 转账金额 'product_code' => 'TRANS_ACCOUNT_NO_PWD', 'biz_scene' => 'DIRECT_TRANSFER', 'payee_info' => [ 'identity' => 'zoujingli@qq.com', 'identity_type' => 'ALIPAY_LOGON_ID', 'name' => '邹景立', ], ]); echo '
'; var_export($result); } catch (Exception $e) { echo $e->getMessage(); }