cURL
curl --request POST \ --url https://api.example.com/api/v1/invoices/{invoice_id}/pay
Record that an invoice has been paid.
status = PAID
amount_paid = total
amount_due = 0
paid_at
Was this page helpful?