Reauthorize authorized payment
POST
/v2/payments/authorizations/{authorization_id}/reauthorize
If 30 days have transpired since the date of the original authorization, you must create an authorized payment instead of reauthorizing the original authorized payment.
A reauthorized payment itself has a new honor period of three days.
You can reauthorize an authorized payment once for up to 115% of the original authorized amount, not to exceed an increase of $75 USD.
Supports only the
amount
request parameter.Note: This request is currently not supported for Partner use cases.
请求参数
Path 参数
authorization_id
string
必需
示例值:
{{authorization_id}}
Header 参数
Content-Type
string
必需
示例值:
application/json
PayPal-Request-Id
string
必需
示例值:
{{$guid}}
Prefer
string
必需
return=minimal
. The server returns a minimal response to optimize communication between the API caller and the server. A minimal response includes theid
,status
and HATEOAS links.return=representation
. The server returns a complete resource representation, including the current state of the resource.
示例值:
{{prefer_representation_detailed}}
Body 参数application/json
示例代码
返回响应
修改于 2023-08-16 07:18:59