DocsAPI ReferenceOrder/bff/order/create-payment
postOrderAdmin BFF

/bff/order/create-payment

Initiates an online payment session for the order and returns a redirect URL.

OrderpostBffOrderCreate-payment

Parameters

2 body

2 total
Body · 2
orderHashstringRequired

Unique order hash identifier.

providerstringRequired

Payment provider code (e.g. "stripe", "gopay").

Request

POST /bff/order/create-payment

post
curl -X POST "https://api.bizkithub.com/bff/order/create-payment" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "orderHash": "example_orderHash",
  "provider": "example_provider"
}'

Response

JSON payload

{
  "success": true,
  "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