Refund Order
This API will reverse a Stripe charge and refund an order back to a
customer. It will also set the order’s status to refunded
.
Path parameters
Headers
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Response
One of pending
, unfulfilled
, fulfilled
, disputed
, dispute-lost
, or refunded
A comment string for this order editable by API user (not used by Webflow).
A string editable by the API user to note the shipping provider used (not used by Webflow).
A string editable by the API user to note the shipping tracking number for the order (not used by Webflow).
An object with the keys fullName
and email
.