get
https://{subdomain}.myshoplaza.com/api/v202506/payment/channels
get all available payment channels of stores
Requiresread_financeaccess scope. More access scope
The get available payment channels API retrieves all available payment channels configured for a store.
This API is especially useful for:
- Identifying available payment methods for order processing
- Integrating with store-specific payment gateways
- Displaying payment options to customers during checkout
Request Parameters
Public Request Parameters
Response Explanation
Public Response Parameters
Successful Response
| Parameter | Type | Example | Description |
|---|---|---|---|
code | string | "success" | API response status code |
message | string | "Refund records retrieved" | Response message |
data.channel_list | array[object] | Array of payment channels | |
data.channel_list.id | string | "ref_123456" | Unique channel identifier |
data.channel_list.name | string | "PayPal" | Display name of payment method |
data.channel_list.payment_channel | string | "PayPal" | Payment service channel |
data.channel_list.payment_method | string | "online" | Specific payment method |
Error Response
| Field | Type | Example | Description |
|---|---|---|---|
code | string | InvalidParameter | Error http message |
message | string | Error message |
