v2.payment.get_payment_method_list
GET /api/v2/payment/get_payment_method_list
Obtain payment method (no authentication required)
Đường dẫn Endpoint
URL: https://partner.shopeemobile.com/api/v2/payment/get_payment_method_list
Tham số chung
| Name | Type | Sample | Description |
|---|---|---|---|
| partner_id | int | 1 | Partner ID được gán khi đăng ký thành công. Bắt buộc cho tất cả các yêu cầu. |
| timestamp | timestamp | 1610000000 | Dùng để chỉ định thời điểm gửi yêu cầu. Bắt buộc cho tất cả các yêu cầu. Hết hạn sau 5 phút. |
| sign | string | e318d3e932719916a9f9ebb57e2011961bd47abfa54a36e040d050d8931596e2 | Chữ ký được tạo từ partner_id, đường dẫn api, timestamp, access_token, shop_id và partner_key qua thuật toán HMAC-SHA256. Chi tiết: https://open.shopee.com/documents?module=87&type=2&id=58&version=2 |
No Request Parameters Set.
Tham số Response
| Name | Type | Sample | Description |
|---|---|---|---|
| error | string | error code | |
| message | string | error message | |
| request_id | string | Unique id for request | |
| response | object[] | ||
| payment_method | string[] | ||
| region | string |
No Request Example Set.