Retrieve a list of payment types needed to make a sale.
OK
Bad Request
{- "results": {
- "type": "array",
- "data": [
- {
- "id": "CAKOMPT0001",
- "name": "debit"
}, - {
- "id": "CAKOMPT0002",
- "name": "cash"
}, - {
- "id": "CAKOMPT0003",
- "name": "ach"
}
]
}, - "warnings": [ ]
}