Capture authorized payment on subscription
POST
/v1/billing/subscriptions/{subscription_id}/capture
请求参数
Path 参数
subscription_id
string
必需
示例值:
{{subscription_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