LogoLogo
Stric
  • Documentação
  • Autenticação
  • CONTAS
    • Registro de contas
  • Extrato
    • Extrato
    • Detalhes da transação
  • TRANSFERÊNCIAS
    • Transferência Entre Contas
    • Transferências (TED)
  • PIX
    • Chaves Pix
      • Registrar nova chave
      • Listar Chaves
      • Deletar chave
    • Validar Chave PIX
    • Transferência PIX
    • QR Code
  • BOLETOS
    • Boleto de Cobrança
Powered by GitBook
On this page

Was this helpful?

  1. PIX

Validar Chave PIX

Validar informações de um chave PIX

POST https://dev.stric.com.br/pix/keys/info

Headers

Name
Type
Description

authorization*

String

Bearer Token

account*

String

ID da conta a ser operada

Request Body

Name
Type
Description

key*

String

Chave PIX

{
    "id": 138917,
    "info": {
        "ReceiverName": "GIOVANNI YAGO CAVALCANTI",
        "ReceiverBank": "450",
        "ReceiverBankBranch": "1",
        "ReceiverBankAccount": "188848524",
        "ReceiverBankAccountDigit": "7",
        "ReceiverAccountType": "0",
        "PixKeyType": "4",
        "PixKeyValue": "a4b97c05-28f9-4e7d-a4ac-9f75d53e6f8e",
        "ReceiverTaxNumber": "88542190963"
    }
}
PreviousDeletar chaveNextTransferência PIX

Last updated 2 years ago

Was this helpful?