创建可携性申请
请求
ENDPOINT
/account/ACCOUNT_KEY/alias/ALIAS_KEY/claim_requestMÉTODO
POST请求体
{
"request_control_key": "4b61f25d-b8b5-49cb-a391-e4878091ac3f",
"pix_key": "12345678000190",
"claim_request_type": "ownership",
"pix_key_type": "cnpj"
}
| 字段 | 类型 | 描述 | 最大字符数 |
|---|---|---|---|
request_control_key * | string | 用于查询所发请求的 UUID4。 | 36 |
pix_key * | string | 与可携性申请相关的 PIX 密钥。 | 36 |
claim_request_type * | string | 可携性类型。"ownership" 表示申领,"portability" 表示可携性。 | 36 |
pix_key_type * | string | 密钥类型定义。可为 "cpf"、"cnpj"、"email"、"phone_number"。 | 10 |
响应
STATUS
201 created响应体
{
"request_control_key": "8a923886-afce-4116-ac1f-69bdffcf8da9",
"claim_request_status": "pending",
"claim_request_key": "fe3ab7c5-e907-4a66-b9c5-7ea156429f83",
"max_conclusion_date": "2024-05-26T12:13:25",
"created_at": "2024-05-25T12:13:25"
}