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
Generated after a successful [Set Transaction InterfaceId](ctp:api:type:PaymentSetTransactionInterfaceIdAction) update action.
8
+
properties:
9
+
transactionId:
10
+
type: string
11
+
description: |
12
+
Unique identifier of the [Transaction](ctp:api:type:Transaction).
13
+
newInterfaceId?:
14
+
type: string
15
+
description: |
16
+
Identifier used by the payment service that processes the Payment (for example, a PSP) after [Set Transaction InterfaceId](ctp:api:type:PaymentSetTransactionInterfaceIdAction) update action.
17
+
oldInterfaceId?:
18
+
type: string
19
+
description: |
20
+
Identifier used by the payment service that processes the Payment (for example, a PSP) before the [Set Transaction InterfaceId](ctp:api:type:PaymentSetTransactionInterfaceIdAction) update action.
Generated after a successful [Set Transaction InterfaceId](ctp:api:type:PaymentSetTransactionInterfaceIdAction) update action.
8
+
properties:
9
+
transactionId:
10
+
type: string
11
+
description: |
12
+
Unique identifier of the [Transaction](ctp:api:type:Transaction).
13
+
newInterfaceId?:
14
+
type: string
15
+
description: |
16
+
Identifier used by the payment service that processes the Payment (for example, a PSP) after [Set Transaction InterfaceId](ctp:api:type:PaymentSetTransactionInterfaceIdAction) update action.
17
+
oldInterfaceId?:
18
+
type: string
19
+
description: |
20
+
Identifier used by the payment service that processes the Payment (for example, a PSP) before the [Set Transaction InterfaceId](ctp:api:type:PaymentSetTransactionInterfaceIdAction) update action.
Setting the transaction interface ID produces the [PaymentTransactionInterfaceIdSet](ctp:api:type:PaymentTransactionInterfaceIdSetMessage) Message.
9
+
properties:
10
+
transactionId:
11
+
type: string
12
+
description: |
13
+
Unique identifier of the [Transaction](ctp:api:type:Transaction).
14
+
interfaceId?:
15
+
type: string
16
+
description: |
17
+
Identifier used by the payment service that processes the Payment (for example, a PSP) in the current transaction. It must be unique across all transactions.
18
+
If `interfaceId` is absent, this field will be removed from the specified Transaction, if it exists.
0 commit comments