24.5. 对信用卡网关问题进行故障排除
作为使用 Stripe 或 Braintree 作为支付网关的 3scale API 供应商,您可以对这些信用卡网关的某些问题进行故障排除。
Stripe
-
要将 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]
组成。