通过 QR 码查询 Pix 自动定期付款数据
请求
ENDPOINT
/account/ACCOUNT_KEY/outgoing_recurrence/qr_code_initial_payment/RECEIVER_CONCILIATION_ID方法
GETPath Params
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
account_key * | uuidv4 | 账户的唯一标识键。 | 36 |
receiver_conciliation_id * | string | 与定期付款关联的 QR 码对账 ID。 | 32 |
响应
STATUS
200Response Body
{
"request_control_key": "98fc62fd-b0a0-4604-9bea-475e91a9dc82",
"outgoing_recurrence_key": "8cb70dea-9fb0-4a68-9572-99a72849c8d6",
"outgoing_recurrence_status": "approved",
"periodicity": "monthly",
"journey_type": "journey_four",
"start_date": "2025-06-10",
"end_date": "2027-06-10",
"outgoing_recurrence_data": {
"minimum_recurrence_amount": 123.45,
"recurrence_amount": null,
"retry_configuration": {
"retry_allowed": true,
"retry_rule": {
"first_retry": {"day": "1"},
"second_retry": {"day": "3"},
"third_retry": {"day": "4"}
}
},
"debtor_data": {
"name": "Sebastião",
"email": "sebastiao@test.com",
"document_number": "05431134850",
"address": {"city": "São Paulo","postal_code": "123456-789","uf": "SP","street": "Av Paulista 123"},
"account_data": {"account_number": "123456","account_digit": "7","account_branch": "0001","ispb": "31872495"}
},
"qr_code_data": {"qr_code_key": "0f45cc3d-9bd1-4d68-a865-4cf477b5da45","qr_code_url": "urlqrcode.url","qr_code_image": "image_base64"},
"initial_payment_data": {
"amount": 22.34,
"pix_key": "3d7d6a2b-f72f-44z7-bb20-79a94dff5645",
"qr_code_type": "dynamic_term",
"additional_data": [{"key_name": "Juros e Multa","value": "Juros 2 ao mes e multa de 1%"}],
"fine_amount": 3,"interest_amount": 2,"expiration_date": "2023-03-25","max_payment_days": 128,"rebate_amount": 1,"discounts": [],
"receiver_conciliation_id":"3d7d6a2bf72f44z7bb2079a94dff5645",
"transaction_data":{"transaction_key":"4d7d6a2b-f72f-44z7-bb20-79a94dff5645","pix_transfer_key":"5d7d6a2b-f72f-44z7-bb20-79a94dff5645","end_to_end_id":"E32402502202303141907qlBAF1evdJ2"}
},
"pix_message": "Conta de Luz Residencial nº123",
"settlement_date_type": "calendar_days"
}
}
Response Body Params
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
request_control_key | uuidv4 | 请求控制的唯一键。 | 36 |
outgoing_recurrence_key | uuidv4 | 自动定期付款标识符。 | 36 |
outgoing_recurrence_status | string | 定期付款的当前状态(approved、pending、rejected 等)。 | 30 |
periodicity | enumerator | 定期付款的周期。 | Enumeradores periodicity |
journey_type | enumerator | 自动定期付款的旅程类型。 | Enumeradores journey_type |
start_date | string | 定期付款开始日期(ISO 8601 格式,如 2025-06-10)。 | 10 |
end_date | string | 定期付款结束日期(ISO 8601 格式)或 null(如为无限期)。 | 10 或 null |
outgoing_recurrence_data | object | 汇集订阅参数和补充数据的对象。 | Objeto outgoing_recurrence_data |
Objeto outgoing_recurrence_data
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
minimum_recurrence_amount | number | 可变金额定期付款中的最低预期金额。 | - |
recurrence_amount | number | 定期付款金额(固定金额;可变时为 null)。 | - |
retry_configuration | object | 未完成定期付款的重试配置。 | Objeto retry_configuration |
debtor_data | object | 债务人(订阅者)数据。 | Objeto debtor_data |
qr_code_data | object | 为付 款生成的 QR 码数据(如有)。 | Objeto qr_code_data |
initial_payment_data | object | 初始收费数据。 | Objeto initial_payment_data |
pix_message | string | 随 Pix 交易一起发送的消息。 | 140 |
settlement_date_type | enumerator | 结算日期调整类型。 | Enumeradores settlement_date_type |
Objeto retry_configuration
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
retry_allowed | boolean | 是否启用重试。 | - |
retry_rule | object | 重试的详细规则。 | Objeto retry_rule |
Objeto retry_rule
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
first_retry | object | 第 1 次重试配置。 | Objeto retry_detail |
second_retry | object | 第 2 次重试配置。 | Objeto retry_detail |
third_retry | object | 第 3 次重试配置。 | Objeto retry_detail |
Objeto retry_detail
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
day | string | 重试日期。 | - |
time | string | 重试时间。 | - |
Objeto debtor_data
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
name | string | 订阅者姓名。 | 50 |
email | string | 订阅者电子邮件。 | 100 |
document_number | string | CPF 或 CNPJ。 | 14 |
address | object | 订阅者地址。 | Objeto address |
account_data | object | 银行数据。 | Objeto account_data |
Objeto address
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
city | string | 城市。 | - |
postal_code | string | 邮政编码。 | - |
uf | string | 州(缩写)。 | - |
street | string | 街道。 | - |
Objeto account_data
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
account_number | string | 账户号码。 | - |
account_digit | string | 账户校验位。 | - |
account_branch | string | 支行。 | - |
ispb | string | 金融机构 ISPB。 | - |
Objeto qr_code_data
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
qr_code_key | string | 生成 QR 码的标识符。 | - |
qr_code_url | string | QR 码查看 URL。 | - |
qr_code_image | string | QR 码图像(Base64)。 | - |