put https://api-sandbox.asaas.com/v3/payments//documents/
Allows you to update the file type and file availability definition after payment for a document attached to a charge.
Responses
401Unauthorized
404Not found
Allows you to update the file type and file availability definition after payment for a document attached to a charge.
401Unauthorized
404Not found
xxxxxxxxxx
10curl --request PUT \
--url https://api-sandbox.asaas.com/v3/payments/id/documents/documentId \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"availableAfterPayment": true,
"type": "INVOICE"
}
'
Try It!
to start a request and see the response here! Or choose an example: