Skip to main content

Phương thức thanh toán

Danh sách phương thức thanh toán

HTTP Request

[GET] /api/v6.1/payment_methods

Query Parameters

Filtering

FieldsSupportTypeDescription
ideq,inintegerĐịnh danh

Limit & Offset

TypeDescription
LimitintegerLấy bao nhiêu bản ghi
OffsetintegerBỏ qua bao nhiêu bản ghi

Example

HTTP Request

GET api/v6.1/payment_methods HTTP/1.1
Host: example.getflycrm.com

Status

200 OK

Response

{
"data": [
{
"id": 1,
"method_name": "Tiền mặt"
},
{
"id": 2,
"method_name": "Chuyển khoản"
}
],
"has_more": false,
"offset": 0,
"limited": 20
}