我想在Stripe付款仪表板中创建客户时添加卡号。数据来自付款表格,通过数据条带。
$customer = \Stripe\Customer::create(array("source" => $token,"description" => "$userid"));
答案 0 :(得分:0)
这不适合Stack Overflow格式,并且根据您共享的内容无法诊断问题。我建议您与Stripe支持小组联系,以便有人更详细地查看您的代码:
https://support.stripe.com/email/login
从卡号创建客户的完整示例如下:
https://stripe.com/docs/charges#saving-credit-card-details-for-later