updatePayment
Updates an existing 'Payment'
Input fields
UpdatePaymentInput
)
Return fields
ID!
)
ID of the object
DateTime
)
Time of creation
DateTime
)
Time of last update
String!
)
External reference of the object. Must be unique.
String!
)
Type of the Payment
, typically used by the Orchestration Engine to determine the workflow that should be applied. Unless stated otherwise, no values are enforced by the platform.
Type of the Payment
, typically used by the Orchestration Engine to determine the workflow that should be applied. For Payment a sample value for this is DEFAULT
.
String!
)
The current status of the Payment
.
By default, the initial value will be CREATED, however no other status values are enforced by the platform.
The status field is also used within ruleset selection during orchestration. For more info, see Orchestration
Status of the Payment
String!
)
No longer supported
The reference used for workflow identification. This is defined by a combination of the entity name and the type, in the format [EntityName]::[Type]. For example, an Order of type CC will have the workflowRef "ORDER::CC".
DEPRECATED, please use the field workflow
instead - The reference of the workflow.
Int!
)
No longer supported
The version of the workflow assigned to the entity and used for workflow identification. It comprises a major version and minor version number.
DEPRECATED, please use the field workflow
instead - The version of the workflow.
[Attribute]
)
A list of attributes associated with the Payment
. This can be used to extend the existing data structure with additional data.
AmountType!
)
The amount of the Payment
. Usually for a Payment this will equal to the Order
s' total amount that this Payment was created against.
RetailerLink
)
Retailer associated to the Payment
.
BillingAccount
)
Billing Account associated to the Payment
.
FinancialTransaction
)
The FinancialTransaction associated with the Payment
Fulfilment
)
The Fulfilment associated with the Payment
CreditMemo
)
The CreditMemo associated with the Payment
WorkflowLink
)
The reference to the workflow
associated.