测试 google 用条纹支付
Test google pay with stripe
我在 google pay and stripe 中集成了 google pay with stripe 并配置了测试环境。现在我想测试它,它不接受条纹测试卡到我的 google 付款。 google pay有没有具体的测试卡?加原卡可以吗? ,他们会在测试环境中收取任何费用吗?
我们可以使用我们的真实卡进行测试,但是在Google-Pay的测试模式下and/or环境不收取任何费用。
(对于印度,将收取 1 美元的费用, 但几分钟后它又转回同一帐户。)
val googlePayLauncher = GooglePayPaymentMethodLauncher(
activity = this,
config = GooglePayPaymentMethodLauncher.Config(
environment = GooglePayEnvironment.Test,
merchantCountryCode = "IN",
merchantName = "merchantName"
),
readyCallback = ::onGooglePayReady,
resultCallback = ::onGooglePayResult
)
GooglePayEnvironment.Test测试模式不收取任何费用
我在 google pay and stripe 中集成了 google pay with stripe 并配置了测试环境。现在我想测试它,它不接受条纹测试卡到我的 google 付款。 google pay有没有具体的测试卡?加原卡可以吗? ,他们会在测试环境中收取任何费用吗?
我们可以使用我们的真实卡进行测试,但是在Google-Pay的测试模式下and/or环境不收取任何费用。
(对于印度,将收取 1 美元的费用, 但几分钟后它又转回同一帐户。)
val googlePayLauncher = GooglePayPaymentMethodLauncher(
activity = this,
config = GooglePayPaymentMethodLauncher.Config(
environment = GooglePayEnvironment.Test,
merchantCountryCode = "IN",
merchantName = "merchantName"
),
readyCallback = ::onGooglePayReady,
resultCallback = ::onGooglePayResult
)
GooglePayEnvironment.Test测试模式不收取任何费用