24.5. 信用卡网关问题故障排除
作为 3scale API 供应商,使用 stripe 或 Braintree 作为支付网关,您可以使用这些信用卡网关排除某些问题。
Stripe
-
要将数据与 3scale 上的数据映射,您可以使用名为
metadata.3scale_account_reference 的 stripe 字段,该字段由
组成。3scale
-[PROVIDER_ID]-[DEVELOPER_ACCOUNT_ID]
Braintree
- 如果您的 Braintree 帐户处于沙盒模式,并且您遇到任何问题,您必须将其更改为生产环境。
对于存储在 3scale Developer Portal 中但不启用 3D Secure(3D)的信用卡,这些是将 3scale 与 Braintree 集成的建议解决方案:
- 3scale API 提供程序:遵循 在 3scale 管理门户中配置计费 中列出的步骤。
- 3scale API 用户:遵循 在 3scale 开发人员门户中编辑信用卡详情 中列出的步骤。
-
要将 Braintree 中的数据与 3scale 上的数据映射,您可以使用名为
customer.id
的 Braintree 字段,该字段由3scale-[PROVIDER_ID]-[DEVELOPER_ACCOUNT_ID]
组成。