Gateway Details
This API endpoint retrieves the details associated with a specific payment gateway for a given product. It provides detailed information about the gateway configuration, which can be used for transaction processing or related activities.
🛣️Path Parameters
| Parameter | Type | Description | Example/ENUM |
|---|
| productId | integer | The unique identifier of the product | 1 |
| Header | Type | Description | Example/ENUM |
|---|
| Authorization | string | Bearer token for user authentication. | {{access_token}} |
| Content-Type | string | Specifies the type of the request payload. | application/json |
| x-api-key | string | API key to authenticate the request. | {{x-api-key}} |
🟢Success Response - 200 Ok
| Field | Type | Description | Example/ENUM |
|---|
| status | string | Status of the API call. | "success" |
| code | string | Response code indicating the outcome of the request. | "s-101" |
| message | string | A message indicating the success of the request. | "success message" |
| data | object | Gateway Details | [...] |