rest - PayPal REST API 创建只读发票

标签 rest paypal invoice

我们的应用程序使用 PayPal REST API 创建了一张发票。然后我导航到 PayPal 网站上新创建的发票并发现了以下消息:

This invoice cannot be edited on the web. Please edit the invoice using the original tool you used to create this invoice.

只能对发票执行基本操作(存档、取消、提醒)。我们的目标是开具发票,然后用户可以在发送前使用 PayPal 网站进行验证/编辑。是否可以允许用户编辑和发送由应用程序创建的发票?

供引用:PayPal REST API Invoicing Overview

最佳答案

我在经典 API 中发现了同样的问题。似乎更新通过 API 创建的发票的唯一方法是使用 UpdateInvoice API。

关于rest - PayPal REST API 创建只读发票,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24026097/

相关文章:

mysql - MySQL 中发票前缀的最佳实践?

e-commerce - 计算含税外币价格的正确方法

python - Tensorflow 服务 REST API 抛出错误

java - 如何在 Cloud Endpoints 中返回自定义错误代码?

android - 基于 Google I/O Android REST 客户端应用建议的 REST 调用是否太复杂

php - 使用 CakePHP 销毁 session

php - 防止 Shopsystem 的 "pending"付款

休息 API : Obtaining Payment ID after redirect back to merchant site

php - 自动增加发票号码,每月重置为零

jQuery getJSON 不适用于 REST 端