v1
latestOpenAPI 3.1.02026-07-22155403592.5 KBProperty Management System
Payment methods
Get payment methods (PMS)
Returns the list of payment methods
get/consumers/{consumer_id}/pms/payment-methods
Path parameters
consumer_idstring uuid required
Query parameters
pageinteger
Page number
sizeinteger
Page size
location_idstring nullable
Response
Successful Response
Example response
{
"items": [
{
"id": "371ca583-d218-4900-b236-397532cf0e52",
"name": "Cash",
"extra": "Espèces",
"ledger_account_code": "4000"
}
]
}