Boa tarde, @elielpsoares. Tente o seguinte:
js
efipay.pixCreateImmediateCharge({}, data)
.then((resposta) => {
console.log(resposta)
})
.catch((error) => {
console.log(error)
})
efipay.pixCreateImmediateCharge({}, data)
.then((resposta) => {
console.log(resposta)
})
.catch((error) => {
console.log(error)
})