Skip to main content

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

ParameterTypeDescriptionExample/ENUM
productIdintegerThe unique identifier of the product1

🔑Header Parameters

HeaderTypeDescriptionExample/ENUM
AuthorizationstringBearer token for user authentication.{{access_token}}
Content-TypestringSpecifies the type of the request payload.application/json
x-api-keystringAPI key to authenticate the request.{{x-api-key}}

🟢Success Response - 200 Ok

FieldTypeDescriptionExample/ENUM
statusstringStatus of the API call."success"
codestringResponse code indicating the outcome of the request."s-101"
messagestringA message indicating the success of the request."success message"
dataobjectGateway Details[...]
get/transactional/v1/getGatewayDetails/{productId}