v1

latestOpenAPI 3.0.12026-07-245303882.5 MB

Split de Pix Cash-in por QR Code dinâmico (immediate)

post/immediate/split

Request body

clientRequestIdstring

Identificador único desta transação informado pelo cliente.

payerQuestionstring

O campo solicitacaoPagador, opcional, determina um texto a ser apresentado ao pagador para que ele informe uma informação correlacionada, em formato livre, a ser enviada ao recebedor. Este texto será preenchido no pacs.008 pelo PSP do pagador no RemittanceInformation. O tamanho do campoem pacs.008 é limitado a 140 caracteres

keystring

Chave Pix

locationIdinteger

Identificador do BRCode Location a ser associado a cobrança.

Response

200

revisioninteger
transactionIdinteger
clientRequestIdstring
statusstring
lastUpdatestring
payerQuestionstring
keystring
createAtstring
transactionIdentificationstring

Example response

{
  "transactionId": 9267254,
  "clientRequestId": "9b26edb7cf254db09f5449c94bf13abc",
  "status": "ACTIVE",
  "lastUpdate": "2021-04-29",
  "payerQuestion": "Esta cobrança é referente a...",
  "additionalInformation": [
    {
      "value": "string",
      "key": "string"
    }
  ],
  "debtor": {
    "name": "string",
    "cpf": "string",
    "cnpj": "string"
  },
  "amount": {
    "withdrawal": {
      "agentMode": "string",
      "withdrawalServiceProvider": "string"
    },
    "change": {
      "agentMode": "string",
      "withdrawalServiceProvider": "string"
    }
  },
  "location": {
    "merchant": {
      "postalCode": "string",
      "city": "string",
      "name": "string"
    },
    "url": "string",
    "emv": "string",
    "type": "string",
    "locationId": "string",
    "id": "string"
  },
  "key": "5d000ece-b3f0-47b3-8bdd-c183e8875862",
  "createAt": "2021-04-29",
  "transactionIdentification": "kk6g232xel65a0daee4dd13kk479195205",
  "feeInfo": {
    "totalAmount": 100.97,
    "percent": 10,
    "feeDetails": [
      {
        "amount": 50.97,
        "description": "Pagamento referente a...",
        "clientRequestId": "f9b978a6-ab7e-4460-997d-2a5b2f30a956",
        "accountCredit": "30012345076543"
      }
    ]
  }
}