post https://app.hubflo.com/api/v2/invoices//payment-notice
Create a payment notice for a given invoice, and mark it as paid. In case of partial payment, it will add up.
Log in to see full request history
Responses
Create a payment notice for a given invoice, and mark it as paid. In case of partial payment, it will add up.
xxxxxxxxxx
curl --request POST \
--url https://app.hubflo.com/api/v2/invoices/invoice_id/payment-notice \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"payment_method_used": "bank_transfer"
}
'
Try It!
to start a request and see the response here! Or choose an example: