Parameters
1 query
Query parameters
· 1hashstringRequiredUnique order hash.
Example
a1b2c3d4Unified payment-receipt timeline for an order: gateway attempts, bank wires, customer-credit applications and admin-recorded cash / manual_mark / refund rows — all sources joined into one chronological list. summary exposes the totals used by the order paid-state engine.
1 query
hashstringRequiredUnique order hash.
a1b2c3d41 status code documented
This response returns no JSON body.
{
"success": true
}GET /bff/order-payment/list
curl -X GET "https://api.bizkithub.com/bff/order-payment/list?hash=a1b2c3d4" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.