1. Card
Pinddpay
  • Guides
    • Integration Instructions
    • Signature
  • Payin
    • Create order session
      POST
    • Create a transaction
      POST
    • Query a transaction
      GET
    • Webhook
  • Payout
    • Create a payout
      POST
    • Query balance
      GET
    • Webhook
  • Subscription
    • Card
      • Cancel subscription
        POST
      • Webhook
  • Other
    • Enums
    • Test cards
  1. Card

Cancel subscription

POST
/api/card/subscription

请求参数

Query 参数

Header 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-test.pinddpay.com/api/card/subscription?id=undefined' \
--header 'accessKey: ' \
--header 'timestamp: ' \
--header 'nonce: ' \
--header 'sign: '

返回响应

🟢200成功
application/json
Bodyapplication/json

示例
{
    "code": 200,
    "type": "success",
    "message": "",
    "result": null,
    "extras": null,
    "time": "2025-08-27T06:39:06.1136547Z"
}
修改于 2025-08-27 07:23:42
上一页
Webhook
下一页
Webhook
Built with