This method returns
Params.
: curl
Output
: transaction 1 for success or 0 for failure.
: description of the status of the transaction
: array of
: payment method
: name of the payment method.Sample Response
Panel
Filter by label (Content by label) showLabels false max 10 showSpace false sort title cql label in ( "accounts-receivables" , "payments" ) labels accounts-receivables payments
Excerpt | ||
---|---|---|
Use this method to get a list of payment methods.
|
This method does not return payment methods from the Clearent Integration.
Filter by label (Content by label) | ||||||||
---|---|---|---|---|---|---|---|---|
|
Request
Parameters
Input parameters
authenticationToken (required)(string:50)
Komet Sales security token.
Code Block | ||
---|---|---|
| ||
https://api.kometsales.com/api/payment.method.list?
authenticationToken=token_info_goes_here |
Response
status (integer:1)
Transaction status.
Valid values: 1 = Success | 0 = Failure
message (string:500)
Transaction status description.
method
(array)
An array containing the payment methods.
id (integer:20)
Komet Sales internal Payment Method ID.
name (string:50)
Payment method name.
Code Block |
---|
{
"status": "1",
"message": "OK",
"method": [
{
"id": "1",
"name": "Check"
},
{
"id": "2",
"name": "Credit Card Visa"
}
]
} |
Note |
---|
This method will not return payment methods from the Clearent Integration. |
title | Related Articles |
---|
We've encountered an issue exporting this macro. Please try exporting this page again later.