OpenAPI 3.1.02026-08-12911,252858.9 KB
96f04e4e3f61
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"
}
}
}