如何测试Pending交易?

A green triangle with an exclamation point in it.

您是否有正确的用户角色?

请检查您是否有以下用户角色:

  • 管理测试卡

要确保完全集成,必须测试不同的 resultCodes。您可以测试待处理付款结果和其他 resultCodes,方法是使用目标 resultCode 作为 holderName。例如,要测试Pending交易,请使用以下请求:

{
"amount": {
"currency": "USD",
"value": 1000
},
"reference": "Your order number",
"paymentMethod": {
"type": "scheme",
"number": "4111111111111111",
"expiryMonth": "03",
"expiryYear": "2030",
"holderName": "PENDING",
"cvc": "737"
},
"returnUrl": "https://your-company.com/...",
"merchantAccount": "YOUR_MERCHANT_ACCOUNT"
}

这也适用于所有其他 resultCodes。更多详细信息,请参阅以下页面:使用持卡人姓名进行测试

了解更多

查找有关此主题的更多详情。

The illustration of support agent wearing a headset.

您是否需要其他帮助?

联系我们的支持团队

通过添加图像或屏幕截图向我们发送您的问题的详细信息。

提交请求