Risexpay Demo

Payout 签名调试

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

请求成功

HTTP 200

返回首页

Canonical String

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

X-Signature

70e57cfbbdf188dcd4b1d97a3f5852836da2b5929c5eb41a2a1fa63c99c5523b

原始响应 JSON

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