【发布时间】:2016-02-25 13:37:26
【问题描述】:
你好,
我是 Authorize.net 的新手,在将其与我的 PHP 网站集成时遇到了一些麻烦。
我的问题:
1) 当我创建 customerProfile 时,付款配置文件也会随之创建。有一种方法可以获取 customerProfileId($response->getCustomerProfileId())。 但是如何获得customerPaymentProfileID?
2) 当我创建 customerPaymentProfile 时,它会给出成功响应。但 null customerPaymentProfileID。
3) 如何仅按customerProfileId 获取所有customerPaymentProfiles的列表。
我使用的代码与沙盒模式下开发人员 API 参考中提供的代码相同
请帮我解决这个问题。
【问题讨论】:
标签: php payment-gateway authorize.net