Learn Center has been sunset. Visit our new Docs site at: docs.canopyservicing.com
logo

Refunds

Create Refund Payload Example

Endpoint: POST /accounts/{account_id}/line_items/refunds
json
{ "effective_at": "2022-09-25T09:11:28+00:00", -- date/time of the refund "line_item_id": "0x1234", -- id of the refund (optional - Canopy will generate if not provided) "line_item_status": "VALID", "original_amount_cents": 200, }