1. Card
Pinddpay
  • Guides
    • Integration Instructions
    • Signature
  • Payin
    • Create a transaction - SDK模式
      POST
    • Query a transaction
      GET
    • Webhook
  • Payout
    • Create a payout
      POST
    • Query balance
      GET
    • Webhook
  • Subscription
    • Card
      • Cancel subscription
        POST
      • Webhook
      • RenewSubscription
        POST
  • Other
    • Enums
    • Test cards
  1. Card

RenewSubscription

POST
/api/card/renewSubscription

请求参数

Body 参数application/json必填

示例
{
    "PlanId": "string",
    "BillingCycle": 0
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location 'https://api-test.pinddpay.com/api/card/renewSubscription' \
--header 'Content-Type: application/json' \
--data '{
    "PlanId": "string",
    "BillingCycle": 0
}'

返回响应

🟢200成功
application/json
Bodyapplication/json

示例
{
  "code": 200,
  "type": "success",
  "message": "",
  "result": "",
  "extras": null,
  "time": "2026-06-18T02:43:59.2969784Z"
}
修改于 2026-06-18 02:51:17
上一页
Webhook
下一页
Enums
Built with