Payments API now live! Read more at API Reference
curl --request GET \
--url https://platform.usewarp.net/status/{sessionId} \
--header 'Authorization: Bearer <token>'{
"session_id": "<string>",
"status": "pending",
"verification_step": "pending",
"tx_hash": "<string>",
"verified_at": "2023-11-07T05:31:56Z",
"completed_at": "2023-11-07T05:31:56Z"
}Get the current status of a payment session for frontend polling
curl --request GET \
--url https://platform.usewarp.net/status/{sessionId} \
--header 'Authorization: Bearer <token>'{
"session_id": "<string>",
"status": "pending",
"verification_step": "pending",
"tx_hash": "<string>",
"verified_at": "2023-11-07T05:31:56Z",
"completed_at": "2023-11-07T05:31:56Z"
}JWT Bearer token authentication
Payment session ID
Session status retrieved successfully
Session ID
Session status
pending, processing, completed, failed Verification step
pending, confirming, completed, failed Transaction hash
Verification timestamp
Completion timestamp
Was this page helpful?