e-lado
Version:
[](https://circleci.com/gh/sharetribe/sharetribe/tree/master) [](https://gemnasium.com/sharetribe/shar
41 lines (27 loc) • 361 B
Markdown
# process/v1/
## GET /:community_id/:process_id
Request: Empty
Response:
```json
{
id: 123,
process: "preauthorize" # or "none"
}
```
## GET /:community_id/
Request: Empty
Response:
```json
{
id: 123,
process: "preauthorize" # or "none"
}
```
## POST /:community_id
Request:
```json
{
id: 123,
process: "preauthorize" # or "none"
}
```