Skip to main content

Documentation Index

Fetch the complete documentation index at: https://api.docs.onlydrams.app/llms.txt

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

Issues a refund for a member’s subscription payment. The refund is processed through Stripe Connect and typically appears on the member’s statement within 5-10 business days.

Parameters

No body parameters required. The transaction ID is specified in the URL path.

Returns

Returns a success message if the refund was issued successfully. Returns an error message if the refund could not be processed.
  curl -H "Authorization: $ACCESS_TOKEN" \
    -H "Content-Type: application/json" \
    --request POST \
    --url https://api.onlydrams.app/api/v1/communities/:community_id/transactions/:id/refund
{
	"message": "Refund issued successfully"
}