Sign in

Mark payment as realized

documented

Mark a payment as realized.

POST /api/invs/{hash_key}/payments/{id}/mark_as_realizedInvoicesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$subdomain}}.hiveage.com/api/invs/{{$invoice_hash_key}}/payments/{{$payment_id}}/mark_as_realized" -X POST -u "{{HIVEAGE_API_KEY}}:" -H "Accept: application/json" -H "Content-Type: application/json" -d "{}"