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"
}Returns a signed URL to download proof of government payment.
Available after the remittance reaches completed status.
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"
}