---
title: "Advance a Funding (Simulation)"
method: POST
path: "/v0/fundings/{id}/advance"
tags: ["Funding"]
---

# Advance a Funding (Simulation)

`POST /v0/fundings/{id}/advance`

Advances a Funding object from processing to posted status in the Sandbox environment.

## Path parameters

- `id` string, required

## Response `200`

Successful response

- object

## Other responses

- `400` — The format of the funding ID is invalid or the funding object is not in a processing status.
- `403` — Valid access token was not used to call the API or lacks proper permissions.
- `404` — The funding_id passed in is not a valid Funding ID or this endpoint is only available in Sandbox.
- `429` — Rate limit exceeded.
- `500` — Internal server error.

---

[API](https://skmtc.net/lead/apis/lead-bank.md) · [All operations](https://skmtc.net/lead/apis/lead-bank/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lead/lead-bank/revisions/25c2a92d55e2/schema)
