Skip to main content
POST
/
api
/
v3
/
contributions
/
{contributionId}
/
initiate-refund
Initiate Refund
curl --request POST \
  --url https://server.stage.overflow.co/api/v3/contributions/{contributionId}/initiate-refund \
  --header 'x-api-key: <api-key>' \
  --header 'x-client-id: <api-key>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.overflow.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-client-id
string
header
required

Client ID for API authentication

x-api-key
string
header
required

API Key for API authentication

Path Parameters

contributionId
string
required

The Id of the contribution to refund.

Example:

"2ea1ae03ca521e437db76d76"

Response

The cash contribution was successfully refunded.

The response is of type string.