无法更新沙箱帐户中计划的定价(PRICING_SCHEME_UPDATE_NOT_ALLOWED)
请求:- https://api-m.sandbox.paypal.com/v1/billing/plans/P-5TD04514DU568400GMDCGH2I/update-pricing-schemes
{
"pricing_schemes": [{
"billing_cycle_sequence": 2,
"pricing_scheme": {
"fixed_price": {
"value": "50",
"currency_code": "USD"
}
}
}
]
}响应:-
{
"name": "UNPROCESSABLE_ENTITY",
"message": "The requested action could not be performed, semantically incorrect, or failed business validation.",
"debug_id": "1f4c7375963cb",
"details": [
{
"issue": "PRICING_SCHEME_UPDATE_NOT_ALLOWED",
"description": "Pricing scheme update is not allowed for the plan."
}
],
"links": [
{
"href": "#",
"rel": "information_link",
"method": "GET"
}
]
}发布于 2021-06-29 12:41:53
由于错误状态,不允许更新计划的定价方案。它没有被列为可修补的字段之一。
如果你需要一个新的定价方案,创建一个新的计划。
https://stackoverflow.com/questions/68178737
复制相似问题