Search Payment Methods
GET/api/payment-methods/search/{keyword}
Headers
| Field | Type | Description |
|---|---|---|
| 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"
}
]