1. Payin
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
      • Webhook
  • Other
    • Enums
    • Test cards
  1. Payin

Query a transaction

GET
/api/order/detail

请求参数

Query 参数

Header 参数

请求示例代码

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/order/detail?id=undefined' \
--header 'accessKey: ' \
--header 'timestamp: ' \
--header 'nonce: ' \
--header 'sign: ' \
--header 'Content-Type: application/json'

返回响应

🟢200pindddpay响应结构
application/json
Bodyapplication/json

示例
{
    "code": 200,
    "type": "success",
    "message": "",
    "result": {
        "transaction": {
            "tradeNo": "int_hkdmrgcxjh55ndc3734",
            "capturedAmount": 2.50,
            "currency": "USD",
            "error": null
        },
        "id": "650863804891205",
        "merchantOrderNo": "1741067498",
        "email": "Federico.Bailey45@gmail.com",
        "amount": 2.50,
        "quantity": 1,
        "tradeNo": "int_hkdmrgcxjh55ndc3734",
        "country": "BY",
        "currency": "USD",
        "status": "已付款",
        "statusEn": "paid",
        "paymentMethod": "Paypal",
        "createdAt": "2025-03-04T05:51:38Z",
        "paidAt": "2025-03-04T05:53:15Z"
    },
    "time": "2025-03-04T08:50:24.1749813Z",
    "extras": null
}
修改于 2025-10-16 03:14:20
上一页
Create a transaction
下一页
Webhook
Built with