Order Statuses
The available APIs for payment methods are explained below.
setting/payment_method/get
This gets a list of order statuses from the Equotix One account.
Path
/api/setting/payment_method/get
POST Parameters
Name | Type | Required | Description |
domain | string | Yes | The domain you are assigned to authenticate your Equotix One account. |
api_key | string | Yes | The email address assigned to the user account in your Equotix One. |
auth_timestamp | int | Yes | The unix timestamp used to sign this API request. |
auth_signature | string | Yes |
The calculated signature for this API request. |
page | int | No |
Page number of the results. |
Response Parameters
Name | Type | Description |
payment_methods | object | The payment methods results. |
> payment_method_id | int | The payment method ID. |
> name | string | The payment method name. |
> order_status_id | string | The payment method default order status. |
> configuration | object | The configurations for the payment method. |
> sort_order | int | The sort order for the payment method. |
total | int | The total number of results. |
Comments
0 comments
Article is closed for comments.