OpenAPI 3.1.02026-08-10911,250858.4 KB

0e481cddec74

Financial

Get Payment Methods

Returns all payment methods for a business location.

get/f/finance/{businessLocationId}/paymentMethods

Path parameters

businessLocationIdinteger required

The unique identifier for the business location.

Response

Payment methods returned

Example response

{
  "_embedded": {
    "paymentMethodList": [
      {
        "name": "Cash",
        "code": "CASH",
        "accountingReference": "cash-payment",
        "pmId": 1234567890
      }
    ]
  },
  "_links": {
    "self": {
      "href": "https:///api.ikentoo.com/finance/1234567/paymentMethodss"
    }
  }
}