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-client-id: <api-key>'
"<string>"

Authorizations

x-client-id
string
header
required

Client ID 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.