Jump to Content
PouchCONNECT
API Reference
v1.0

Log InPouchCONNECT
API Reference
Log In
v1.0API Reference

Introduction

  • Getting Started with PouchCONNECT
  • Environments
  • Tutorial
    • Creating Your First App
    • Authentication
    • Review Process
    • Register for a Test Venue
    • Activate Integration For a Venue
    • Activate Webhooks

APIs

  • Bookings API
    • Create Bookingpost
    • Update Bookingput
    • Get Bookingget
    • Delete Bookingdel
    • CheckIn Bookingpost
    • CheckOut Bookingpost
    • Cancel Bookingpost
    • Create Booking Itemspost
    • Update Booking Itemput
    • Get Booking Itemsget
    • Delete Booking Itemdel
    • Create Booking Notespost
    • Update Booking Noteput
    • Get Booking Notesget
    • Delete Booking Notedel
    • Create Customerpost
    • Update Customerput
    • Get Booking Customersget
    • Get Taxesget
    • Get Payment Methodsget
    • Get Productsget
    • Get Categoriesget
  • Accounting API
  • Payments API

Webhook

  • Booking
  • Transaction

Specifications

  • Bookings
    • Booking
    • Booking Item
  • Customers
    • Customer
  • Tax
  • Payment Method
  • Product
  • Category
  • Transaction Type
Powered by 

Payment Method

Payment Method Response

PropertyData TypeRequiredDescription
paymentMethodIdNumberYesThe id of the payment method (This is unique for each Venue)
businessIdNumberYesThe business Id
paymentMethodNameStringYesThe name of the payment method

Types

NameDescription
POUCH_PAYPayment was done using PouchNation Cashless System
CREDIT_DEBITPayment was done using card payment
CASHPayment was done using cash
OTHERPayment was done using other method
  • Table of Contents
    • Payment Method Response
    • Types