Payments API
The Organization mark a payment option as already paid.
post/organizations/{organizationfiscalcode}/paymentoptions/paids/{nav}
Path parameters
organizationfiscalcodestring required
Organization fiscal code, the fiscal code of the Organization.
navstring required
NAV (notice number) is the unique reference assigned to the payment by a creditor institution.
Request body
Response
Request set as paid.
Example response
{
"transfer": [
{
"stamp": {
"provincialResidence": "RM"
}
}
]
}