🚀 New: Theme Control Plane API — build, customize, and deploy themes programmatically. Learn more →
curl --request DELETE \
--url https://api.shoppex.io/dev/v1/payments/{uniqid} \
--header 'Authorization: Bearer <token>'{
"data": {
"message": "<string>"
}
}Voids a pending developer payment.
curl --request DELETE \
--url https://api.shoppex.io/dev/v1/payments/{uniqid} \
--header 'Authorization: Bearer <token>'{
"data": {
"message": "<string>"
}
}