team
parameter.curl --location --request POST 'https://api.gigstack.io/v2/payments//refund?team' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"reason": "Customer requested cancellation",
"amount": 1160,
"external_processor_refund": true
}'
{
"message": "Operation completed successfully",
"data": {}
}