List all Payment Methods

GET/api/payment-methods

Headers

FieldTypeDescription
authtoken String Authentication token, generated from admin area
curl -X GET "https://yoursite.com/api/payment-methods" \
  -H "authtoken: YOUR_API_TOKEN"

Success-Response:

[
  {
    "id": "1",
    "title": "Bank Transfer",
    "description": "",
    "type": "custom"
  }
]
MethodGET
Path/api/payment-methods
GroupPayment Methods
Sincev1.0.0
Defined inRestApi/Controllers/PaymentMethodsController.php