Organization API: Customer Portal: Refund requests
The 2 Organization API operations for refund requests.
Part of Customer Portal.
Operations
Section titled Operations| Method | Path | Summary |
|---|---|---|
| GET | /api/v1/orgs/{org_slug}/portal/refund-requests |
List my refund requests |
| POST | /api/v1/orgs/{org_slug}/portal/refund-requests/{request_id}/withdraw |
Withdraw my refund request |
List my refund requests
Section titled List my refund requestsGET /api/v1/orgs/{org_slug}/portal/refund-requests
Parameters
Section titled Parameters| Name | In | Type | Required |
|---|---|---|---|
org_slug |
path | string | yes |
Responses
Section titled Responses| Status | Meaning |
|---|---|
200 |
Success. |
422 |
The request is not valid. detail lists each problem. |
Withdraw my refund request
Section titled Withdraw my refund requestPOST /api/v1/orgs/{org_slug}/portal/refund-requests/{request_id}/withdraw
Parameters
Section titled Parameters| Name | In | Type | Required |
|---|---|---|---|
request_id |
path | integer | yes |
org_slug |
path | string | yes |
Responses
Section titled Responses| Status | Meaning |
|---|---|
200 |
Success. |
422 |
The request is not valid. detail lists each problem. |