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: legacy/src/api/payment-requests/payment-requests.md
+31Lines changed: 31 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -268,6 +268,7 @@ Payment Activities are created when a Payment Request has been **created**, **pa
268
268
| conditionId | Number | The id of a condition if the activity was for a condition being accepted or declined. |
269
269
| idempotencyKey | String | Required when confirming a Payment Request. This is an identifier from your system to enforce uniqueness. |
270
270
| confirmationIdempotencyKey | String | Required when refunding a Pre Auth Confirmation. Should be the same as the idempotencyKey used for Confirmation. |
271
+
| preAuth | Boolean | True if the related Payment Request is a Pre Auth |
271
272
272
273
{% h4 Activity Types %}
273
274
@@ -1424,6 +1425,36 @@ Note: The `pageKey` value, if provided, needs to be URL-encoded.
0 commit comments