requestCommissionConfiguration function
Function to get the information related to the commission charge configured for a specific merchantParameters#
| PARAMETER | TYPE | REQUIRED |
|---|
| kushkiInstance | Ikushki | YES |
| body | CommissionConfigurationRequest | YES |
It returns a promise from CommissionConfigurationResponse.Errors#
| CODE | MESSAGE | EXAMPLE | DESCRIPTION |
|---|
| E015 | Error en solicitud de configuración de comisión (Error in commission configuration request) | { code: "E015", message: "Error en solicitud de configuración de comisión" } | If there was an error getting the commission settings for the merchant, error code E015 will be returned. Please try again making sure you submit the required information correctly. |
Example#
Modified at 2026-02-02 22:10:25