Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Overview

This method returns a list of payment methods.

Please be aware that this method has not been published yet and it's under construction.

Request

https://api.kometsales.com/api/payment.method.list

Input parameters:

  • authenticationToken (required): Komet Sales security token.

Response

Output:

  • status
  • message
  • methods: array of payment methods
    • id
    • name

{
    "status": "1",
    "message": "OK",
    "method": [
        {
            "id": "1",
            "name": "Check"
        },
        {
            "id": "2",
            "name": "Credit Card Visa"
        }
    ]
}
  • No labels