Available Methods
GET https://api.salla.dev/admin/v2/payment/methods?page=1
This endpoint allows you to list all available payment methods.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | number | The Pagination page number |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"status":"\u003cnumber\u003e","success":"\u003cboolean\u003e","data":[{"id":"\u003cnumber\u003e","slug":"\u003cstring\u003e","name":"\u003cstring\u003e"}]}