Used to process an order once the payment has been received. This triggers the creation of the order and initiates the setup process.Body#
orderId#
Description: Order Id of the order
Example: HFDFJDFKJAKLDFJOW
Request
Add parameter in header cmr-x-api-key
Example:cmr-x-api-key: ********************
or
Body Params application/json
Request Code Samples
curl --location 'https://customers.coldmailreseller.com/api/v1/integration/orders/process-order' \
--header 'cmr-x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"orderId": "string"
}'
Responses
application/json
{
"status": 200,
"message": "Order queued, make sure to have enough balance in your wallet!",
"actionId": "ACT_7a078272-0fa7-4db4-a85b-c78697dacea1"
}
Modified at 2026-06-23 16:21:02