v1
latestOpenAPI 3.1.02026-08-06911,228852.2 KBFinancial
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"
}
}
}