agenda_de_recebiveis
查询 webhook 按议程(agenda)划分,每个议程代表一个收单机构和一种支付安排。
每个议程中包含一个应收单位列表,按结算日期划分。
每个应收单位都有一个支付列表,标明这些应收款将存入的账户。
Body.json
{
"webhook_type":"cerc_inquiry",
"inquiry_request_key":"624ca87e-71ec-4dc7-8bc1-823e61d172cb",
"reference_code":"888888888889",
"complete_data_url":"https://storage.googleapis.com/dev-cerc-api/inquiry_data/624ca87e-71ec-4dc7-8bc1-823e61d172cb.json",
"agendas":[
{
"acquirer_document_number":"01425787003383",
"receivable_units":[
{
"total_amount":628895.6,
"total_constituted_amout":null,
"settlement_date":"2021-08-06"
},
{
"total_constituted_amout":null,
"settlement_date":"2021-08-05",
"total_amount":1167245.78
}
],
"card_scheme_code":"MCC"
}
]
}