We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8507005 commit 9221b7eCopy full SHA for 9221b7e
openapi.yaml
@@ -1248,7 +1248,14 @@ paths:
1248
content:
1249
application/json:
1250
schema:
1251
- $ref: '#/components/schemas/PayPalExecute'
+ type: object
1252
+ properties:
1253
+ payment_id:
1254
+ type: string
1255
+ description: >
1256
+ The paypal-generated ID for this payment. Used when
1257
+ authorizing the payment in PayPal's interface.
1258
+ example: PAY-1234567890ABCDEFGHIJKLMN
1259
default:
1260
$ref: '#/components/responses/ErrorResponse'
1261
x-code-samples:
0 commit comments