⚠️ Note: This is the REST endpoint exposed for provider callbacks / order creation and was not present in the attached Payments swagger. The definition below is a placeholder taken from your API list — update the payload and base URL to match the provider contract before use.
curl --location '/api/v1/paymentsordercreation' \
--header 'authinformation;' \
--header 'Content-Type: application/json' \
--data '{
"orderId": "ord_12345",
"amount": 1500,
"currency": "USD",
"reference": "payout-0f1e2d3c"
}'{
"orderId": "ord_12345",
"status": "created"
}