Risexpay Demo

Payout 签名调试

这里展示 Payout 的 canonical string、timestamp 和 X-Signature。

请求成功

HTTP 200

返回首页

Canonical String

timestamp=1779798483&account_number=1234567890&amount=5000&apikey=i5gzcd56tv988ea1&customer_name=John Doe&ifsc=SBIN0001234&mid=RPAYZ3734017332&ref_no=RSP12345678&route=1

X-Signature

72aa84f12423178eba9a6e0e9c66ceb17b20abebd49c5972c527f775a3920400

原始响应 JSON

返回
{
    "ok": true,
    "http_status": 200,
    "json": {
        "timestamp": "1779798483",
        "payload": {
            "mid": "RPAYZ3734017332",
            "apikey": "i5gzcd56tv988ea1",
            "amount": 5000,
            "customer_name": "John Doe",
            "route": 1,
            "ref_no": "RSP12345678",
            "account_number": "1234567890",
            "ifsc": "SBIN0001234"
        },
        "canonical_string": "timestamp=1779798483&account_number=1234567890&amount=5000&apikey=i5gzcd56tv988ea1&customer_name=John Doe&ifsc=SBIN0001234&mid=RPAYZ3734017332&ref_no=RSP12345678&route=1",
        "signature": "72aa84f12423178eba9a6e0e9c66ceb17b20abebd49c5972c527f775a3920400",
        "expected_format": "timestamp={X-Timestamp}&key=value&key=value&...",
        "example_endpoint": "/api/v1/transfer.php"
    }
}