After posting to refund a charge on the ECommerce API (v1/refunds), I'm getting a response that shows a failure status. But when I look in the refunded transactions in the store, it looks like it's correctly refunded.
Request: POST scl.clover.com/v1/refunds { "charge": "EF7BPXXXXXXXX", "amount": 109, "reason": "requested_by_customer", "external_reference_id": "123456" } Response: { id: 'CX305XXXXXXXX', object: 'refund', amount: 109, charge: 'EF7BPXXXXXXXX', created: 1682209356140, status: 'failed' }
View in app (https://www.clover.com/transactions)
Following instructions here: https://docs.clover.com/docs/ecommerce-refunding-payments#refund-charges