This is a guide for a basic POS integration into PeopleVine to lookup member accounts and process charges to a members card on file or house account amongst other payments. We can support other API methods as needed.
Please refrence this file for sending order data:
- createOrder JSON.json – this file contains the sample order create request
We believe we can accomplish this with 3 API calls but we have 500+:
- returnCustomers – check out http://composeapi.com/api_fields.aspx?company_no=1&method_no=1 to see the available inputs. But if you just put everything in searchterm, we’ll match around 10 different fields including their member id. Once you find the person, you would need the customer_no record to pass to the createOrder method.
- createOrder – the endpoint is https://api.peoplevine.com/commerce.asmx/createOrder and you would post the data object in the attached JSON (make sure to include your AUTH).
- processPaymentOnFile – see the article here for reference: https://peoplevine.com/blog/30895