API Resources
Resource / URI | GET | POST | DELETE |
---|---|---|---|
Products /products |
List Products | Create Product | - |
Product /products/<product-id> |
- | Edit Product | Delete Product |
Customers /customers |
List Customers | Create Customer | - |
Customer /customers/<customer-id> |
- | Edit Customer | Delete Customer |
Payment Methods /paymethods |
- | Add Payment Method | - |
Payment Method /paymethods/<paymethod-id> |
- | - | Delete Payment Method |
Charges /charges |
- | Create Charge | - |
Charge /charges/<charge-id> |
View Charge | Edit Charge | Delete Charge |
Reports /transactions/<start-date>/<end-date> |
View Transactions | - | - |
Credit Card Purchase /purchase |
- | Processes Credit Card Purchase | - |
Credit Card Return /return |
- | Processes Credit Card Return | - |
Credit Card Void /void |
- | Processes Credit Card Void | - |
Batch Total Inquiry /batch |
Gets Current Batch Total | - | - |