Follow the question structure recommended by Dev Bot before submitting your integration questions.
| Field | Type | Description |
|---|---|---|
gatewayType | integer | Type of configured gateway (numeric identifier). |
gatewayData | object | Object containing details of the payment gateway configurations (detailed below). |
showCardType | boolean | Indicates whether the card type should be displayed (true or false). |
tokenizeBackend | boolean | Indicates whether the backend is enabled for card tokenization (true or false). |
gatewayData Object#| Field | Type | Description |
|---|---|---|
keyRecorrencia | string | Key for recurring operations (can be null). |
publicKey | string | Public key for access to the payment gateway. |
keyVindi | string | Key associated with the integration with Vindi (can be null). |
versaoFrameworkVindi | integer | Version of the Vindi framework used. |
idVindi | string | Unique identifier associated with Vindi (can be null). |
origemFranquia | boolean | Indicates whether the configurations come from a franchise (true or false). |
keyRecorrenciaFranquia | string | Recurrence key for the franchise (can be null). |
publicKeyFranquia | string | Public key of the franchise (can be null). |
gerarFormToken | boolean | Indicates whether the tokenization form should be generated (true or false). |
antifraude | boolean | Indicates whether the fraud prevention feature is enabled (true or false). |
username:passwordAuthorization: Basic *****************curl --location 'https://evo-integracao-api.w12app.com.br/api/v2/configuration/gateway?idBranch=undefined' \
--header 'Authorization: Basic <encoded-value>'{
"gatewayType": 0,
"gatewayData": null,
"showCardType": true,
"tokenizeBackend": true
}