Follow the question structure recommended by Dev Bot before submitting your integration questions.
NOTE. Available for use with branch access key and also with General ADM access key.
| Field | Type | Description |
|---|---|---|
Número do cartão | string | Translation for the field "Card Number". |
Bandeira | string | Translation for the field "Flag". |
Titular do cartão | string | Translation for the field "Cardholder". |
Vencimento | string | Translation for the field "Expiration". |
Segurança | string | Translation for the field "Security". |
username:passwordAuthorization: Basic *****************curl --location 'https://evo-integracao-api.w12app.com.br/api/v1/configuration/card-translation' \
--header 'Authorization: Basic <encoded-value>'{
"número do cartão": "string",
"bandeira": "string",
"titular do cartão": "string",
"vencimento": "string",
"segurança": "string"
}