/
Get a list of Payment Methods
Get a list of Payment Methods
Use this method to get a list of payment methods.
Valid Tokens: Company.
This method does not return payment methods from the Clearent Integration.
Related Articles
-
Delete a Prebook 1.0 (API)
-
-
-
Add Inventory (API)
-
Pay an E-commerce Order with a Credit Card (Knowledge Base)
Request
URL: https://api.kometsales.com/api/payment.method.list
Method: GET
Content-Type: URL Parameters
Input parameters
authenticationToken (required)(string:50)
Komet Sales security token.
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.
{
"status": "1",
"message": "OK",
"method": [
{
"id": "1",
"name": "Check"
},
{
"id": "2",
"name": "Credit Card Visa"
}
]
}
Peacock
, multiple selections available,
Related content
Add or edit a Payment Method
Add or edit a Payment Method
More like this
Get a detailed list of Customer Credits
Get a detailed list of Customer Credits
More like this
Koronet Payments FAQs
Koronet Payments FAQs
More like this
Receive Payments with Koronet Payments
Receive Payments with Koronet Payments
More like this
Get a Detailed K2K Invoice List
Get a Detailed K2K Invoice List
More like this
Get a Customer list
Get a Customer list
More like this