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
Copy file name to clipboardExpand all lines: api-reference/v2/openapi_spec_v2.json
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19562,7 +19562,19 @@
19562
19562
"additionalProperties": false
19563
19563
},
19564
19564
"PayoutActionRequest": {
19565
-
"type": "object"
19565
+
"type": "object",
19566
+
"required": [
19567
+
"payout_id"
19568
+
],
19569
+
"properties": {
19570
+
"payout_id": {
19571
+
"type": "string",
19572
+
"description": "Unique identifier for the payout. This ensures idempotency for multiple payouts\nthat have been done by a single merchant. This field is auto generated and is returned in the API response.",
0 commit comments