UNPKG

e-lado

Version:

[![CircleCI](https://circleci.com/gh/sharetribe/sharetribe/tree/master.svg?style=svg)](https://circleci.com/gh/sharetribe/sharetribe/tree/master) [![Dependency Status](https://gemnasium.com/sharetribe/sharetribe.png)](https://gemnasium.com/sharetribe/shar

41 lines (27 loc) 361 B
# 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" } ```