Skip to main content
GET
/
v1
/
statutory
/
remittances
/
{remittance_id}
/
receipt
Download remittance receipt
curl --request GET \
  --url https://api.cadanapay.com/v1/statutory/remittances/{remittance_id}/receipt \
  --header 'Authorization: Bearer <token>'
{
  "url": "<string>",
  "expiresAt": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

remittance_id
string
required

Remittance identifier

Response

Receipt download URL

url
string<uri>
expiresAt
string<date-time>