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 --request POST 'https://customers.coldmailreseller.com/api/v1/integration/orders/process-order' \
--header 'cmr-x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": "string"
}'
Responses
application/json {
"status": 200,
"message": "'Order queued, make sure to have enough balance in your wallet!"
}
Modified at 2026-02-20 19:32:22