curl --request POST \
--url https://api.cadanapay.com/v1/statutory/remittances \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"businessId": "<string>",
"filingIds": [
"<string>"
],
"fundFromCurrency": "USD",
"metadata": {}
}
'{
"id": "rem_01HQ3K4N7XYZABC",
"businessId": "<string>",
"filingIds": [
"<string>"
],
"countryCode": "MX",
"authority": {
"id": "auth_mx_sat",
"name": "Servicio de Administración Tributaria",
"abbreviation": "SAT",
"countryCode": "MX",
"electronicSystem": "Portal del SAT"
},
"status": "pending",
"amounts": {
"currency": "MXN",
"amount": 45000,
"fxRate": 123,
"fundedCurrency": "USD",
"fundedAmount": 2571.43
},
"paymentMethod": "Direct bank transfer to SAT via línea de captura",
"paymentReference": "SAT-2026-01-RFC-XAXX010101000-ISR",
"receiptUrl": "<string>",
"submittedAt": "2023-11-07T05:31:56Z",
"completedAt": "2023-11-07T05:31:56Z",
"statusHistory": [
{
"status": "<string>",
"changedAt": "2023-11-07T05:31:56Z",
"actor": "<string>",
"blockedReasons": [
{
"code": "missing_tax_id",
"message": "SAT RFC (Registro Federal de Contribuyentes) is required for the business",
"requirementId": "req_01HQ3K4N7XYZABC",
"resourceType": "business",
"resourceId": "<string>",
"affectedField": "taxId"
}
]
}
],
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}Initiates a government payment. Typically triggered automatically when a filing is accepted, but can be created manually for ad-hoc payments or catch-up remittances.
Cadana routes the payment through its local payment rails to the government authority’s designated account.
curl --request POST \
--url https://api.cadanapay.com/v1/statutory/remittances \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"businessId": "<string>",
"filingIds": [
"<string>"
],
"fundFromCurrency": "USD",
"metadata": {}
}
'{
"id": "rem_01HQ3K4N7XYZABC",
"businessId": "<string>",
"filingIds": [
"<string>"
],
"countryCode": "MX",
"authority": {
"id": "auth_mx_sat",
"name": "Servicio de Administración Tributaria",
"abbreviation": "SAT",
"countryCode": "MX",
"electronicSystem": "Portal del SAT"
},
"status": "pending",
"amounts": {
"currency": "MXN",
"amount": 45000,
"fxRate": 123,
"fundedCurrency": "USD",
"fundedAmount": 2571.43
},
"paymentMethod": "Direct bank transfer to SAT via línea de captura",
"paymentReference": "SAT-2026-01-RFC-XAXX010101000-ISR",
"receiptUrl": "<string>",
"submittedAt": "2023-11-07T05:31:56Z",
"completedAt": "2023-11-07T05:31:56Z",
"statusHistory": [
{
"status": "<string>",
"changedAt": "2023-11-07T05:31:56Z",
"actor": "<string>",
"blockedReasons": [
{
"code": "missing_tax_id",
"message": "SAT RFC (Registro Federal de Contribuyentes) is required for the business",
"requirementId": "req_01HQ3K4N7XYZABC",
"resourceType": "business",
"resourceId": "<string>",
"affectedField": "taxId"
}
]
}
],
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Remittance created
"rem_01HQ3K4N7XYZABC"
Filings this remittance covers
"MX"
The government agency that receives filings and payments.
Show child attributes
pending ──→ processing ──→ completed
│
▼
failed ──→ pending (retry)
completed ──→ refunded (if amendment reduces amount)
pending, processing, completed, failed, refunded Show child attributes
How payment was made to the authority
"Direct bank transfer to SAT via línea de captura"
Government-issued payment reference number
"SAT-2026-01-RFC-XAXX010101000-ISR"
Proof of payment document URL
Show child attributes