Portability
Warning!
QI Tech webhooks should not be strictly mapped. Additional fields may be included in the webhook payloads returned by our APIs
Receiving a Portability Request
After the portability request is created in another bank, QI will inform the requester about the open portability request through the following webhook:
WEBHOOK_TYPE
claim_requestWebhook Body
{
"account_key": "169010e3-6c1e-4521-9253-11cbbf36c59j",
"pix_key": "12345678000190",
"pix_key_type": "cnpj",
"claim_request_type": "portability",
"role": "donator",
"claim_request_key": "7f8b67d2-d8e4-4759-85eb-e4d0ac24708c",
"claim_request_status": "pending_confirmation",
"claimant_person_type": "natural",
"claimant_document_number": "12345678000190",
"claimant_account_branch": "0001",
"claimant_account_number": "5050396",
"claimant_account_digit": "1",
"webhook_type": "claim_request"
}
Enumerators claim_request_status
Enumerator | Translation |
---|---|
concluded | concluído |
cancelled | cancelado |
failed | falha |
pending_confirmation | pendente de confirmação |