Bankspace
  1. Pix
Bankspace
  • Introdução
  • API
    • Introdução à API
    • Autenticação
      • Utilização
      • Gerar Token
    • Pix
      • Sobre o Pix
      • QRCode
        • Utilização
        • Criar novo QRCode
      • Cashout com Consulta
        • Utilização
        • Consultar chave Pix
        • Realizar Cashout
      • Cashout direto
        • Utilização
        • Realizar Cashout direto
    • Transações
      • Utilização
      • Consultar Transação
  • Esquemas
    • Sample Schemas
      • Pet
    • Auth
      • Session
    • Pix
      • Criar QRCode
      • Consulta
      • Realizar Saque
      • Realizar Saque Direto
    • Transações
      • Consulta
  1. Pix

Consulta

{
    "success": true,
    "pix_key": {
        "paymentInitiationId": "string",
        "accountId": "string",
        "partnerId": "string",
        "createdAt": "string",
        "keyOwnershipDate": "string",
        "entryId": "string",
        "key": "string",
        "type": "string",
        "account": {
            "ispb": "string",
            "branch": "string",
            "number": "string",
            "type": "string",
            "id": "string",
            "code": "string",
            "name": "string",
            "created_at": "string",
            "updated_at": "string"
        },
        "owner": {
            "type": "string",
            "document": "string",
            "name": "string",
            "tradeName": "string"
        },
        "expiresAt": "string",
        "entryResponseOrigin": "string"
    }
}
Built with