Português (BR)
cURL
curl --request POST \ --url https://public-api.kiwify.com/v1/sales/{id}/refund \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'x-kiwify-account-id: <api-key>' \ --data '{ "pixKey": "99999999999" }'
{ "refunded": true }
The access token received from the authorization server in the OAuth 2.0 flow.
Request Refund
The response is of type object.
object