You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Create a clawback for a partner. Clawback creation is processed asynchronously. Use the List Commissions endpoint or webhooks to be notified when the clawback is created.",
requestBody: {
content: {
"application/json": {
schema: createClawbackSchema,
},
},
},
responses: {
"202": {
description: "The request was accepted and clawback creation was queued.",