---
page_source: https://juspay.io/in/docs/lotuspay/web/core-resources/process-a-source
page_title: Process a source
---

## API Version: default


# **Process a source** 



For `physical` variant only. Sends the source to LotusPay for processing. JPG image must already be attached. Source status must be `pending`, and this action moves it to `pending_submission`. This endpoint has no arguments.

**Returns**  Returns a `pending_submission` source if a valid identifier was provided.## Endpoints:
- Sandbox: https://api-test.lotuspay.com/v1/sources/{ID}/process

- Production: https://api.lotuspay.com/v1/sources/{ID}/process

## Request Type: 
POST

## Content-Type: 
application/json

## Authorization:

#### Basic Auth:
Auth example
- Value:  sk_test_xd22123sxlkadsf8wjbkx
## Sample Code Snippets:
### Sample Request and Response:

#### Request:
```Shell
{"success":false,"message":"No Data found for the given path"}
```

#### Response:
```json
{"success":false,"message":"No Data found for the given path"}
```

## API Responses:
