Search Payment Methods

GET/api/payment-methods/search/{keyword}

Headers

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

Success-Response:

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