BizKitHub
DocsAPI ReferenceOrder Payment/bff/order-payment/list
getOrder PaymentAdmin BFF

/bff/order-payment/list

Unified 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.

Order PaymentgetBffOrder-paymentList

Parameters

1 query

Query parameters

· 1
hashstringRequired

Unique order hash.

Examplea1b2c3d4

Response schema

1 status code documented

200Success

This response returns no JSON body.

Response example

application/json
{
  "success": true
}

Request example

GET /bff/order-payment/list

get
curl -X GET "https://api.bizkithub.com/bff/order-payment/list?hash=a1b2c3d4" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key