DocsAPI ReferenceOrder/api/v1/shop/order/check-payment-status
postOrderPublic API v1

/api/v1/shop/order/check-payment-status

No description provided.

orderpostApiV1ShopOrderCheck-payment-status

Parameters

1 body

1 total
Body · 1
hashstringRequired

Request

POST /api/v1/shop/order/check-payment-status

post
curl -X POST "https://api.bizkithub.com/api/v1/shop/order/check-payment-status" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "hash": "sSO98YxzR4KJiOu66Jn6K3wRwa4FPI7S"
}'

Response

JSON payload

{
  "redirectUrl": "example_redirectUrl"
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key