curl --request GET \
--url https://api.cadanapay.com/v1/statutory/remittances/{remittance_id} \
--header 'Authorization: Bearer <token>'{
"id": "rem_01HQ3K4N7XYZABC",
"businessId": "<string>",
"filingIds": [
"<string>"
],
"countryCode": "MX",
"authorityId": "auth_mx_sat",
"authorityName": "SAT",
"status": "pending",
"amount": 45000,
"fxRate": 18.001,
"fundedCurrency": "USD",
"fundedAmount": 2571.43,
"paymentMethod": "local_rails",
"paymentReference": "SAT-2026-01-RFC-XAXX010101000-ISR",
"receiptUrl": "<string>",
"statusHistory": [
{
"from": "pending",
"to": "in_review",
"timestamp": 1709654400
}
],
"createdAt": 1709280000,
"updatedAt": 1709280000
}Returns full remittance details including payment status, FX conversion information, and proof of payment (when available).
curl --request GET \
--url https://api.cadanapay.com/v1/statutory/remittances/{remittance_id} \
--header 'Authorization: Bearer <token>'{
"id": "rem_01HQ3K4N7XYZABC",
"businessId": "<string>",
"filingIds": [
"<string>"
],
"countryCode": "MX",
"authorityId": "auth_mx_sat",
"authorityName": "SAT",
"status": "pending",
"amount": 45000,
"fxRate": 18.001,
"fundedCurrency": "USD",
"fundedAmount": 2571.43,
"paymentMethod": "local_rails",
"paymentReference": "SAT-2026-01-RFC-XAXX010101000-ISR",
"receiptUrl": "<string>",
"statusHistory": [
{
"from": "pending",
"to": "in_review",
"timestamp": 1709654400
}
],
"createdAt": 1709280000,
"updatedAt": 1709280000
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Remittance identifier
Remittance details
Full remittance detail returned by GET /v1/statutory/remittances/{id}.
Includes FX conversion details, payment tracking, and status history.
"rem_01HQ3K4N7XYZABC"
Filings this remittance covers
"MX"
Government authority identifier
"auth_mx_sat"
Government authority name
"SAT"
pending ──→ processing ──→ completed
│
▼
failedpending, processing, completed, failed Amount in local currency to be paid to the authority
45000
FX rate applied (if funded in a different currency)
18.001
Currency the business funded from
"USD"
Amount debited from the business balance
2571.43
How payment was made to the authority
"local_rails"
Government-issued payment reference number
"SAT-2026-01-RFC-XAXX010101000-ISR"
Proof of payment document URL
Show child attributes
Unix epoch timestamp
1709280000
Unix epoch timestamp
1709280000