Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 TransactionSearch 请求中应用多个过滤器,例如在“STATUS”选项中,以便在单个请求中检索“Success”和“Reversed”事务?
联系 PayPal 技术支持后,似乎不可能。为请求组合过滤器是不可行的,因此唯一的解决方案是使用“全部”并在检索到结果后进行过滤,或者每个“状态”过滤器发出多个请求。