Payskin API - EN
  • 👋Introduction
  • Overview
    • 🔐Authorization
    • ➕Transaction creation
    • 🧲Fetching transaction
    • 🔔Notifications
    • 🔙Refunds
  • 💵Withdraws
Powered by GitBook
On this page
  1. Overview

Refunds

To create a refund you need to send following request to API

POST https://api.payskin.gg/rest-api/transactions/{id}/refund
Authorization: Bearer ${wygenerowanyBearerToken} 


{
    "reason": "string"
}
PreviousNotificationsNextWithdraws

Last updated 1 year ago

🔙