POST /transactions/{id}/refund
Refunds a transaction with a specified ID.
The refund is in the same currency as the original transaction.
Servers
- https://api-sandbox.rebilly.com/organizations/{organizationId}
- https://api.rebilly.com/organizations/{organizationId}
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
expand |
String | No |
Expands a request to include embedded objects within the For more information, see Embedded resources. |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
isProcessedOutside |
Boolean | No |
Specifies if the refund is processed outside of Rebilly. Default value: false |
description |
String | No |
Description of the refund. |
amount |
Number | Yes |
Amount of the refund. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.