Skip to main content
GET
Get a remittance

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-MultiTenantKey
string

Required when using a Platform API token. The tenant key identifying which business to operate on.

Path Parameters

remittance_id
string
required

Remittance identifier

Response

Remittance details

Full remittance detail returned by GET /v1/statutory/remittances/{id}. Includes FX conversion details, payment tracking, and status history.

id
string
Example:

"rem_01HQ3K4N7XYZABC"

businessId
string
filingIds
string[]

Filings this remittance covers

countryCode
string
Example:

"MX"

authorityId
string

Government authority identifier

Example:

"auth_mx_sat"

authorityName
string

Government authority name

Example:

"SAT"

status
enum<string>
Available options:
pending,
processing,
completed,
failed
amount
number<decimal>

Amount in local currency to be paid to the authority

Example:

45000

fxRate
number<decimal>

FX rate applied (if funded in a different currency)

Example:

18.001

fundedCurrency
string

Currency the business funded from

Example:

"USD"

fundedAmount
number<decimal>

Amount debited from the business balance

Example:

2571.43

paymentMethod
string

How payment was made to the authority

Example:

"local_rails"

paymentDetails
object

The routing Cadana used to deliver the payment. Echoes back the paymentDetails from the create request, or — when omitted — the internal default routing Cadana used for the authority.

paymentReference
string | null

Government-issued payment reference number

Example:

"SAT-2026-01-RFC-XAXX010101000-ISR"

receiptUrl
string | null

Proof of payment document URL

statusHistory
object[]
createdAt
number<epoch>

Unix epoch timestamp

Example:

1709280000

updatedAt
number<epoch>

Unix epoch timestamp

Example:

1709280000