---
page_title: Update Scheduling Time
product: Juspay Billing
page_source: https://juspay.io/in/docs/juspay-billing/docs/billing/update-scheduling-time
llms_txt: https://juspay.io/in/docs/llms.txt
product_llms_txt: https://juspay.io/in/docs/juspay-billing/llms.txt
---


# Update Scheduling Time



You can update the scheduling time of the upcoming transaction to control , making it early or late. 


### Payload


> **Warning**
> Minimum Time to reschedule is 30 mins before the current execution time. 




### Payload
- **Command**:
  - Value: update_execution_time
  - Tags: String
- **Schedule_time**:
  - Value: 1763554995
  - Tags: String
- **Order_id**:
  - Value: 37wRmqr74AT3oBMK
  - Tags: String
- **Mandate_id**:
  - Value: 48wg2R5D9EMheLQ7BszPfi
  - Tags: String


## Sample Code Snippets:
### Update Scheduling Time:

#### Request Code Snippet:

```request
curl --location 'https://api.juspay.in/billing' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--header 'Authorization: Basic <>' \
--data-urlencode 'command=update_execution_time' \
--data-urlencode 'schedule_time=1763554995' \
--data-urlencode 'order_id=37wRmqr74AT3oBMK' \
--data-urlencode 'mandate_id=48wg2R5D9EMheLQ7BszPfi'
```



---

## See Also

- [List Add ons](https://juspay.io/in/docs/juspay-billing/docs/billing/list-add-ons)
- [Setting up Introductory Days / Cycle](https://juspay.io/in/docs/juspay-billing/docs/billing/setting-up-introductory-days-cycle)
