Histórico

EXIBINDO RESPOSTAS:

Avatar discord do usuario andrii1303

andrii1303

Ver no Discord

Hi, I have a problem with pay. I have such response. {'nome': 'chave_invalida', 'mensagem': 'A chave informada não faz referência à conta Efí autenticada'}. Could you please help me?

Avatar discord do usuario joaolucas_efi

joaolucas_efi

Ver no Discord

This response means that the chave that you sent in request isn't from the account that you made the request.

Avatar discord do usuario andrii1303

andrii1303

Ver no Discord

How to find out which one is wrong? "pagador" or "favorecido"

Avatar discord do usuario joaolucas_efi

joaolucas_efi

Ver no Discord

In this case the pagador, favorecido means who will receive the value

Avatar discord do usuario andrii1303

andrii1303

Ver no Discord

body = {
"valor": f"{payment.ticket.price_seller_formatted}.00",
"pagador": {
"chave": self.EFI_FT_PIX_KEY,
},
"favorecido": {
"chave": payment.ticket.seller.efi_key,
},
}

Is it not correct request?
pagador = from
favorecido = to

Avatar discord do usuario joaolucas_efi

joaolucas_efi

Ver no Discord

This is correct, but in this case the credentials that you use are not from the account that own the self.EFI_FT_PIX_KEY.