POST/payments/stripe-webhook-hefty/Handle a Stripe webhook event for Hefty account. This endpoint for Stripe usage only and should not be used directly.#
POST/payments/stripe-webhook-labcommand-canada/Handle a Stripe webhook event for LabCommand (Canada) account. This endpoint for Stripe usage only and should not be used directly.#
POST/payments/stripe-webhook-labcommand-usa/Handle a Stripe webhook event for LabCommand (USA) account. This endpoint for Stripe usage only and should not be used directly.#
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
openapi: 3.2.0
info:
title: FarmCommand canplug Payments API
termsOfService: https://www.farmcommand.com/terms-of-service
contact:
name: Product Support
email: productsupport@farmersedge.ca
version: '1.0'
servers:
- url: https://admin.farmcommand.com/
security:
- FarmCommand Token: []
tags:
- name: payments
paths:
/payments/stripe-webhook-hefty/:
parameters: []
post:
operationId: payments_stripe-webhook-hefty_create
summary: Handle a Stripe webhook event for Hefty account. This endpoint for Stripe usage only and should not be used directly.
description: ''
responses:
'200':
description: Stripe webhook event handled
'400':
description: Bad Request
tags:
- payments
/payments/stripe-webhook-labcommand-canada/:
parameters: []
post:
operationId: payments_stripe-webhook-labcommand-canada_create
summary: Handle a Stripe webhook event for LabCommand (Canada) account. This endpoint for Stripe usage only and should not be used directly.
description: ''
responses:
'200':
description: Stripe webhook event handled
'400':
description: Bad Request
tags:
- payments
/payments/stripe-webhook-labcommand-usa/:
parameters: []
post:
operationId: payments_stripe-webhook-labcommand-usa_create
summary: Handle a Stripe webhook event for LabCommand (USA) account. This endpoint for Stripe usage only and should not be used directly.
description: ''
responses:
'200':
description: Stripe webhook event handled
'400':
description: Bad Request
tags:
- payments
components:
securitySchemes:
FarmCommand_Token:
type: apiKey
name: token
in: query