- Getting Started
- Extension
- Dashboard
- Module
- Report
- Total
- Integration
- Channel
- Extension
- Profile
- Inventory
- Addition
- Brand
- Category
- Deduction
- Flow
- Item
- Location
- Purchase Order
- Reservation
- Stock Take Job
- Supplier
- Transfer Job
- Transfer
- Sale
- Setting
- Channel Group
- Company
- Credit Note Status
- Currency
- Language
- Order Status
- Payment Method
- User Group
- User
setting/payment_method/get
POST
/setting/payment_method/get
Request
Body Params application/json
domain
string
required
api_key
string
required
auth_timestamp
integer
required
auth_signature
string
required
payment_method_id
integer
optional
filter_date_modified
string
optional
filter_deleted
boolean
optional
filter_channel_group_id
string
optional
page
integer
optional
sort
string
optional
order
string
optional
limit
integer
optional
Example
{
"domain": "string",
"api_key": "string",
"auth_timestamp": 0,
"auth_signature": "string",
"payment_method_id": 0,
"filter_date_modified": "string",
"filter_deleted": true,
"filter_channel_group_id": "string",
"page": 0,
"sort": "string",
"order": "string",
"limit": 0
}
Responses
🟢200Success
application/json
Body
error
array[string]
optional
total
integer
optional
payment_methods
array [object {9}]
optional
payment_method_id
integer
required
channel_group_id
integer
required
name
string
required
order_status_id
integer
required
credit_note_status_id
integer
required
configuration
object
required
sort_order
integer
required
date_modified
string
required
deleted
boolean
optional
Example
{
"error": [
"string"
],
"total": 0,
"payment_methods": [
{
"payment_method_id": 0,
"channel_group_id": 0,
"name": "string",
"order_status_id": 0,
"credit_note_status_id": 0,
"configuration": {},
"sort_order": 0,
"date_modified": "string",
"deleted": true
}
]
}
Modified at 2024-10-20 12:41:57