Sign in

Update refund

documented

Update an existing Refund resource (usually metadata).

POST /refunds/{id}Refundsno 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://api.copper.co/platform/refunds/{{$refund_id}}" -X POST -H "Content-Type: application/json" -H "Accept: application/json" -H "Authorization: ApiKey {{COPPER_API_KEY}}" -H "X-Timestamp: {{$timestamp}}" -H "X-Signature: {{$signature}}" -d '{"metadata": {"note": "{{$note}}", "external_id": "{{$external_id}}"}}'