Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

VariableTypeDescription
clubLocationIdIntegerThe Club OS unique id for the club location you wish to access. Club OS will provide these to you.
paymentIdIntegerThe Club OS unique id for the payment you are requesting.

 

POST /payments

Add a payment to the system.

...

MessageDescription
Payment CreatedPayment successfully created.
Payment FoundPayment exists in the system already.

 

POST /payments/batch

Add multiple payments to the system.

POST https://api.club-os.com/payments/batch?clubLocationId=[clubLocationId]

This method works identical to the above method, but the request body needs to be an array of payments, rather than a single payment.  Use this when there are multiple payments within a single order.