/api/v1.0/orders/{id}/refund

To refund an order, you create a refund object and send it to Flipdish API using HTTP POST method. Id path parameter identifies the order.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int32
required
Body Params

Refund

string

Refund reason

double
required
≥ 0

Refund amount

boolean
required

If true, the system sends notification to the customer about the refund

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses
200

The order is successfully refunded.

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/json
Message
StackTrace