🚀 New: Edit Shoppex themes from the dashboard, the CLI, or an AI agent — one unified workflow. Learn more →
curl --request POST \
--url https://api.shoppex.io/dev/v1/payments/{uniqid}/complete \
--header 'Authorization: Bearer <token>'{
"data": {
"message": "<string>"
}
}Triggers server-side completion for a pending developer payment. This confirms the payment state only and does not create product fulfillment. Use /dev/v1/orders/:id/fulfill for deliverable orders.
curl --request POST \
--url https://api.shoppex.io/dev/v1/payments/{uniqid}/complete \
--header 'Authorization: Bearer <token>'{
"data": {
"message": "<string>"
}
}