Iniciar Brick com documento
Client-Side
Brick | Card Payment Brick |
Momento da customização | Ao renderizar Brick |
Propriedade | initialization.payer.identification.type & initialization.payer.identification.number |
Tipo | string |
Observações | Quando envia-se um identification.number válido e um identification.type correspondente, o campo de documento do pagador é automaticamente preenchido. |
javascript
const settings = {
initialization: {
amount: number,
payer: {
identification: {
type: 'string',
number: 'string',
},
},
},
...
}