v1
latestOpenAPI 3.1.02026-07-22155403592.5 KBPoint of Sale
Payment methods
Get payment methods (POS)
Returns the list of payment methods (POS)
get/consumers/{consumer_id}/pos/payment-methods
Path parameters
consumer_idstring uuid required
Query parameters
pageinteger
Page number
sizeinteger
Page size
location_idstring nullable
Unique identifier of the location If none passed, payment methods from all locations will be returned unless the location was selected by the end-user
Response
Successful Response
Example response
{
"items": [
{
"id": "371ca583-d218-4900-b236-397532cf0e52",
"name": "Cash",
"extra": "Espèces"
}
]
}