Paypal 是否可以完全自动化 Express Checkout 流程以进行单元测试

Paypal is it possible to fully automate the Express Checkout flow for unit testing

根据规范,Express Checkout 流程如下:

  1. 设置快速结账
  2. 重定向用户登录并批准交易
  3. GetExpressCheckoutDetails
  4. DoExpressCheckoutPayment

是否可以完全自动化第 2 步,以便对完整的交易流程进行单元测试?

不能。重定向后,您将需要使用您的 PayPal 凭据登录才能继续无法自动完成的下一步。